Newbe question.

Barry Margolin barmar at genuity.net
Wed Sep 12 15:22:54 UTC 2001


In article <9nntsm$eu3 at pub3.rc.vix.com>,
Bob Kleinbrahm  <rkleinbr at pacbell.net> wrote:
>I am trying to configure 2 linux boxes for DNS for local lan segments.
>I have been successful in configuring primary and 2nd for local DNS
>lookup, but need to be able to do following.  I need to have all outside
>references passed to our ISP DNS host after names not resolved by local
>system.  In other words I would like to have system look at local DNS
>first then pass to outside system.  I haven't been able to figure out
>how to do this as of yet.  Can anyone point me in the right direction or
>a book on the subject?

Include the following options in your named.conf files:

  forward only;
  forwarders { <address of ISP DNS host>; };

-- 
Barry Margolin, barmar at genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list