How to log zone transfers and etc

John vo at eudoramail.com
Mon Oct 27 17:37:00 UTC 2003


Hello all:

BIND 9.2.2 on Solaris 8.

I was just reading the O'reilly Bind book and the logging section
pretty much confused the heck out of me.

What I'd like to do:

- log all zone transfers, allowed and denied.
- log all reloads, when I do an rndc reload.
- Log errors, warnings, death threats.

And just some other "default" logging that is informative. 

My logging section in named.conf

logging { channel security_log {
             file "/var/adm/named-security.log" size 20m;
             print-time yes;
             print-category yes;
                           };
        category security { security_log; };
        category lame-servers { null; };
        category xfer-in { default_syslog; };
        category xfer-out { default_syslog; };
        category update { null; };
        };

And this is *NOT* doing it for me. 
What changes do I have to make?

-Thanks.

-J.


More information about the bind-users mailing list