lookup question?

Barry Margolin barmar at genuity.net
Mon Apr 24 17:44:50 UTC 2000


In article <8dnfoi$45c$1 at nntp.usace.army.mil>,
Amy Aton <aaton at spk.usace.army.mil> wrote:
>I there a way to select the root server to be used based upon the ip address
>or host name of the lookup entity?
>
>example:  pushing cisco.com to A.ROOT and army.mil to NS1.army.mil

I think you've got your terminology wrong.  If you want your server to
send all army.mil queries to ns1.army.mil, you should use a forwarding
zone:

zone "army.mil" {
  type forward;
  forwarders { 198.49.185.110; };
};

-- 
Barry Margolin, barmar at genuity.net
Genuity, Burlington, 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