Fw: DNS reverse zone problem?
Ceri Davies
ceri at submonkey.net
Thu Jan 20 03:21:15 PST 2005
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.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20050120/aff77885/attachment.bin
More information about the freebsd-current
mailing list