Allow outgoing pings

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2023-12-09 20:14:41 +03:00
parent 3dc13df65f
commit 7654ccfd97
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C

View file

@ -19,6 +19,9 @@
boot.kernel.sysctl = {
"kernel.sysrq" = 0;
# Yo, WTF?
"net.ipv4.ping_group_range" = "0 1000";
# Picked from https://github.com/trimstray/the-practical-linux-hardening-guide/wiki/Network-stack
"net.ipv4.icmp_ignore_bogus_error_responces" = 1;