Hello,
It seems that I am having problem with a zone file in one of my CPanel servers. The domain described in the file suddenly doesn't resolve at all. All other sites, hostname and nameservers work like a charm. The zone file in question:
; cPanel first:11.30.0.26 (update_time):1378464505 Cpanel::ZoneFile::VERSION:1.3 hostname:host.domain.com latest:11.36.1.5
; Zone file for domain.com
$TTL 14400
domain.com. 86400 IN SOA ns1.domain.com. someone.somewhere.com. (
2013090604 ;Serial Number
86400 ;refresh
7200 ;retry
3600000 ;expire
86400 ;minimum
)
domain.com. 86400 IN NS ns1.domain.com.
domain.com. 86400 IN NS ns2.domain.com.
domain.com. 14500 IN A 1.2.3.4
localhost 14400 IN A 127.0.0.1
domain.com. 14400 IN MX 0 domain.com.
mail 14400 IN CNAME domain.com.
www 14400 IN CNAME domain.com.
ftp 14400 IN A 1.2.3.4
cpanel 14400 IN A 1.2.3.4
whm 14400 IN A 1.2.3.4
webmail 14400 IN A 1.2.3.4
webdisk 14400 IN A 1.2.3.4
Yes, the same domain is used for the nameservers and the hostname, but I don't think that is relative to the problem.
When I try to edit the zone via WHM, I get a
zone domain.com/IN: NS 'ns1.domain.com' has no address records (A or AAAA) zone domain.com/IN: NS 'ns2.domain.com' has no address records (A or AAAA) zone domain.com/IN: not loaded due to errors.
Bind reloading on host using rndc zone: [domain.com]
Bind reloading on host using rndc: WARNING: key file (/etc/rndc.key) exists, but using default configuration file (/etc/rndc.conf)
server reload successful
after the save button.
Any ideas?
Thanks.
It seems that I am having problem with a zone file in one of my CPanel servers. The domain described in the file suddenly doesn't resolve at all. All other sites, hostname and nameservers work like a charm. The zone file in question:
; cPanel first:11.30.0.26 (update_time):1378464505 Cpanel::ZoneFile::VERSION:1.3 hostname:host.domain.com latest:11.36.1.5
; Zone file for domain.com
$TTL 14400
domain.com. 86400 IN SOA ns1.domain.com. someone.somewhere.com. (
2013090604 ;Serial Number
86400 ;refresh
7200 ;retry
3600000 ;expire
86400 ;minimum
)
domain.com. 86400 IN NS ns1.domain.com.
domain.com. 86400 IN NS ns2.domain.com.
domain.com. 14500 IN A 1.2.3.4
localhost 14400 IN A 127.0.0.1
domain.com. 14400 IN MX 0 domain.com.
mail 14400 IN CNAME domain.com.
www 14400 IN CNAME domain.com.
ftp 14400 IN A 1.2.3.4
cpanel 14400 IN A 1.2.3.4
whm 14400 IN A 1.2.3.4
webmail 14400 IN A 1.2.3.4
webdisk 14400 IN A 1.2.3.4
Yes, the same domain is used for the nameservers and the hostname, but I don't think that is relative to the problem.
When I try to edit the zone via WHM, I get a
zone domain.com/IN: NS 'ns1.domain.com' has no address records (A or AAAA) zone domain.com/IN: NS 'ns2.domain.com' has no address records (A or AAAA) zone domain.com/IN: not loaded due to errors.
Bind reloading on host using rndc zone: [domain.com]
Bind reloading on host using rndc: WARNING: key file (/etc/rndc.key) exists, but using default configuration file (/etc/rndc.conf)
server reload successful
after the save button.
Any ideas?
Thanks.