Hi all I'm trying to use ulogd2 to count flows and so I assume that I have to create iptable rules to match the traffic that I care about. Based on reading on the web, it seemed that I'd have to (this is on a stock ubuntu-16.04 with a 4.4 kernel) Assume that I want to match all TCP packets heading into the host; (1) Create an iptables rule: iptables -A INPUT -p TCP -j ULOG --ulog-nlgroup 1 (2) My ulogd.conf looks like: .. all plugins included stack=ct1:NFCT,ip2str1:IP2STR,print1:PRINTFLOW,emu1:LOGEMU I get an error when I try to run the iptables command: iptables: No chain/target/match by that name. Clearly I am doing something insane, but what? -- 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