Server Not Authoratative

Eric Pancer epancer at gmail.com
Thu Sep 15 06:57:12 UTC 2005


On 9/13/05, Mark Andrews <Mark_Andrews at isc.org> wrote: 
No. You have been delegated 193.243.227.207.IN-ADDR.ARPA
> to 207.243.227.207.IN-ADDR.ARPA individually. You need to
> have a zone even for the addresses without names yet.
> 
> zone "193.243.227.207.in-addr.arpa" {
> type master;
> file "master/193.243.227.207.in-addr.arpa";
> };
> 
> 193.243.227.207.in-addr.arpa:
> $TTL 7200
> @ SOA ns1.nxio.us <http://ns1.nxio.us>. root.nxio.us <http://root.nxio.us>. 
> ....
> @ NS ns1.nxio.us <http://ns1.nxio.us>.
> @ PTR ictus.catastrophe.net <http://ictus.catastrophe.net>.
> 
> zone "206.243.227.207.in-addr.arpa" {
> type master;
> file "master/206.243.227.207.in-addr.arpa";
> };
> 
> 206.243.227.207.in-addr.arpa:
> $TTL 7200
> @ SOA ns1.nxio.us <http://ns1.nxio.us>. root.nxio.us <http://root.nxio.us>. 
> ....
> @ NS ns1.nxio.us <http://ns1.nxio.us>.



Hi Mark,

I ended up getting this fixed and now have this in my named.conf...

zone "193.243.227.207.in-addr.arpa" in {
type master;
file "master/193.243.227.207.in-addr.arpa";
allow-query { public; };
};
zone "194.243.227.207.in-addr.arpa" in {
type master;
file "master/194.243.227.207.in-addr.arpa";
allow-query { public; };
};
zone "195.243.227.207.in-addr.arpa" in {
type master;
file "master/195.243.227.207.in-addr.arpa";
allow-query { public; };
};

and my zone for each looks like this:

$TTL 2h ; default ttl
@ IN SOA ns1.nxio.us <http://ns1.nxio.us>. root.nxio.us<http://root.nxio.us>. 
(
2005091301 ; se = serial number
3600 ; ref = refresh
300 ; ret = update retry
1209600 ; ex = expiry
1200 ) ; min = minimum
@ IN NS ns1.nxio.us <http://ns1.nxio.us>.
@ IN PTR ictus.catastrophe.net <http://ictus.catastrophe.net>.


Unfortunately I'm still getting a whole lot of lame delegation warnings...

Sep 15 01:41:31 ns1 named[6734]: lame server resolving '
195.243.227.207.in-addr.arpa' (in '195.243.227.207.in-addr.arpa'?): 
207.227.243.194#53
Sep 15 01:41:42 ns1 named[6734]: lame server resolving '
195.243.227.207.in-addr.arpa' (in '195.243.227.207.in-addr.arpa'?): 
207.227.243.194#53
Sep 15 01:46:12 ns1 named[6734]: lame server resolving '
195.243.227.207.in-addr.arpa' (in '195.243.227.207.in-addr.arpa'?): 
207.227.243.194#53
Sep 15 01:46:12 ns1 named[6734]: lame server resolving '
195.243.227.207.in-addr.arpa' (in '195.243.227.207.in-addr.arpa'?): 
207.227.243.194#53
Sep 15 01:46:23 ns1 named[6734]: lame server resolving '
195.243.227.207.in-addr.arpa' (in '195.243.227.207.in-addr.arpa'?): 
207.227.243.194#53

Am I still lame?

Also you need to agree on the name of your nameserver.
> 
> A.NS.NXIO.US <http://A.NS.NXIO.US> vs NS1.NXIO.US <http://NS1.NXIO.US>
> 
> It should be the same in the parent and child zones.
> 

We got that fixed; thanks!

- Eric



More information about the bind-users mailing list