James D. Parra wrote:
> Hello,
>
> Running Bind 9.3 on Suse 9.3;
>
> How can I stop the DNS server from doing recursive lookups and also ensure
> that is not an open DNS server?
>   

If your dns server isn't recursive, it's not much use to you, IMHO.
we've always set up 2 views, one for the world (external) and one for
our local lan (internal). The internal view is recursive, the external
view is not.

Put the desired statement inside the appropriate view:

recursion yes;
 or
recursion no;

Joe


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to