Hi,
I've been scratching my head for a while now and searching high and low for an answer as of why my dns won't reverse lookup for any external addresses. All my internal addresses work fine; my zones are properly configured with dhcp updates etc etc.
Strangely,
but
If I use host from my router (which relays to my ISP)
I tried to trace packets but couldn't see any relevant traffic on a reverse lookup while a forward one would generate all kind of traffic.
Configuration check program doesn't report anything wrong.
Has anyone seen this problem?
Regards,
tcn
I've been scratching my head for a while now and searching high and low for an answer as of why my dns won't reverse lookup for any external addresses. All my internal addresses work fine; my zones are properly configured with dhcp updates etc etc.
Strangely,
Code:
#host www.freebsd.org
Using domain server:
Name: 127.0.0.1
Address: 127.0.0.1#53
Aliases:
www.freebsd.org is an alias for red.freebsd.org.
red.freebsd.org has address 69.147.83.34
red.freebsd.org has IPv6 address 2001:4f8:fff6::22
red.freebsd.org mail is handled by 0 .
Code:
#dig www.freebsd.org
; <<>> DiG 9.8.1-P1 <<>> www.freebsd.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 35674
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 3, ADDITIONAL: 5
;; QUESTION SECTION:
;www.freebsd.com. IN A
;; ANSWER SECTION:
www.freebsd.com. 86400 IN CNAME www.freebsd.org.
www.freebsd.org. 470 IN CNAME red.freebsd.org.
red.freebsd.org. 3470 IN A 69.147.83.34
;; AUTHORITY SECTION:
freebsd.org. 3468 IN NS ns2.isc-sns.com.
freebsd.org. 3468 IN NS ns3.isc-sns.info.
freebsd.org. 3468 IN NS ns1.isc-sns.net.
;; ADDITIONAL SECTION:
ns1.isc-sns.net. 3468 IN A 72.52.71.1
ns1.isc-sns.net. 3468 IN AAAA 2001:470:1a::1
ns2.isc-sns.com. 3468 IN A 38.103.2.1
ns3.isc-sns.info. 3468 IN A 63.243.194.1
ns3.isc-sns.info. 3468 IN AAAA 2001:5a0:10::1
;; Query time: 132 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Sep 11 17:24:14 2012
;; MSG SIZE rcvd: 285
but
Code:
#host 69.147.83.34 127.0.0.1
Using domain server:
Name: 127.0.0.1
Address: 127.0.0.1#53
Aliases:
Host 34.83.147.69.in-addr.arpa not found: 2(SERVFAIL)
Code:
; <<>> DiG 9.8.1-P1 <<>> 69.147.83.34
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 38775
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;69.147.83.34. IN A
;; AUTHORITY SECTION:
. 86400 IN SOA a.root-servers.net. nstld.verisign-grs.com. 2012091101 1800 900 604800 86400
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Tue Sep 11 17:25:06 2012
;; MSG SIZE rcvd: 105
If I use host from my router (which relays to my ISP)
Code:
Using domain server:
Name: 192.168.XX.XX
Address: 192.168.XX.XX#53
Aliases:
34.83.147.69.in-addr.arpa domain name pointer red.freebsd.org.
I tried to trace packets but couldn't see any relevant traffic on a reverse lookup while a forward one would generate all kind of traffic.
Configuration check program doesn't report anything wrong.
Has anyone seen this problem?
Regards,
tcn