File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -47,21 +47,6 @@ net.ipv4.conf.default.log_martians = 1
47
47
net.ipv4.conf.all.accept_source_route = 0
48
48
net.ipv4.conf.default.accept_source_route = 0
49
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
50
# ------ NETWORK PERFORMANCE ------
66
51
67
52
# don't cache ssthresh from previous connection
You can’t perform that action at this time.
0 commit comments