On 02/08/2013 03:09 PM, Ed Morrison wrote:
> The services start fine but when telling to perform a dig using itself 
> as the resolver the queries fail

Check the following line in /etc/named.conf and make sure you have both
ip addresses:

 listen-on port 53 { 127.0.0.1; 192.168.1.6; };

Also, if you're using views, check the "match-clients" directive to see
if you're filtering out traffic coming from localhost.

-- 
Jorge
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to