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_at_submonkey.net Sent by: setantae_at_submonkey.net 20.01.2005 11:21 To nikolay.nenchev_at_rbb-sofia.raiffeisen.at cc ceri_at_submonkey.net Subject Re: DNS reverse zone problem? On Thu, Jan 20, 2005 at 09:54:23AM +0200, nikolay.nenchev_at_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. > _at_ IN SOA ns1.example.com. root.example.com. ( > 2005011901 ; Serial > 10800 ; Refresh > 3600 ; Retry > 604800 ; Expire > 3600 ) ; Minimum > > _at_ 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.)
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:26 UTC