slave dns server, resolv.conf configuration

Posted by Tim the Enchanter on Server Fault See other posts from Server Fault or by Tim the Enchanter
Published on 2012-06-07T09:36:14Z Indexed on 2012/06/07 10:42 UTC
Read the original article Hit count: 190

Filed under:

I have two servers (a master and slave) running DNS (bind). What should the /etc/resolv.conf file look like for the master and the slave? For example should the servers running the DNS have only :

nameserver 127.0.0.1

or should they refer to the I.P. addresses of each server, as the other servers on the network do :

search <mydomain>.co.uk
nameserver 192.168.1.52
nameserver 192.168.1.57

© Server Fault or respective owner

Related posts about dns