enforce default net.ipv6.icmp_ignore_bogus_error_responses

This commit is contained in:
Raja Grewal 2022-07-19 00:37:31 +10:00
parent 2b237039cf
commit c77a2a78bc
No known key found for this signature in database
GPG Key ID: E34A5801947020A5

View File

@ -89,6 +89,7 @@ net.ipv6.conf.default.accept_redirects=0
## Ignores ICMP requests. ## Ignores ICMP requests.
net.ipv4.icmp_echo_ignore_all=1 net.ipv4.icmp_echo_ignore_all=1
net.ipv6.icmp.echo_ignore_all=1
## Ignores bogus ICMP error responses ## Ignores bogus ICMP error responses
net.ipv4.icmp_ignore_bogus_error_responses=1 net.ipv4.icmp_ignore_bogus_error_responses=1