Hi,
I've successfully setup my local caching only name server for my dial up
connection. Also, according to the faq, I add the forward section to the
dns option section. It also works fine.
However, I noticed that my local setting, which are in my /etc/hosts,
are no longer valid. How to tell my DNS server to refer to my /etc/hosts
first, then its cache, and last forward unknown host to my ISP's dns
server?
Thanks
PS.
my dns option section looks something like this:
options {
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
forward first;
forwarders {
10.0.0.1;
10.1.0.1;
};
};
--
Tong (remove underscore(s) to reply)
*niX Power Tools Project:
http://xpt.sourceforge.net/
- All free contribution & collection