Re: Fw: DNS reverse zone problem?

From: Ceri Davies <ceri_at_submonkey.net>
Date: Thu, 20 Jan 2005 11:21:14 +0000
On Thu, Jan 20, 2005 at 12:26:33PM +0200, nikolay.nenchev_at_rbb-sofia.raiffeisen.at wrote:
> from named.conf: 
> 
> zone "0/26.XXX.XXX.XXX.in-addr.arpa." {
>         type master;
>         file "master/example.com.rev"
>         allow-query { any; } ;
>         allow-transfer {
>                         myslave server;
>         } ;
> };

That's a very strange zone declaration.  You'd normally have
a zone named 0.z.y.x.in-addr.arpa with PTR records from 1-62 therein,
and the above zone delegated to you.  Then the z.y.x.in-addr.arpa zone
would include CNAMEs such as:

$ORIGIN z.y.x.in-addr.arpa.
1	IN	CNAME	1.0.z.y.x.in-addr.arpa.
2	IN	CNAME	2.0.z.y.x.in-addr.arpa.

Anyway, I think the zone name above is your problem.

Failing that, please explain how your reverse DNS is delegated (note: at
times like this, obfuscation of IP addresses is likely to make it harder
for me to understand your situation, so I may just give up if you
continue to do this).

Ceri

PS. This is *way* off-topic for current_at_.
-- 
Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former.			  -- Einstein (attrib.)

Received on Thu Jan 20 2005 - 10:21:15 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:26 UTC