Operating System - Linux
1828786 Members
2775 Online
109985 Solutions
New Discussion

DNS Slaive Problem in Linux 8.0

 
Sachin_17
New Member

DNS Slaive Problem in Linux 8.0

I have set up two DNS servers on Red Hat Linux 8.0
1.The primary DNS server is able to resolve names and ping the addresses defined.
2.But the secondary DNS is not able to resolve any name.
3.Also the Desktops clients are not able to resolve any name when I give the Primary DNS server IP address.

Can any suggest some solution for this.

I ahve crosschecked the settings in /etc/named.conf, they look ok.
How to trnsfer this zone?
1 REPLY 1
Michael Steele_2
Honored Contributor

Re: DNS Slaive Problem in Linux 8.0

Note: The Slave must be authorized to receive the transfer from the Master DNS:

Zone transfer: Where the slave sends the master a NOTIFY request for a particular zone and the master responds with the information, if the slave is authorized to receive the transfer.

Here is the Red Hat How-To Link:

A mechanism called zone-transfer is used to copy the data. The zone transfer is controlled by your SOA record:



--------------------------------------------------------------------------------

@ IN SOA ns.linux.bogus. hostmaster.linux.bogus. (
199802151 ; serial, todays date + todays serial #
8H ; refresh, seconds
2H ; retry, seconds
4W ; expire, seconds
1D ) ; minimum, seconds


--------------------------------------------------------------------------------


A zone is only transferred if the serial number on the master is larger than on the slave. Every refresh interval the slave will check if the master has been updated. If the check fails (because the master is unavailable) it will retry the check every retry interval. If it continues to fail as long as the expire interval the slave will remove the zone from it's filesystem and no longer be a server for it.


http://www.europe.redhat.com/documentation/HOWTO/DNS-HOWTO-5.php3

SOA Recored:

http://www.europe.redhat.com/documentation/HOWTO/DNS-HOWTO-7.php3
Support Fatherhood - Stop Family Law