Hi,
Everything has been working fine or thats what I thought.
I needed to renew one of my name servers. I switched it off thinking that one of the others (have 3 in all) would take over. All domains went "offline".
In ISPConfig ns2 and ns3 are mirrors of ns1. I am running version 3.0.4.5
Below zone is from one of my domains :
On ns1 :
Code:
$TTL 3600
@ IN SOA ns1.superweb.dk. admin.superweb.dk. (
2012060107 ; serial, todays date + todays serial #
3600 ; refresh, seconds
3600 ; retry, seconds
3600 ; expire, seconds
3600 ) ; minimum, seconds
;
coolride.dk. 3600 NS ns1.superweb.dk.
coolride.dk. 3600 NS ns2.superweb.dk.
coolride.dk. 3600 NS ns3.superweb.dk.
On ns2:
Code:
$TTL 3600
@ IN SOA ns1.superweb.dk. admin.superweb.dk. (
2012060107 ; serial, todays date + todays serial #
3600 ; refresh, seconds
3600 ; retry, seconds
3600 ; expire, seconds
3600 ) ; minimum, seconds
;
coolride.dk. 3600 A 92.62.196.69
coolride.dk. 3600 MX 15 coolride.dk.
coolride.dk. 3600 MX 10 mail.coolride.dk.
coolride.dk. 3600 NS ns1.superweb.dk.
coolride.dk. 3600 NS ns2.superweb.dk.
coolride.dk. 3600 NS ns3.superweb.dk.
ftp.coolride.dk. 3600 CNAME coolride.dk.
mail.coolride.dk. 3600 A 92.62.196.69
www.coolride.dk. 3600 CNAME coolride.dk.
And on ns3 :
Code:
$TTL 3600
@ IN SOA ns1.superweb.dk. admin.superweb.dk. (
2012060107 ; serial, todays date + todays serial #
3600 ; refresh, seconds
3600 ; retry, seconds
3600 ; expire, seconds
3600 ) ; minimum, seconds
;
coolride.dk. 3600 NS ns1.superweb.dk.
coolride.dk. 3600 NS ns2.superweb.dk.
coolride.dk. 3600 NS ns3.superweb.dk.
I have tried using the resync function and can see that all 3 are increased in serial.
I can connect to the master database from all 3 name servers.
Any suggestions?
Recent comments
9 hours 38 min ago
19 hours 6 min ago
19 hours 55 min ago
23 hours 28 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 6 hours ago
1 day 16 hours ago
1 day 21 hours ago
1 day 22 hours ago