bind-9.0.1 logging

Kirk Vogelsang kvogelsa at ccs.neu.edu
Thu Nov 16 15:48:08 UTC 2000


I'm currently running BIND-9.0.1 on Solaris 7 and am wondering
if there is a way to get the logging for denied recursive queries
similar to that of 8.2.2p5.

Ie:

8.2.2 logs:

Nov 16 09:43:36 foo named[1806]: unapproved recursive query from [10.10.10.10].53 for foo.bar.com

9.0.1 logs:

Nov 16 10:34:32 foo named[9842]: client 10.10.10.10#1406: recursion denied

I'd like to be able to see what was denied.

Here's how I've setup logging on the 9.0.1 box:

logging {
        channel "security_errs" {
            file "/var/adm/dnssecurity";
            severity debug;
        };
        category "security" {
            "security_errs";
            "default_syslog";
            "default_debug"; 
        };
};     

I've tried various severity levels, but to no avail.

Is this possible?  TIA...

-----
Kirk M. Vogelsang <kvogelsa at ccs.neu.edu>
Northeastern University College of Computer Science




More information about the bind-users mailing list