Bind-9.2.2rc1 Trouble with install files!

Cricket Liu cricket at nxdomain.com
Thu Jan 30 02:24:16 UTC 2003



On Wednesday, January 29, 2003, at 05:25  PM, Tasha Smith wrote:

> Ok... this is going to be a little harder than i thought...Well i got 
> the basics
> i think... for my setup i want to have a FORWARDING NAme Server for my 
> setup
> right! What would a simple named.conf file look like for this? Soo i 
> can get
> idea.  Want it only to forward DNS queries from my lan to my ISP dns 
> server.

Well, the options statement would look something like this:

options {
	directory "/var/named";
	forwarders { <IP address of forwarder>; };
	forward only;
};

cricket



More information about the bind-users mailing list