Line | |
---|
1 | net.ipv4.ip_forward = 1 |
---|
2 | net.ipv4.conf.all.rp_filter = 2 |
---|
3 | net.ipv4.conf.default.accept_source_route = 0 |
---|
4 | kernel.panic = 5 |
---|
5 | kernel.panic_on_oops = 1 |
---|
6 | kernel.sysrq = 1 |
---|
7 | kernel.core_uses_pid = 1 |
---|
8 | vm.panic_on_oom = 1 |
---|
9 | net.ipv4.tcp_syncookies = 1 |
---|
10 | net.ipv4.conf.default.arp_ignore = 1 |
---|
11 | net.ipv4.conf.default.arp_announce = 2 |
---|
12 | net.ipv4.conf.all.arp_ignore = 1 |
---|
13 | net.ipv4.conf.all.arp_announce = 2 |
---|
14 | net.ipv4.tcp_keepalive_time = 825 |
---|
15 | afs.GCPAGs = 0 |
---|
16 | kernel.modprobe = /etc/scripts/modprobe |
---|
Note: See
TracBrowser
for help on using the repository browser.