Results 1 to 3 of 3
I'm running bind9 on my linux box, centos 5.1. How do I set named to use a specified dns server and to not use any root servers for all lookups?...
- 06-05-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 2
BIND9 Configuration
I'm running bind9 on my linux box, centos 5.1. How do I set named to use a specified dns server and to not use any root servers for all lookups?
- 06-06-2008 #2
If its a caching nameserver, you can edit /var/named/chroot/etc/named.conf and enter the IP address/es of the nameservers you wish to use e.g.
Code:forwarders { xxx.xxx.xxx.xxx; xxx.xxx.xxx.xxx; }; forward only;
- 06-06-2008 #3
named.conf might be located in /etc/named.conf depending on your distribution
Linux User #453176


Reply With Quote
