This is a discussion on Re: how to stop logging denied query's ? within the Bind Users forums, part of the DNS and Related Forums category; >>>>> "Stephan" == Stephan van Hienen <bind-list@ddx.a2000.nu> writes: Stephan&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
>>>>> "Stephan" == Stephan van Hienen <bind-list@ddx.a2000.nu> writes:
Stephan> is there a way to stop logging denied query's ? (I want Stephan> all other messages in my log) Yes, you could divert all messages in the security logging category to a null channel. ie logging { ... category security { channel null; }; ... }; However that would be silly because you'd be suppressing all security-related log messages. What you could do is stop the unwanted traffic coming to your name server by adding a suitable ACL to your router or firewall. That way you'd only get log messages if something undesirable got past your firewall. BTW, you should be running the current version of BIND9, not BIND8. |