This sounds great! However, I appear to be having some trouble. I
checked out, built, and installed conntrack-tools 0.9.6 7164 and
libnetfilter_conntrack-0.0.87 7164 and am running conntrackd -S. I
still have libnfnetlink-0.0.30. I don't seem to be getting any
statistics logging either in Syslog mode or LogFile mode.
I've made some progress... it turns out that the statistics logging via
LogFile mode works only if I start conntrackd with -C
/etc/conntrackd/conntrackd.conf... for some reason, leaving the -C
option off and defaulting to this configuration file doesn't work, even
though a strace shows a successful open to the file upon initialization.
Syslog statistics mode still crashes... but only if I *disable* LogFile,
too.
This works perfectly:
Stats {
LogFile on
Syslog on
}
This crashes:
Stats {
LogFile off
Syslog on
}
CentOS 5.0, kernel 2.6.18, no SELinux, liberal iptables configuration,
sysklogd 1.4.1
Is there a more appropriate place to report this information?
Thanks for your work on this thus far, this looks like a great addition
to conntrack-tools!
-
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html