set for reversing

Guessing what you mean by that, I see:


# dig virtual-image.com mx

; <<>> DiG 8.3 <<>> virtual-image.com mx
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; QUERY SECTION:
;;      virtual-image.com, type = MX, class = IN

;; ANSWER SECTION:
virtual-image.com.      1H IN MX        10 mail.virtual-image.com.

;; ADDITIONAL SECTION:
mail.virtual-image.com.  1H IN A  209.164.24.158


# dig -x 209.164.24.158


; <<>> DiG 8.3 <<>> -x
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 2
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUERY SECTION:
;;      158.24.164.209.in-addr.arpa, type = ANY, class = IN

;; AUTHORITY SECTION:
24.164.209.in-addr.arpa. 3H IN SOA kepler.concentric.net. hostmaster.concentric.net. (
2001011834 ; serial
6H ; refresh
1H ; retry
1W ; expiry
12H ) ; minimum



your reverse zone is still not "set" for anything.


In fact, kepler is telling us authoritatively that there are no records at all for 209.164.24.158, and we ought to remember that negative answer for 12 hours.

Len


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to