ashley pestkowski wrote:

Hello,
Having the following messages repeating over and over again...Could somebody tell what the messages mean
exactly and what can I do about it?



Aug 29 15:33:13 ns3 named[464]: client 217.148.39.3#1036: query (cache) denied
Aug 29 15:33:13 ns3 named[464]: client 217.148.39.4#32769: query (cache) denied

Someone is trying to use your DNS server and they are not allowed to. If you want these hosts to your DNS add:


allow-query { 217.148.39.3; 217.148.39.4;};

into your named.conf. Otherwise this is normal behavoir because you are not allowing them to query your DNS. If you want your DNS to be used by anyone add:

allow-query { any; };

You may also want to only allow queries for certain zones, if so put this allow statement in your zone section of named.conf file.

--
Matt Burleigh
Senior Systems Engineer
Enterprise Integration, Inc.



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to