View Single Post
  #35  
Old July 10th, 2002, 03:45 PM
egilDOTnet's Avatar
egilDOTnet egilDOTnet is offline
master of disaster
 
Join Date: Mar 2002
Posts: 52
Thanks: 0
Thanked 0 Times in 0 Posts
egilDOTnet is on a distinguished road
Quote:
Originally posted by Darkshadow
You can add this to the named.conf file:

add into the options { } section

Code:
forward first;
forwarders {
     DNS server #1
     DNS server #2
     ...
     DNS server #n
};
 
This is almost correct - its just that every DNS server in the listing above needs to be separated with semicolon, even if you just use one forwarder. I fought with this for quite some time before I saw the error.

Thanks for an otherwise very good walkthrough.
Reply With Quote