aboutsummaryrefslogtreecommitdiffstats
path: root/sysctl.conf
blob: 59a86d447470dd9f26ac3c8af06cbadd6bb8d2d5 (plain)
1
2
3
4
5
6
7
8
# Disables packet forwarding
net.ipv4.ip_forward = 0
# Enables source route verification
net.ipv4.conf.all.rp_filter = 1
# Disables automatic defragmentation (needed for masquerading, LVS)
net.ipv4.ip_always_defrag = 0
# Disables the magic-sysrq key
kernel.sysrq = 0