Delegation of Authority

David Botham DBotham at OptimusSolutions.com
Wed Jun 2 11:34:15 UTC 2004


bind-users-bounce at isc.org wrote on 06/02/2004 03:35:52 AM:
> Hi
> I am trying to delegate authority of a subdomain and the subdomain is
> windows DNS whereas i am using BIND ver 4.9 
> domain.co.za
> sub.domain.co.za 
> 
> 
> I want to know how do i do this, i looked in the DNS and BIND book they 
tell
> me i have to include a stub record in the named.conf and that is all
> 
> where the should the record of the A record of the delegated domain 
reside
> must it be
> newmachine.domain.co.za or
> newmachine.sub.domain.co.za in the delegated domain
> 
> and what else do i need to do

In the domain.co.za zone db file, do this:

; Delegate sub.domain.co.za
sub     IN      NS      ns1.sub.domain.co.za.
sub     IN      NS      ns2.sub.domain.co.za.

; Glue for ns1.sub.domain.co.za and ns2.sub.domain.co.za
ns1.sub IN      A       10.10.10.1
ns2.sub IN      A       10.10.10.2


The 2 NS RR's are the delegation.  Because the two name servers for the 
new zone end in the parent's domain name, you must include A RR's for them 
in the parent zone file so other name servers can get the IP addresses for 
ns1.sub and ns2.sub.  If the new name servers are in some other 
domain/zone, then, it is the responsibility of the other zone's 
administrator to maintain these A RR's.


hth,


Dave...


> 
> Mokwena Motseto
> 
> 
> "This e-mail is sent in terms of the following policy/disclaimer. Click 
on
> this link http://www.sapo.co.za/mail_disclaimer.htm to read full
> disclaimer."
> 
> 
> 




More information about the bind-users mailing list