File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313net.ipv4.ip_forward = 1
1414# Disables IP dynaddr
1515#net.ipv4.ip_dynaddr = 0
16- # Disable ECN
17- #net.ipv4.tcp_ecn = 0
1816# Enables source route verification
1917net.ipv4.conf.default.rp_filter = 1
2018# Enable reverse path
@@ -27,6 +25,9 @@ net.ipv6.conf.all.accept_ra = 2
2725net.ipv6.conf.all.accept_redirects = 1
2826net.ipv6.conf.all.accept_source_route = 1
2927
28+ net.ipv4.ip_nonlocal_bind = 1
29+ net.ipv6.ip_nonlocal_bind = 1
30+
3031# Enable SYN cookies (yum!)
3132# http://cr.yp.to/syncookies.html
3233#net.ipv4.tcp_syncookies = 1
@@ -60,16 +61,13 @@ net.ipv6.conf.all.accept_source_route = 1
6061# UDP Port for lock manager
6162#fs.nfs.nlm_udpport = 0
6263
63- vm.swappiness=10
64- vm.overcommit_memory= 1
64+ vm.swappiness = 1
65+ vm.overcommit_memory = 1
6566
6667
6768
6869# EXPERIMENTAL
6970
70- # Disable ECN
71- net.ipv4.tcp_ecn = 0
72-
7371# Enable SYN cookies (yum!)
7472# http://cr.yp.to/syncookies.html
7573net.ipv4.tcp_syncookies = 1
You can’t perform that action at this time.
0 commit comments