Displaying 1 result from an estimated 1 matches for "t_log".
Did you mean:
1_log
2016 Jun 25
0
[Bug 1076] New: trace target docs could be better
...tfilter-buglog at lists.netfilter.org
Reporter: justin at devuyst.com
I had a really hard time getting TRACE logging to work.
I guess the problem is a combination of the fact that
I'm not a hardcore sa and that the TRACE docs (
in the iptables-extensions manpage) mentioned
"ip(6)t_LOG or nfnetlink_log". When I saw that
the rule was matching I then started to search
for ipt_LOG which turned out to be unfruitful.
Eventually someone on irc gave me the right
answer which was:
modprobe nf_log_ipv4;
sysctl net.netfilter.nf_log.2=nf_log_ipv4;
and then it worked. Maybe the docs f...