Internal forwarding question.

Barry Margolin barmar at genuity.net
Tue Jan 22 16:23:10 UTC 2002


In article <a2k348$7nl at pub3.rc.vix.com>,  <jjhirschauer at duke-energy.com> wrote:
>
>I have a need to forward querries for anything.newdomain.com (real name 
>changed) to newdomain.com's internal master name server (we have a shared 
>network) from my internal name server. My master name server has access to 
>the internet because I do not want to set up internal root servers and do 
>not want to do forwarding. I am running BIND 8.2.2-P5+IBM. It looks like 
>the view statement would help me but I believe this statement is not 
>available in 8.2.2. Does anyone have any suggestions as to how to 
>accomplish what I want to do? This sounds really confusing even as I am 
>writing this so please feel free to ask questions. Thanks.

Views won't help with this, they're based on the client address, not the
domain being looked up.  You want:

zone "newdomain.com" {
  type forward;
  forwarders { <address of newdomain.com's internal server>; };
};

-- 
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