This is a discussion on logging question for bind-9.2.2-21 within the Bind Users forums, part of the DNS and Related Forums category; hi, i'm running bind-9.2.2-21 on a White Box Enterprise Linux release 3.0 (Liberation) it ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 best regards Wilhelm Grundner ###################################### T-Systems Austria GesmbH Telecom Global Services Hofmuehlgasse 3-5 A-1060 Wien AUSTRIA Phone: +43 57057 4390 Fax: +43 57057 4152 Email: wilhelm.grundner@t-systems.at Web: http://www.t-systems.at ###################################### |