On Monday 2011-01-03 14:30, Jonathan Petersson wrote: >Have you started the conntrackd-daemon? That's not the point. >On Mon, Jan 3, 2011 at 1:33 PM, Peter Kraus ><juleswinnfieldpf@xxxxxxxxxxxxxx> wrote: >> Hi, >> >> I have ubuntu, kernel 2.6.35, "apt-get install conntrack" and lsmod shows: >> >> cedrix@tussi:~/test_1$ lsmod Â|grep net >> nfnetlink        3691 Â0 >> cedrix@tussi:~/test_1$ lsmod Â|grep conn >> nf_conntrack_ipv4   Â10783 Â3 iptable_nat,nf_nat >> nf_conntrack      63258 Â4 >> ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4 >> nf_defrag_ipv4     Â1117 Â1 nf_conntrack_ipv4 >> >> When I run: "sudo conntrack -E" and I do a "telnet <myserver> 80" (to >> generate traffic) it should show the generated events, but it does >> not. nf_conntrack_netlink needs to be loaded; for some reason that is not automatically done with the -E parameter (but -L does). -- 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