Search Again:

Re: reverse dns

From: Steve Nowacki
Date: Wednesday, July 30, 2003
Time: 6:38:26 am

I set up the reverse zone at your suggestion. Here is the nslookup
result:

% nslookup 12.33.161.78
Server: dns-rs2.bgtmo.ip.att.net
Address: 12.127.17.72

Name: ftp.knightprinting.com
Address: 12.33.161.78
Aliases: 78.161.33.12.in-addr.arpa

That is the result I expected, but I'm curious as to why the "Aliases:"
line shows up. nslookup on 63.230.107.197 returns:

% nslookup 63.230.107.197
Server: dns-rs2.bgtmo.ip.att.net
Address: 12.127.17.72

Name: mail.knightprinting.com
Address: 63.230.107.197

Should I remove or disable the reverse zone that I had originally set
up? Its name is 161.33.12.in-addr.arpa. and looks like this:

161.33.12.in-addr.arpa. NS ns1.arvidburns.com
161.33.12.in-addr.arpa. NS ns2.arvidburns.com
66.161.33.12.in-addr.arpa. PTR ns1.arvidburns.com
78.161.33.12.in-addr.arpa. PTR ftp.knightprinting.com

Or could I just set the PTR records in that original zone to match
those you listed for the new reverse zone and remove the new zone:

161.33.12.in-addr.arpa. NS ns1.arvidburns.com
161.33.12.in-addr.arpa. NS ns2.arvidburns.com
66.64/28.161.33.12.in-addr.arpa. PTR ns1.arvidburns.com
78.64/28.161.33.12.in-addr.arpa. PTR ftp.knightprinting.com

Bye,
Steve

On Tuesday, July 29, 2003, at 03:00 PM, QuickDNS Talk wrote:

> Subject: Re: reverse dns
> From: "Len Conrad" <LenConrad@MenAndMice.com>
> Date: Tue, 29 Jul 2003 12:15:37 -0500
>
>
>> unless I call on one of my name servers directly, what do I need to
>> do to
>> make this work correctly?
>
>
> ATT is following RFC2317 to delegate a sub-Class C reverse zone.
>
> # dig -x 12.33.161.78
>
> ; <<>> DiG 8.3 <<>> -x
> ;; 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: 4, ADDITIONAL: 4
> ;; QUERY SECTION:
> ;; 78.161.33.12.in-addr.arpa, type = ANY, class = IN
>
> ;; ANSWER SECTION:
> 78.161.33.12.in-addr.arpa. 23h3m20s IN CNAME
> 78.64/28.161.33.12.in-addr.arpa.
>
> Set up a reverse zone with the name (don't worry about the "illegal"
> slash
> symbol, it's RFC):
>
> 64/28.161.33.12.in-addr.arpa.
>
> and in that zone file, put PTR records that match ATT's CNAME RDATA
> fields:
>
> 65.64/28.161.33.12.in-addr.arpa. ....
> .
> .
> .
> 78.64/28.161.33.12.in-addr.arpa. PTR knightprinting.com.
> 79......
>
>
> Len




Messages In This Thread:



Return to Digital Point Solutions' Home Page