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
1 day 9 hours ago
1 day 11 hours ago
1 day 23 hours ago
2 days 2 hours ago
2 days 6 hours ago
2 days 12 hours ago
2 days 22 hours ago
2 days 23 hours ago
3 days 8 hours ago
3 days 9 hours ago