Split of a zone

Barry Margolin barmar at genuity.net
Mon Oct 1 17:29:11 UTC 2001


In article <9pa82p$2u0 at pub3.rc.vix.com>,
Snezhkov, Dimitry <Dimitry.Snezhkov at pepsiamericas.com> wrote:
>
>Gurus,
>
>We are trying to split DomainA into DomainB and DomainC. They both will be
>on 10.x.x.x network. 
>There are no apparent subnets to key db. files off of. 
>So, I am faced w/problem:
>
>I need to generate 2 db.10 files -- one for DomainB
>and the other -for DomainC. But I cannot have one db.10 for both! How can I
>do this ?

Just because you have two forward domains you don't have to have two
reverse domains.  db.10 can contain:

1.2.3.10.in-addr.arpa. IN PTR host1.domainA.com.
2.3.4.10.in-addr.arpa. IN PTR host2.domainB.com.

If you want to keep things in separate files for ease of administration,
you can use $INCLUDE:

$INCLUDE domainA.rev
$INCLUDE domainB.rev

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