ignoring out-of-zone data (254.88.8.207.in-addr.arpa)

Barry Margolin barmar at alum.mit.edu
Tue May 11 00:43:58 UTC 2010


In article <mailman.1469.1273515731.21153.bind-users at lists.isc.org>,
 Jason Davis <jdavis at openactive.org> wrote:

> Thanks guys, the issue was i just needed to put the last octect in the
> zone file.

That doesn't sound right. As long as the suffix matched the zone name, 
it shouldn't have caused the error you got.

254 IN PTR <hostname>

is equivalent to

254.88.8.207.in-addr.arpa. IN PTR <hostname>

if the zone name is 88.8.207.in-addr.arpa.

The more common mistake is to forget the trailing ".", but then it would 
be treated as

254.88.8.207.in-addr.arpa.88.8.207.in-addr.arpa. IN PTR <hostname>

but this still wouldn't cause the error.

> 
> Thanks,
> Jason
> 
> On Mon, May 10, 2010 at 12:20 PM, Chris Buxton <chris.p.buxton at gmail.com> 
> wrote:
> > Your zone definition in named.conf must have a different name than
> > what you expect. Check it for typos.
> >
> > Chris Buxton
> > BlueCat Networks
> >
> > On 5/10/10, Jason Davis <jdavis at openactive.org> wrote:
> >> Hello,
> >>  I have setup some rdns with bind, when i try to start I get this error:
> >>
> >> /etc/zones/master/reverses/88.8.207.in-addr.arpa:257: ignoring
> >> out-of-zone data (254.88.8.207.in-addr.arpa)
> >>
> >> I get it for each host in the reverse zone file. ANy idea whay Im doing
> >> wrong?
> >>
> >> Thanks,
> >> Jason
> >> _______________________________________________
> >> bind-users mailing list
> >> bind-users at lists.isc.org
> >> https://lists.isc.org/mailman/listinfo/bind-users
> >>
> >
> > --
> > Sent from my mobile device
> >

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE don't copy me on replies, I'll read them in the group ***



More information about the bind-users mailing list