Author Topic: named cache query denied?  (Read 6135 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
named cache query denied?
« on: November 16, 2020, 06:27:50 PM »
hey folks!

Using nginx+varnish+apache, seeing the following message a lot:

Code: [Select]
Nov 16 18:15:28 host named[25392]: client @0x7f378803c150 127.0.0.1#47439 (.): query (cache) './NS/IN' denied
Nov 16 18:15:28 host named[25392]: client @0x7f3788041dd0 127.0.0.1#34384 (.): query (cache) './NS/IN' denied

I'm assuming there's an entry missing in /etc/named.conf but I may be wrong, could anyone please point me in the right direction?
Any help is greatly appreciated!  :)

Offline
*
Re: named cache query denied?
« Reply #1 on: November 16, 2020, 07:50:33 PM »
if anyone is interested, adding:
Code: [Select]
   allow-query-cache { localnets; };to the /etc/named.conf made the error disappear, yay  :)