How do I set up B8 conf files so I can manage another domain/C Class

Barry Margolin barmar at bbnplanet.com
Fri Jan 14 06:17:02 UTC 2000


In article <00a301bf5e53$d945f3c0$74b28ec6 at chalmers.com.au>,
Robert Chalmers <robert at chalmers.com.au> wrote:
>
>Sorry, I'm not sure of the correct terminology here.
>also, I have just now joined the mailing list, having already posted to
>the newsgroup. So this "may" appear twice..??
>
>My name servers run Bind-8xxx and work fine. What I am wondering is, is it
>possible for me to be the authority for another C class, and how would I
>configure this in named.conf and the db files. I'm sure I've seen it done,
>but can't find any references to it.

You can be authoritative for as many zones as you want.  Just add "zone"
statements to your named.conf file and create corresponding db files.  You
set up the second class C reverse domain exactly the same way that you
created the first one, e.g.

zone "96.1.203.in-addr.arpa" {
  type master;
  file "db.203.1.96";
};

zone "29.29.203.in-addr.arpa" {
  type master;
  file "db.203.29.29";
};

>The Internet.
>======\
>              |
>  203.1.96.0-255-------   Name Servers (1st and 2nd and hosts)         My
>network
>              |
>              |
>              ------------------ 203.29.29.0-255  The other network.
>
>I can then also set up my secondary server to act as it's secondary as well.
>
>With this set up, we can then advise the aunic that the 'other' network is
>reached via my network.  yes? no?  delegated I think is the right?

Are you talking about routing or DNS now?  Either way, the /16 block was
probably assigned by APNIC to your ISP, and they should take care of
routing and DNS delegation.  The NIC has nothing to do with this level.

-- 
Barry Margolin, barmar at bbnplanet.com
GTE Internetworking, Powered by BBN, 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