PTR Record

Ed Wilts ewilts at ewilts.org
Mon May 10 16:00:44 UTC 2004


On Mon, May 10, 2004 at 07:53:39AM -0700, Frank Reichenbacher wrote:
> How do I tell if I have a PTR record for my domain? 
>  
> Mollynet.com
> 66.93.153.62

Jason responded with the host command.  Here's the dig equivalent.

        .../Ed

[root at corpftp2 root]# dig -x 66.93.153.62

; <<>> DiG 9.2.2 <<>> -x 66.93.153.62
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5653
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1

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

;; ANSWER SECTION:
62.153.93.66.in-addr.arpa. 3600 IN      PTR     mollynet.com.

;; AUTHORITY SECTION:
153.93.66.in-addr.arpa. 3600    IN      NS      ns1.speakeasy.net.
153.93.66.in-addr.arpa. 3600    IN      NS      ns2.speakeasy.net.

;; ADDITIONAL SECTION:
ns2.speakeasy.net.      105259  IN      A       216.231.41.19

;; Query time: 176 msec
;; SERVER: 172.30.13.129#53(172.30.13.129)
;; WHEN: Mon May 10 11:00:21 2004
;; MSG SIZE  rcvd: 134

-- 
Ed Wilts, Mounds View, MN, USA
mailto:ewilts at ewilts.org
Member #1, Red Hat Community Ambassador Program





More information about the redhat-list mailing list