Add new comment
Traditional DNS Howto - Page 8Our Secondary Name ServerNext let's set up our secondary name server ns0.centralsoft.org. It will act as a backup name server in case the primary (server1.centralsoft.org) fails so that people can still look up ccentralsoft.org and its subdomains. ns0.centralsoft.org's named.conf resembles that of the primary name server very much, with a few differences:
The most important part is this one:
By writing type slave, we define that this is a slave zone, and in the masters line we specify the IP address of the primary name server. In the file line we specify the file name where the slave zone should be stored. That's all we have to do. Restart named, and soon afterwards you should find the file /etc/bind/sec.centralsoft.org on your secondary name server. What has happened? The secondary has contacted the primary name server, and the primary name server has transferred the zone to the secondary. Now whenever you update the zone on the primary name server, make sure you increase the serial number, otherwise the updated zone will not be transferred to the secondary! Please make sure you have no firewall on the primary and the secondary name server that blocks port 53 (TCP and UDP) because otherwise zone transfers will fail! A Word On SecurityIn our current configuration every name server is allowed to transfer our centralsoft.org zone from our primary name server. Since we want only our secondary name server (70.253.158.45) to be allowed to transfer the zone, we add the following line to the centralsoft.org zone in named.conf on our primary name server server1.centralsoft.org:
So the zone should look like this:
Congratulations! You have just set up your first zone!
Reply |




print: 
Recent comments
4 hours 33 min ago
9 hours 59 min ago
11 hours 1 min ago
11 hours 47 min ago
13 hours 53 min ago
14 hours 3 min ago
16 hours 34 min ago
17 hours 23 min ago
19 hours 59 min ago
20 hours 24 min ago