Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada1c29 commit d93f12eCopy full SHA for d93f12e
roles/common/templates/sysctl.conf
@@ -47,21 +47,6 @@ net.ipv4.conf.default.log_martians = 1
47
net.ipv4.conf.all.accept_source_route = 0
48
net.ipv4.conf.default.accept_source_route = 0
49
50
-# Enables RFC-recommended source validation (don't use on a router)
51
-net.ipv4.conf.default.rp_filter = 1
52
-net.ipv4.conf.all.rp_filter = 1
53
-
54
-# Make sure no one can alter the routing tables
55
-net.ipv4.conf.all.accept_redirects = 0
56
-net.ipv4.conf.default.accept_redirects = 0
57
-net.ipv4.conf.all.secure_redirects = 0
58
-net.ipv4.conf.default.secure_redirects = 0
59
60
-# Host only (we're not a router)
61
-net.ipv4.ip_forward = 0
62
-net.ipv4.conf.all.send_redirects = 0
63
-net.ipv4.conf.default.send_redirects = 0
64
65
# ------ NETWORK PERFORMANCE ------
66
67
# don't cache ssthresh from previous connection
0 commit comments