>118.89.156.68.in-addr.arpa. 10800 IN    CNAME   118.0.89.156.68.in-addr.arpa.
>0.89.156.68.in-addr.arpa. 10800 IN      NS      charizard.s-wit.net.
>0.89.156.68.in-addr.arpa. 10800 IN      NS      ns2.cl.bellSouth.net.
>0.89.156.68.in-addr.arpa. 10800 IN      NS      ns3.cl.bellSouth.net.
>;; Received 194 bytes from 205.152.0.20#53(NS.ATL.BELLSOUTH.net) in 61 ms

there is certainly a mess over there.  if the query is:

tx1# dig -x 68.156.89.118 @ns1.cl.bellsouth.net. any

; <<>> DiG 9.2.3rc3 <<>> -x 68.156.89.118 @ns1.cl.bellsouth.net. any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51151
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 4

;; QUESTION SECTION:
;118.89.156.68.in-addr.arpa.    IN      ANY

;; ANSWER SECTION:
118.89.156.68.in-addr.arpa. 10726 IN    CNAME   118.0.89.156.68.in-addr.arpa.

;; AUTHORITY SECTION:
156.68.in-addr.arpa.    10726   IN      NS      ns.atl.bellsouth.net.
156.68.in-addr.arpa.    10726   IN      NS      ns.mia.bellsouth.net.
156.68.in-addr.arpa.    10726   IN      NS      ns.rdu.bellsouth.net.
156.68.in-addr.arpa.    10726   IN      NS      ns.bellsouth.net.

;; ADDITIONAL SECTION:
ns.atl.bellsouth.net.   10765   IN      A       205.152.0.20
ns.mia.bellsouth.net.   5629    IN      A       205.152.144.252
ns.rdu.bellsouth.net.   1801    IN      A       205.152.244.252
ns.bellsouth.net.       5294    IN      A       205.152.0.5

;; Query time: 63 msec
;; SERVER: 205.152.0.8#53(ns1.cl.bellsouth.net.)

but what is apparently the same query (see the question sections) to the 
same NS gets a different answer:

tx1# dig @ns1.cl.bellSouth.net. 118.0.89.156.68.in-addr.arpa. any

; <<>> DiG 9.2.3rc3 <<>> @ns1.cl.bellSouth.net. 
118.0.89.156.68.in-addr.arpa. any
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 60288
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 2

;; QUESTION SECTION:
;118.0.89.156.68.in-addr.arpa.  IN      ANY

;; ANSWER SECTION:
118.0.89.156.68.in-addr.arpa. 10800 
IN  PTR     spamcop.wirelesscommunitynetworks.com.

;; AUTHORITY SECTION:
0.89.156.68.in-addr.arpa. 10800 IN      NS      ns1.cl.bellsouth.net.
0.89.156.68.in-addr.arpa. 10800 IN      NS      ns2.cl.bellsouth.net.
0.89.156.68.in-addr.arpa. 10800 IN      NS      ns3.cl.bellsouth.net.

;; ADDITIONAL SECTION:
ns1.cl.bellsouth.net.   10572   IN      A       205.152.0.8
ns2.cl.bellsouth.net.   10671   IN      A       205.152.144.188

;; Query time: 59 msec
;; SERVER: 205.152.0.8#53(ns1.cl.bellSouth.net.)


Len





Reply via email to