diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2016-04-22 07:34:43 +0300 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2016-04-22 16:05:06 +0200 |
commit | 3066b6437b0929daa841b5ed1d4a25905d0fcd4b (patch) | |
tree | df67f39162454eca01b6de6c1ea4fbcec1e7c12d | |
parent | cbce1528138339e6dc1a6f51f915641b7840d685 (diff) |
flowtop: man: Add how-to activate conntrack by modprobe
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 <vadim4j@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | flowtop.8 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |