Date: Thu, 20 Jan 2005 12:26:33 +0200 From: nikolay.nenchev@rbb-sofia.raiffeisen.at To: freebsd-current@freebsd.org Cc: ceri@submonkey.net Subject: Fw: DNS reverse zone problem? Message-ID: <OFD9D44BA3.1A93931F-ON42256F8F.00394C34-42256F8F.00394D90@mdcs.at>
next in thread | raw e-mail | index | archive | help
--=_mixed 00394D7942256F8F_=
Content-Type: text/plain; charset="US-ASCII"
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;
} ;
};
ceri@submonkey.net
Sent by: setantae@submonkey.net
20.01.2005 11:21
To
nikolay.nenchev@rbb-sofia.raiffeisen.at
cc
ceri@submonkey.net
Subject
Re: DNS reverse zone problem?
On Thu, Jan 20, 2005 at 09:54:23AM +0200,
nikolay.nenchev@rbb-sofia.raiffeisen.at wrote:
> I have problems with reverse zone. I have classless adress from 0-63, so
> I'm wiht mask /26.
> My reverse zone file:
> $TTL 3600
> $ORIGIN 0/26.XXX.XXX.XXX.in-addr.arpa.
> @ IN SOA ns1.example.com. root.example.com. (
> 2005011901 ; Serial
> 10800 ; Refresh
> 3600 ; Retry
> 604800 ; Expire
> 3600 ) ; Minimum
>
> @ IN NS ns1.exapmle.com.
"example" is spelt incorrectly there, but it's not the cause of your
problem.
> 1 IN PTR ns1.example.com.
> 7 IN PTR mail1.example.com.
> 5 IN PTR example.com.
>
> Error messages:
>
> named[96142]: client SOURCE_IP#4981: query (cache)
> 'MY_DNS_IP_ADDRESS.in-addr.arpa/PTR/IN' denied
Make sure that SOURCE_IP is allowed to query in the server's named.conf
(the allow-query statement).
Ceri
--
Only two things are infinite, the universe and human stupidity, and I'm
not sure about the former. -- Einstein (attrib.)
--=_mixed 00394D7942256F8F_=
Content-Type: application/octet-stream; name="att203be.dat"
Content-Disposition: attachment; filename="att203be.dat"
Content-Transfer-Encoding: base64
LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0NClZlcnNpb246IEdudVBHIHYxLjQuMCAoRnJl
ZUJTRCkNCg0KaUQ4REJRRkI3M2czb2NmY3dUUzNKRjhSQXFYL0FKNGxVNVVpbkozdXZvQlJoeEE2
NDdVdi95ZjBzZ0NnbFdmdw0KU09saU9aaTZCc2ljU2hXaGZmcGd2OW89DQo9TUlITQ0KLS0tLS1F
TkQgUEdQIFNJR05BVFVSRS0tLS0tDQo=
--=_mixed 00394D7942256F8F_=--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OFD9D44BA3.1A93931F-ON42256F8F.00394C34-42256F8F.00394D90>
