Bind812. Point to another domain without root servers.

Barry Margolin barmar at genuity.net
Thu Jan 4 21:52:06 UTC 2001


In article <932pmh$70b at pub3.rc.vix.com>,
Diego Balgera <diego.balgera at nokia.com> wrote:
>Hi,
>my question is simple. I have a dns (dns1) with bind 8.1.2, with authority
>(SOA) over a zone (assume it is domain1.com). I would like to configure it
>to ask queries to another dns (dns2) with authority over another zone
>(domain2.com). I should configure the root dns, but at the moment I haven't
>any root dns at all.
>So, is it possible to fill the "." hint zone file to point directly to the
>other domain without going up in the hierarchy?

No.  The hints file is only used to get the initial list of root NS
records.

You need to upgrade to BIND 8.2, and then you can create a "forwarding"
zone:

zone "domain2.com" {
  type forward;
  forwarders { 100.101.102.103; };
};

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