classless dns issue

Bryan Irvine sparctacus at gmail.com
Fri Jan 6 00:01:56 UTC 2006


On 1/5/06, Mark Andrews <Mark_Andrews at isc.org> wrote:
> > I'm having problems with my first foray into classless dns.
> >
> > I'm getting this error "SOA record not at top of zone
> > (128/27.201.1.64.in-addr.arpa)"
> >
> > here's the top part of my 64.1.201.rev file.
>
>         Rename it to 128.64.1.201.rev as it is not the reverse
>         file for 201.1.64.in-addr.arpa.  128.64.1.201.rev at least
>         reflects the start of the address range in use.

Good idea.


>         It's not the logical top of the zone which is the
>         name of the zone.

Got it.  Somebody else had emailed a clue stick off-list.  When I saw
it I felt dumb for not remembering that.

>         Make yourself a slave for 201.1.64.in-addr.arpa
>
>                 zone "201.1.64.in-addr.arpa" {
>                         type slave;
>                         masters { 207.155.183.72; };
>                         file "64.1.201.rev";
>                         notify no;
>                 };

another good idea.

>         and a master for 128/27.201.1.64.in-addr.arpa.
>
>                 zone "128/27.201.1.64.in-addr.arpa" {
>                         type master;
>                         file "128.64.1.201.rev";
>                 };

ok I've done all that but nslookup looks weird to me.  Is the cn
supposed to look like that?

===nslookup===
# nslookup 64.1.201.134
Server:         127.0.0.1
Address:        127.0.0.1#53

Non-authoritative answer:
134.201.1.64.in-addr.arpa       canonical name =
134.128/27.201.1.64.in-addr.arpa.
134.128/27.201.1.64.in-addr.arpa        name = itchy.kcjn.com.
======

--Bryan



More information about the bind-users mailing list