Reverse delegation - refused on my DNS

Michael Monnerie michael.monnerie at is.it-management.at
Wed Aug 19 21:30:34 UTC 2009


After reading other threads I got my ISP delegate me reverse DNS for our
subnet:


212.69.164.48/28


But now I try to resolve it from external:


# dig -x 212.69.164.57 @dns1.zmi.at
; <<>> DiG 9.3.4 <<>> -x 212.69.164.57 @dns1.zmi.at
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 16794
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
 


Why does my server refuse it? I got this:


zone "48-28.164.69.212.in-addr.arpa" in {
   type master;
   file "master/48-28.164.69.212.in-addr.arpa";
   allow-transfer { mydns; };
   allow-update { none; };
   allow-query { any; };
};
 


And the zone file looks like:


$TTL 60 ; default positive TTL
@               SOA             ns4.zmi.at.  
hostmaster.ns4.zmi.at. (
                               
42              ; serial
                               
2d              ; refresh
                               
4h              ; retry
                               
6w              ; expiry
                                60
)            ; negative TTL

                NS              power4u.zmi.at.
                NS              dns1.zmi.at.
                NS              dns2.zmi.at.
                A               212.69.164.60
                MX 10           protegate5.zmi.at.

49              PTR             gateway-p3u.zmi.at.
50              PTR             reserved.zmi.at.
 


So where's the error?


mfg zmi


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20090819/d96ac461/attachment.html>


More information about the bind-users mailing list