
January 16th, 2002, 05:30 PM
|
|
Contributing User
|
|
Join Date: Jan 2001
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
>> the dns server can ping all of the servers in the locals file
What do you mean?
>> to allow the server to see other hosts outside of itself
Change this file "root.hint"; to file "root.hints";
Keep in mind that many people (even at sysadmin level) are confused about the terminology of DNS server because the wildly used BIND integrates a caching DNS resolver (not a DNS server) and authoritative DNS server (this is the DNS server) into one package (a big daemon). When you are trying to query other authoritative DNS server for an answer, you are really using a caching DNS resolver.
For caching-only DNS resolver, consider using dnscache.
|