Am 04.03.2013 19:46, schrieb Blake Hudson:
> 
> Robert Schetterer wrote the following on 3/4/2013 12:37 PM:
>> Am 04.03.2013 19:31, schrieb Blake Hudson:
>>> OK, so we ask for a PTR on 212.0.171.63.in-addr.arpa and instead receive
>>> a CNAME (with additional). Did anyone notice that the CNAME does not
>>> resolve?
>> yeah ,my dns cache didnt resolved it
>> had to be reloaded
>>
>>
>> Best Regards
>> MfG Robert Schetterer
>>
> Robert, you show the same problem as me (different version of bind
> 9.8.x). Seems to be a bind 9.8 specific behavior to return SERVFAIL on
> this lookup. FWIW, Bind 9.2.x uses the additional info in the first
> query results without performing any lookup/validation on the CNAME
> (63.171.0.212.cust.lkq.sprintlink.net).
> 
> flushing cache or restarting bind does not resolve the issue. Unless you
> can show me otherwise...

its by dnssec-validation auto in  BIND 9.8.1-P1

/usr/sbin/named -v
BIND 9.8.1-P1

dig @localhost -x 63.171.0.212

; <<>> DiG 9.8.1-P1 <<>> @localhost -x 63.171.0.212
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 38497
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;212.0.171.63.in-addr.arpa.     IN      PTR

;; Query time: 3462 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Mon Mar  4 20:01:51 2013
;; MSG SIZE  rcvd: 43


deconfigure or comment out

dnssec-validation auto


etc/init.d/bind9 restart
 * Stopping domain name service... bind9

                                    waiting for pid 28122 to die


                             [ OK ]
 * Starting domain name service... bind9

                             [ OK ]
root@newlinux:~# dig @localhost -x 63.171.0.212

; <<>> DiG 9.8.1-P1 <<>> @localhost -x 63.171.0.212
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47133
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 3, ADDITIONAL: 6

;; QUESTION SECTION:
;212.0.171.63.in-addr.arpa.     IN      PTR

;; ANSWER SECTION:
212.0.171.63.in-addr.arpa. 86400 IN     CNAME
63.171.0.212.cust.lkq.sprintlink.net.
63.171.0.212.cust.lkq.sprintlink.net. 86400 IN PTR mail1.lkqcorp.com.

;; AUTHORITY SECTION:
cust.lkq.sprintlink.net. 86400  IN      NS      ns1-auth.sprintlink.net.
cust.lkq.sprintlink.net. 86400  IN      NS      ns3-auth.sprintlink.net.
cust.lkq.sprintlink.net. 86400  IN      NS      ns2-auth.sprintlink.net.

;; ADDITIONAL SECTION:
ns1-auth.sprintlink.net. 86399  IN      A       206.228.179.10
ns1-auth.sprintlink.net. 86399  IN      AAAA    2600::a1
ns2-auth.sprintlink.net. 86399  IN      A       144.228.254.10
ns2-auth.sprintlink.net. 86399  IN      AAAA    2600::a2
ns3-auth.sprintlink.net. 86399  IN      A       144.228.255.10
ns3-auth.sprintlink.net. 86399  IN      AAAA    2600::a3


compared

/usr/sbin/named -v
BIND 9.7.6-P4

dig @localhost -x 63.171.0.212

; <<>> DiG 9.7.6-P4 <<>> @localhost -x 63.171.0.212
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26972
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 3, ADDITIONAL: 6

;; QUESTION SECTION:
;212.0.171.63.in-addr.arpa.     IN      PTR

;; ANSWER SECTION:
212.0.171.63.in-addr.arpa. 85099 IN     CNAME
63.171.0.212.cust.lkq.sprintlink.net.
63.171.0.212.cust.lkq.sprintlink.net. 85099 IN PTR mail1.lkqcorp.com.


try post bind list for details


Best Regards
MfG Robert Schetterer

-- 
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Axel von der Ohe, Marc Schiffbauer
Aufsichtsratsvorsitzender: Joerg Heidrich

Reply via email to