blob: 8e725def1ced7680671e2215ea9b803063e2a076 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Kernel sysctl configuration
#
# Disable packet forwarding
net.ipv4.ip_forward=0
# Disable the magic-sysrq key
kernel.sysrq = 0
# Enable TCP SYN Cookie Protection
net.ipv4.tcp_syncookies = 1
|