Logging Option
Posted: 2005-10-19 19:26
Guten Tag
Debian Sarge 3.1
Bind 9.2.4
/usr/sbin/named-checkconf
/etc/bind/named.conf.options:27: unknown option 'logging'
named.conf.options:
options {
directory "/var/cache/bind";
// If there is a firewall between you and nameservers you want
// to talk to, you might need to uncomment the query-source
// directive below. Previous versions of BIND always asked
// questions using port 53, but BIND 8.1 and later use an unprivileged
// port by default.
// query-source address * port 53;
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
// forwarders {
// 0.0.0.0;
// };
auth-nxdomain no; # conform to RFC1035
allow-transfer {
83.133.127.76;
};
logging {
channel query_logging {
file "named.log"
versions 3 size 100M;
print-time yes; // timestamp log entries
};
category default { query_logging; };
};
};
Kann mir einer auf die Sprünge helfen?
Unter Suse kein Problem, aber unter Debian bin ich am verzweifeln....(irgendwo einfach nur ein vertipper?
Debian Sarge 3.1
Bind 9.2.4
/usr/sbin/named-checkconf
/etc/bind/named.conf.options:27: unknown option 'logging'
named.conf.options:
options {
directory "/var/cache/bind";
// If there is a firewall between you and nameservers you want
// to talk to, you might need to uncomment the query-source
// directive below. Previous versions of BIND always asked
// questions using port 53, but BIND 8.1 and later use an unprivileged
// port by default.
// query-source address * port 53;
// If your ISP provided one or more IP addresses for stable
// nameservers, you probably want to use them as forwarders.
// Uncomment the following block, and insert the addresses replacing
// the all-0's placeholder.
// forwarders {
// 0.0.0.0;
// };
auth-nxdomain no; # conform to RFC1035
allow-transfer {
83.133.127.76;
};
logging {
channel query_logging {
file "named.log"
versions 3 size 100M;
print-time yes; // timestamp log entries
};
category default { query_logging; };
};
};
Kann mir einer auf die Sprünge helfen?
Unter Suse kein Problem, aber unter Debian bin ich am verzweifeln....(irgendwo einfach nur ein vertipper?