newbie: outside zone, ignored errors with ptr records

Barry Margolin barmar at genuity.net
Tue Apr 25 14:25:48 UTC 2000


In article <39051A2D.2E05C4B9 at lgunix1.lagcc.cuny.edu>,
Deepak Thadani  <deepak at lgunix1.lagcc.cuny.edu> wrote:
>Hello,
>
>I am having problems with reverse DNS records.  I have a 1/2 of a class
>C address (63.93.129.128/25) and my nameserver is 
>DNS1.SYSINTEGRATORS.COM (63.93.129.130)  and whenever I reload my 
>nameserver running BIND 8.1.1 on SCO OpenServer 5.0.5, it gives me
>these weird errors.  I've spoken to my provider about the error and 
>they are delegating responsibility to my server with regards to this
>block of IP addresses.
>
>When I try to do an nslookup on my own server, it fails.  Please help!
>
>Thanks,
>
>Deepak
>
>Error:
>
>Apr 25 00:03:01 si named[356]: 63.93.129.rev:9: data
>"129.129.93.63.in-addr.arpa
>" outside zone "128.129.93.63.in-addr.arpa" (ignored)


All entries in a zone file have to end in the name of the zone.  Since this
zone is named 128.129.93.63.in-addr.arpa, all entries have to be
<something>.128.129.93.63.in-addr.arpa.  129.129.93.63.in-addr.arpa doesn't
follow that pattern, it should be 129.128.129.93.63.in-addr.arpa.

The simplest way to ensure this is to leave the suffix off entirely,
i.e. just write:

129 IN PTR flowpoint.sysintegrators.com.
130 IN PTR si.sysintegrators.com.
....

Names that don't end in a "." automatically have the zone name appended.

-- 
Barry Margolin, barmar at genuity.net
Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.



More information about the bind-users mailing list