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


_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to