[SLUG] BIND DNS settings

2004-12-05 Thread Edwin Humphries
Just changing our DNS settings after churning to a new provider.
I remember there is a setting for BIND that tells it to refer DNS requests 
for addresses it does not have cached to a specific name-server, rather 
than doing a top-down DNS resolution.

Now I can't find it. Does anyone know where it is?
Best Regards,
Edwin Humphries
Mobile: 0419 233 051
Ironstone Technology Pty Ltd
P. O. Box 423, Kiama, NSW, 2533
Phone: +61 2 4233 2285
Fax: +61 2 4233 2299
Web: http://www.ironstone.com.au 

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] BIND DNS settings

2004-12-05 Thread Peter Hardy
On Mon, 2004-12-06 at 11:27, Edwin Humphries wrote:
 I remember there is a setting for BIND that tells it to refer DNS requests 
 for addresses it does not have cached to a specific name-server, rather 
 than doing a top-down DNS resolution.
 
 Now I can't find it. Does anyone know where it is?

It's the forwarders option.

In your options section, add:
forwarders { xxx.xxx.xxx.xxx };

Cheers,
-- 
Pete

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] BIND DNS settings

2004-12-05 Thread Peter Hardy
On Mon, 2004-12-06 at 11:44, Peter Hardy wrote:
 In your options section, add:
   forwarders { xxx.xxx.xxx.xxx };

Er...
forwarders { xxx.xxx.xxx.xxx; };

Lousy semicolons.

-- 
Pete

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] BIND DNS settings

2004-12-05 Thread Mike MacCana
Edwin Humphries wrote:
Just changing our DNS settings after churning to a new provider.
I remember there is a setting for BIND that tells it to refer DNS 
requests for addresses it does not have cached to a specific 
name-server, rather than doing a top-down DNS resolution.

Now I can't find it. Does anyone know where it is?
forwarders.
in named.conf.
Mike
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] BIND DNS settings

2004-12-05 Thread Jamie Wilkinson
This one time, at band camp, Edwin Humphries wrote:
Just changing our DNS settings after churning to a new provider.

I remember there is a setting for BIND that tells it to refer DNS requests 
for addresses it does not have cached to a specific name-server, rather 
than doing a top-down DNS resolution.

Now I can't find it. Does anyone know where it is?

forwarders {
x.x.x.x;
y.y.y.y;
};
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html