*** Can't find server name for address xxx.xxx.xxx.xxx: Server failed

Charles Ulysses Farley oldfart at gtonet.net
Thu Oct 25 23:28:17 UTC 2001


After upgrading to bind 8.2.4-REL my primary NS is broken. I've read the
archives and everyone points to PTR records although mine seem fine. No
error messages are generated in /var/log/messages. Please see info below
and advise.

root at psi7:/etc/namedb/s -15:34:38- # ndc restart ; tail
/var/log/messages
Oct 25 15:34:35 psi7 named[3324]: starting (/etc/namedb/named.conf).
named 8.2.4-REL Tue Oct 23 15:29:38 PDT 2001
root at psi7.gtonet.net:/usr/obj/usr/src/usr.sbin/named
Oct 25 15:34:35 psi7 named[3324]: limit files set to fdlimit (1024)
Oct 25 15:34:35 psi7 named[3327]: Ready to answer queries.

root at psi7:/etc/namedb/s -15:34:38- # nslookup 216.112.90.196
psi7.gtonet.net
*** Can't find server name for address 216.112.90.196: Server failed
*** Default servers are not available
<nslookup fails>

root at psi7:~ -16:02:39- # nslookup -d 216.112.90.196 ns1.concentric.net
<snipped>
    QUESTIONS:
        196.90.112.216.in-addr.arpa, type = PTR, class = IN
    ANSWERS:
    ->  196.90.112.216.in-addr.arpa
        canonical name = 196.192/27.90.112.216.in-addr.arpa
        ttl = 86400 (1D)
    ->  196.192/27.90.112.216.in-addr.arpa
        name = psi7.gtonet.net
        ttl = 86400 (1D)
    AUTHORITY RECORDS:
    ->  192/27.90.112.216.in-addr.arpa
        nameserver = psi7.gtonet.net
        ttl = 86400 (1D)
    ->  192/27.90.112.216.in-addr.arpa
        nameserver = basic.gtonet.net
        ttl = 86400 (1D)
    ADDITIONAL RECORDS:
    ->  psi7.gtonet.net
        internet address = 216.112.90.196
        ttl = 49235 (13h40m35s)
    ->  basic.gtonet.net
        internet address = 216.112.90.194
        ttl = 49235 (13h40m35s)
<nslookup to my ISP shows that I am, indeed, authoritive for my /27>

<This is my .rev zone:>
$ORIGIN 90.112.216.in-addr.arpa.
$TTL    3600
192/27  86400   IN      SOA     psi7.gtonet.net. root.gtonet.net.
( 
                                2001102207 3600 300 3600000 600 )
        86400   IN      NS      psi7.gtonet.net.
        86400   IN      NS      basic.gtonet.net.
$ORIGIN 192/27.90.112.216.in-addr.arpa.
194     86400   IN      PTR     basic.gtonet.net.
195     86400   IN      PTR     mls.gtonet.net.
196     86400   IN      PTR     psi7.gtonet.net.
<snipped>
<This zone file worked fine before upgrading and still works on my
secondary NS running 8.2.2-P5>



root at psi7:/etc/namedb/s -16:12:00- # nslookup -d2 216.112.90.196
psi7.gtonet.net
;; res_nmkquery(QUERY, 196.90.112.216.in-addr.arpa, IN, PTR)
------------
SendRequest(), len 45
    HEADER:
        opcode = QUERY, id = 38535, rcode = NOERROR
        header flags:  query, want recursion
        questions = 1,  answers = 0,  authority records = 0,  additional
= 0

    QUESTIONS:
        196.90.112.216.in-addr.arpa, type = PTR, class = IN

------------
------------
Got answer (45 bytes):
    HEADER:
        opcode = QUERY, id = 38535, rcode = SERVFAIL
        header flags:  response, want recursion, recursion avail.
        questions = 1,  answers = 0,  authority records = 0,  additional
= 0

    QUESTIONS:
        196.90.112.216.in-addr.arpa, type = PTR, class = IN

------------
*** Can't find server name for address 216.112.90.196: Server failed
*** Default servers are not available
<nslookup with debug output for verbosity>

Any help would be appreciated,

Charles Ulysses Farley



More information about the bind-users mailing list