1 # Disables the magic-sysrq key
3 # When the kernel panics, automatically reboot in 3 seconds
5 # Enable packet forwarding
6 #net.ipv4.ip_forward = 1
7 #net.ipv6.conf.all.forwarding = 1
9 #net.ipv4.ip_dynaddr = 0
12 # Enables source route verification
13 net.ipv4.conf.default.rp_filter = 1
15 net.ipv4.conf.all.rp_filter = 1
17 #net.ipv4.tcp_syncookies = 1