September 2003
Intermediate to advanced
432 pages
8h 53m
English
The configuration of a secondary DNS server is similar to that of a primary DNS server, although there are some important differences:
There are no zone files to create. These are automatically copied from the primary DNS server when the secondary server is configured and started for the first time.
The status of this server for all zone entries in /etc/named.conf is slave, except for the root domain.
There is an extra entry in the /etc/named.conf file that identifies the master server IP address. This specifies from where the zone files are to be copied.
In the previous section, the domain xyz.com was used to configure a primary DNS server. The sample /etc/named.conf file shown here is for a secondary DNS server ...