Add another tip how to activate conntrack mechanism by
loading required kernel modules via modprobe. This info
might be used to make these modules load automatically at startup.

Signed-off-by: Vadim Kochan <vadi...@gmail.com>
---
 flowtop.8 | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/flowtop.8 b/flowtop.8
index 1367e6e..27ba22c 100644
--- a/flowtop.8
+++ b/flowtop.8
@@ -50,6 +50,14 @@ iptables -A INPUT -p tcp -m state --state ESTABLISHED -j 
ACCEPT
 .sp
 iptables -A OUTPUT -p tcp -m state --state NEW,ESTABLISHED -j ACCEPT
 .in -4
+.sp
+or by loading the following kernel modules:
+.sp
+.in +4
+modprobe nf_conntrack_ipv4
+.sp
+modprobe nf_conntrack_ipv6
+.in -4
 .PP
 To dump byte/packet counters flowtop enables the sysctl(8) parameter
 \[lq]net.netfilter.nf_conntrack_acct\[rq] via:
-- 
2.6.3

-- 
You received this message because you are subscribed to the Google Groups 
"netsniff-ng" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netsniff-ng+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to