djbdns
[Top] [All Lists]

another problem with dnscache.

To: dns@list.cr.yp.to
Subject: another problem with dnscache.
From: "The Almighty Pegasus Epsilon" <pegasus@pimpninjas.org>
Date: Mon, 6 Nov 2006 20:40:12 -0600
Delivered-to: sp-com-lists@consult.net
Delivered-to: gmail-djbdns@securepoint.com
Delivered-to: sp.com.list@gmail.com
Delivered-to: mailing list dns@list.cr.yp.to
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=OPVFFcNuInMWrUDCXYt0Hfj0nJKE5kbA6Ii1lQ8ykFI+EkQHwHlT9VLqLvkeiCeZORkJP0p6KUAJIk3OgwXi1sWjitJthmMepOCMrXl805MU+xJX0zMpLxxoZGi5gR2nHMw2YbMTPJguxvU1YLzGJiv4dhhhZ0XMLJDiRDmRXkg=
Domainkey-status: good (test mode)
Mailing-list: contact dns-help@list.cr.yp.to; run by ezmlm
Sender: pegasus.epsilon@gmail.com
maybe i'm doing this wrong, but i don't think so, honestly...

$ grep -E . servers/*172*
servers/16.172.in-addr.arpa:127.0.0.1
servers/16.172.in-addr.arpa: 172.16.0.4
servers/172.16:127.0.0.1
servers/172.16:172.16.0.4
$ dnsname 172.16.0.4

$ dnsq ptr 4.0.16.172.in-addr.arpa 127.0.0.1
12 4.0.16.172.in-addr.arpa:
178 bytes, 1+1+2+2 records, response, authoritative, noerror
query: 12 4.0.16.172.in-addr.arpa
answer: 4.0.16.172.in-addr.arpa 86400 PTR dns1.my.net
authority: 16.172.in-addr.arpa 259200 NS dns1.my.net
authority: 16.172.in-addr.arpa 259200 NS dns2.my.net
additional: dns1.my.net 259200 A 172.16.0.4
additional: dns2.my.net 259200 A 172.16.0.29

dnsname provides exactly no answer. /etc/resolv.conf points to dnscache. apparently, according to dnscache, there is no PTR record for that IP address.

i don't see a particular difference between that query and this one:

$ dnsname 4.2.2.2
vnsc-bak.sys.gtei.net
$ dnsq ptr 2.2.2.4.in-addr.arpa dnsauth1.sys.gtei.net
12 2.2.2.4.in-addr.arpa:
190 bytes, 1+1+3+3 records, response, authoritative, noerror
query: 12 2.2.2.4.in-addr.arpa
answer: 2.2.2.4.in-addr.arpa 86400 PTR vnsc-bak.sys.gtei.net
authority: 2.2.4.in-addr.arpa 86400 NS dnsauth1.sys.gtei.net
authority: 2.2.4.in-addr.arpa 86400 NS dnsauth2.sys.gtei.net
authority: 2.2.4.in-addr.arpa 86400 NS dnsauth3.sys.gtei.net
additional: dnsauth1.sys.gtei.net 1800 A 4.2.49.2
additional: dnsauth2.sys.gtei.net 1800 A 4.2.49.3
additional: dnsauth3.sys.gtei.net 1800 A 4.2.49.4

so i'm guessing it's something incorrect in the servers directory. i did, for the record, restart dnscache after adding the 172.16 and 16.172.in-addr.arpa files to the servers directory.
<Prev in Thread] Current Thread [Next in Thread>