All DNS Queries Denied

Every DNS Query is denied. Where might I find the problem for this? My log file is full of

Mar 23 10:58:32 ns2 named[19293]: client 65.55.5.137#33638: query (cache) ‘www.domain.com/A/IN’ denied

There’s likely something in your BIND config somewhere that’s denying some/all requests.

You may want to verify that there aren’t any “allow-query” statements in there that are limiting what IP addresses can perform lookups.

-Eric

The word “query” is not in /etc/named.conf. Is there some other obvious place for it?

Thanks

Is there some other obvious place for it

In any of the files included by the named.conf file :slight_smile:

-Eric