diff options
Diffstat (limited to 'sysctl.conf')
-rw-r--r-- | sysctl.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysctl.conf b/sysctl.conf index b6ce4d8e..73d2bc67 100644 --- a/sysctl.conf +++ b/sysctl.conf @@ -1,6 +1,6 @@ # Disables packet forwarding net.ipv4.ip_forward = 0 # Enables source route verification -net.ipv4.conf.all.rp_filter = 1 +net.ipv4.conf.default.rp_filter = 1 # Disables the magic-sysrq key kernel.sysrq = 0 |