From owner-freebsd-questions Tue Jan 7 18:34:28 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A311337B401 for ; Tue, 7 Jan 2003 18:34:26 -0800 (PST) Received: from pooh.ASARian.org (rdu26-76-083.nc.rr.com [66.26.76.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1BC943EA9 for ; Tue, 7 Jan 2003 18:34:20 -0800 (PST) (envelope-from fuzzy@pooh.ASARian.org) Received: from localhost (fuzzy@localhost.ASARian.org [127.0.0.1]) by pooh.ASARian.org (8.12.6/8.12.6) with ESMTP id h082aTuo097387; Tue, 7 Jan 2003 21:36:29 -0500 (EST) (envelope-from fuzzy@pooh.ASARian.org) Date: Tue, 7 Jan 2003 21:36:29 -0500 (EST) From: Fuzzy To: JoeB Cc: FBSDQ Subject: Re: dig command for reverse dsn check In-Reply-To: Message-ID: X-No-Archive: Yes Organization: ASARian Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 7 Jan 2003, JoeB wrote: > How do I check my ISP domain name to see if it's DNS server is > configured correctly for email reverse DNS lookup? I have used dig > isp-domain-name but I can not tell from what it displays what to look > for to verify it's configured correctly. The dig display is lacking > descriptive verbiage to identify what the information displayed means. > Can someone help me please. I'd use: dig -x ip.ad.dr.ess PTR [@name.server] the ANSWER SECTION shows what DNS thinks is the reverse name for that IP. dig -x 66.26.76.83 ptr ; <<>> DiG 8.3 <<>> -x ptr ;; res options: init recurs defnam dnsrch ;; got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2 ;; QUERY SECTION: ;; 83.76.26.66.in-addr.arpa, type = PTR, class = IN ;; ANSWER SECTION: 83.76.26.66.in-addr.arpa. 59m25s IN PTR rdu26-76-083.nc.rr.com. ;; AUTHORITY SECTION: 76.26.66.in-addr.arpa. 59m25s IN NS ns1.nc.rr.com. 76.26.66.in-addr.arpa. 59m25s IN NS ns2.nc.rr.com. ;; ADDITIONAL SECTION: ns1.nc.rr.com. 33m25s IN A 24.93.67.126 ns2.nc.rr.com. 33m25s IN A 24.93.67.127 ;; Total query time: 0 msec ;; FROM: pooh.ASARian.org to SERVER: default -- 127.0.0.1 ;; WHEN: Tue Jan 7 21:34:00 2003 ;; MSG SIZE sent: 42 rcvd: 146 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message