extend disabling ICMP redirects

This commit is contained in:
Daniel Micay 2024-03-24 10:43:37 -04:00
parent ec2cbbdb4e
commit 51a4f8ca7a

View File

@ -20,10 +20,9 @@ net.ipv4.tcp_orphan_retries = 6
net.ipv4.ip_local_port_range = 1024 65535
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.default.send_redirects = 0
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.default.accept_redirects = 0
net.ipv4.conf.*.send_redirects = 0
net.ipv4.conf.*.accept_redirects = 0
net.ipv6.conf.*.accept_redirects = 0
net.netfilter.nf_conntrack_tcp_loose = 0
net.netfilter.nf_conntrack_tcp_timeout_established = 14400