Fw: DNS reverse zone problem?
    nikolay.nenchev at rbb-sofia.raiffeisen.at 
    nikolay.nenchev at rbb-sofia.raiffeisen.at
       
    Thu Jan 20 03:02:03 PST 2005
    
    
  
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.
> @ 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.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: att203be.dat
Type: application/octet-stream
Size: 194 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20050120/223ee14d/att203be.obj
    
    
More information about the freebsd-current
mailing list