mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
sysctl: Conntrack: Disable picking up loose TCP connections
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -35,6 +35,9 @@ net.ipv6.conf.default.disable_ipv6 = 1
|
||||
net.ipv6.conf.all.accept_redirects = 0
|
||||
net.ipv6.conf.default.accept_redirects = 0
|
||||
|
||||
# Do not try to pick up existing TCP connections in conntrack
|
||||
net.netfilter.nf_conntrack_tcp_loose = 0
|
||||
|
||||
# Enable netfilter accounting
|
||||
net.netfilter.nf_conntrack_acct = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user