diff --git a/etc/sysctl.d/99-workstation.conf b/etc/sysctl.d/99-workstation.conf index 05fd962..c4a20be 100644 --- a/etc/sysctl.d/99-workstation.conf +++ b/etc/sysctl.d/99-workstation.conf @@ -76,9 +76,6 @@ net.ipv4.conf.*.rp_filter = 1 net.ipv4.icmp_echo_ignore_all = 1 net.ipv6.icmp.echo_ignore_all = 1 -# Ignore Bogus ICMP responses. -net.ipv4.icmp_ignore_bogus_error_responses = 1 - # Enable IP Forwarding. # Needed for VM networking and whatnot. net.ipv4.ip_forward = 1 @@ -116,4 +113,4 @@ vm.mmap_rnd_compat_bits = 16 # https://bugs.archlinux.org/task/62780 # Interestingly enough, Arch does not even have userfaultfd in their kernel, so it is # probably not used in the real world at all. -vm.unprivileged_userfaultfd = 0 \ No newline at end of file +vm.unprivileged_userfaultfd = 0