small sibling glue records help

Alan Clegg Alan_Clegg at isc.org
Wed Dec 19 14:20:14 UTC 2007


Anatoly Pugachev wrote:
> Can someone explain me, what does mean:
> 18-Dec-2007 13:34:10.856 zone dom1.ru/IN: avgust.dom1.ru/NS 'ns.sub1.dom1.ru' has no SIBLING GLUE address records (A or AAAA)
> 
> Does that mean, that i should add A record for ns.sub1.dom1.ru into dom1.ru zone file?
> I already have 
> 
> $ORIGIN dom1.ru
> sub1    NS ns1.zone.ru.
>         NS ns2.zone.ru.

What this message means is that the nameservers (pointed to by the NS
records) reside within the zone for which they are authoritative.  For
the nameserver of the zone above (in this case dom1.ru) to be able to
provide a response including the IP addresses of the nameservers for the
subordinate zone, you need the IP addresses in the parent.

In other words, yes, you should add A records for the nameservers that
live within the zone in question.  I'm thinking that your example is
probably:

 $ORIGIN sub1.dom1.ru
 sub1    NS ns1.sub1.dom1.ru.
         NS ns2.sub1.dom1.ru.

In this case, you need to add:

 ns1.sub1.dom1.ru. IN A x.y.z.a
 ns2.sub1.dom1.ru. IN A l.m.n.o

to the dom1.ru zone file.  (that's the "glue")

AlanC
-- 
Alan Clegg
ISC Training and Support
+1-650-423-1357 (o) +1-919-271-8851 (m)




More information about the bind-users mailing list