Problem with glue records..

Robert Weber robert.weber at Colorado.EDU
Sat Feb 3 00:57:47 UTC 2001


Ok, I did some more digging and it appears to be more of a problem with how
I do subnets and reverse dns.  All my subnets complain about non-glue's,
not just cs.  Here's part of my config:

named.conf:

zone "colorado.edu" {
        type master;
        file "named.colorado.edu";
	check-names warn;
                };
};

zone "138.128.in-addr.arpa" {
        type master;
        file "named.colorado.edu.rev";
        check-names warn;
};
zone "resnet.colorado.edu" {
        type master;
        file "named.resnet";
        check-names warn;
};

and from named.colorado.edu.rev:

; resnet subnets...
20      in      ns      boulder.colorado.edu.
        in      ns      cujo.colorado.edu.


but with all this:  

Feb  2 16:46:07 boulder named[5397]: zone: 138.128.in-addr.arpa/IN:
non-glue record below bottom of zone: 103.20.138.128.in-addr.arpa/PTR


Still failing.  Does this mean I need to declare 20.138.128.in-addr zones
in order for this to work again?  I have 40 of these subnets.  but if it's
the only way then I'll start coding.

						Robert

						

--------

> 
> 
> Problem:  My nameserver is authoritative for colorado.edu, and our B/C
> classes which inculde 128.138.  I am not autoriative for cs.colorado.edu,
> but they also exist in 128.138 so I am authoritative for their PTR records.
> now that I moved to 8.2.3-REL my reverse zone is rejected due to:
> 
> Feb  2 15:23:42 boulder named[5397]: zone: 138.128.in-addr.arpa/IN:
> non-glue record below bottom of zone: 1.250.138.128.in-addr.arpa/PTR
> 
> Errors for every host within cs.colorado.edu. Which leads to:
> 
> Feb  2 15:23:42 boulder named[5397]: master zone "138.128.in-addr.arpa"
> (IN) rejected due to errors (serial 200102023)
> 
> Campus politics prevent me from taking cs.colorado.edu back, what can I do
> to configure bind 8.2.3 so that it either ignores these errors or works.
> This did work with 8.2.2
> 
> 
> 						Robert Weber
> 						University of Colorado
> 
> 
> 
> 

--------

----------
Status: by weberr Fri Feb  2 17:33:14 2001
----------



More information about the bind-users mailing list