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

2010-05-10 Thread Barry Margolin
In article , Jason Davis 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 is equivalent to 254.88.8.207.in-addr.arpa. IN

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

2010-05-10 Thread Chris Buxton
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 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

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

2010-05-10 Thread Jason Davis
Thanks guys, the issue was i just needed to put the last octect in the zone file. Thanks, Jason On Mon, May 10, 2010 at 12:20 PM, Chris Buxton wrote: > Your zone definition in named.conf must have a different name than > what you expect. Check it for typos. > > Chris Buxton > BlueCat Networks >