summaryrefslogtreecommitdiff
path: root/package/base-files/src/etc/sysctl.conf
blob: f45e98632c1b18043d691d4ab01debff225c1cfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Disables the magic-sysrq key
#kernel.sysrq = 0
# When the kernel panics, automatically reboot in 3 seconds
#kernel.panic = 3
# Enable packet forwarding
#net.ipv4.ip_forward = 1
#net.ipv6.conf.all.forwarding = 1
# Disables IP dynaddr
#net.ipv4.ip_dynaddr = 0
# Disable ECN
#net.ipv4.tcp_ecn = 0
# Enables source route verification
net.ipv4.conf.default.rp_filter = 1
# Enable reverse path
net.ipv4.conf.all.rp_filter = 1
# Enable SYN cookies
#net.ipv4.tcp_syncookies = 1