This is a discussion on Re: logging question for bind-9.2.2-21 within the Bind Users forums, part of the DNS and Related Forums category; wilhelm.grundner <grundner@t-systems.at> wrote: > hi, > i'm running bind-9.2.2-21 ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
wilhelm.grundner <grundner@t-systems.at> wrote:
> hi, > i'm running bind-9.2.2-21 on a White Box Enterprise Linux release 3.0 (Liberation) > it semms that i can't avoid logging 'update-denied' messages: > Jun 09 09:49:29.742 security: client 10.248.108.2#2544: update '108.248.10.in-addr.arpa/IN' denied > here is my logging config: > ################################################## ###################### > logging { > channel logfile { > file "/var/named/log/named.log"; > print-time yes; > print-category yes; > }; > channel debug { > file "/var/named/log/debug" versions 10 size 10m; > print-time yes; > print-category yes; > severity dynamic; > }; > channel null { > null; > }; > category default { logfile; debug; }; > category general { logfile; debug; }; > category lame-servers { null; }; > category queries { null; }; > category resolver { logfile; }; > category update { null; }; > ################################################## ###################### > does anyone have a idea where i'm going wrong? > any help would be appreciated - thanks I think "update-denied" is in the "security" category. -- Peter Håkanson IPSec Sverige ( At Gothenburg Riverside ) Sorry about my e-mail address, but i'm trying to keep spam out, remove "icke-reklam" if you feel for mailing me. Thanx. |