[ubuntu] Bind 9 DNS Server not accepting DNS client queries [Archive] – Ubuntu Forums

Add the following lines to named.conf.options in /etc/bind will do :D

allow-query {any;};

allow-query-on {any;};

allow-recursion {any;};

allow-recursion-on {any;};

 

To the options of named.conf.

via [ubuntu] Bind 9 DNS Server not accepting DNS client queries [Archive] – Ubuntu Forums.


This entry was posted in linux administration. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>