Bind logging

Paweł Ch. pch0317 at gmail.com
Fri Oct 11 08:31:35 UTC 2013


Hi list,

I would like to setup fail2ban service on debina 6.0. I must setup bind
logging. My bind server can't log into /var/log/named/security.log

# cat named.conf.options
//acl for manchines in dmz100.local network
acl dmz { 10.0.0.0/24; };

options {
    allow-query { none; };
        allow-query-cache { none; };
    directory "/var/cache/bind";
    notify no;
    recursion no;
    additional-from-cache no;

    auth-nxdomain no;    # conform to RFC1035
    listen-on-v6 { any; };

    version "9.3.4-P1";
};

logging {
  channel security_file {
    file "/var/log/named/security.log" versions 3 size 30m;
    severity dynamic;
    print-time yes;
  };
  category security {
    security_file;
  };
};

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20131011/fd3755e5/attachment.html>


More information about the bind-users mailing list