slave dns server, resolv.conf configuration
- by Tim the Enchanter
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