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.