Am 02.07.2014 17:08, schrieb Bob Harold:
> I am using Ubuntu 12.04.4, BIND 9.8.1-P1, and just added:
> 
> allow-query-on { 127.0.0.1; };
> 
> To the default /etc/bind/named.conf.options file.
> That should make it only answer queries sent to 127.0.0.1, and not 
> answer queries sent to the server's normal IP.
> But it seems to have no effect

why just listening on a interface you don#t want to
answer from and so accept packets at all?

listen-on              {any;};
listen-on              {127.0.0.1;};
listen-on              {127.0.0.1; 192.168.196.2;};

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

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

Reply via email to