strange result with RPZ

Issam Harrathi issamneo at gmail.com
Fri Sep 16 10:02:31 UTC 2011


Hi i implement a dns recursive server that only answer *a.b.c.myzone.fr* so
for this i do this:
*in named.conf:*
.....
response-policy { zone "rpz.zone";};
......

*and this is the zone rpz.zone:*

;RPZ
$TTL 10
@       IN SOA rpz.zone. rpz.zone. (
       48;
       3600;
       300;
       86400;
       60 )
       IN      NS      localhost.


a.b.c.myzone.fr IN CNAME a.b.c.myzone.fr.
*.com          IN      A       127.0.0.17
*.fr           IN      A       127.0.0.17
*.org          IN      A       127.0.0.17
*.be           IN      A       127.0.0.17
*.de           IN      A       127.0.0.17
*.net          IN      A       127.0.0.17
; i list all tld here



The problem is that my server answer a.b.c.myzone.fr  but also answer all
the zone myzone.fr like www.myzone.fr , ftp.myzone.fr, ....why?

Thanks.
Issam Harrathi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20110916/afe549ac/attachment.html>


More information about the bind-users mailing list