summaryrefslogtreecommitdiff
path: root/etc.Linux
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-05-03 08:01:26 +0000
committerMike Frysinger <vapier@gentoo.org>2007-05-03 08:01:26 +0000
commit5227cb203aad97ebef57c8867147008298fdc3b6 (patch)
tree10fb20a5d483757a18c8a9919d81bf7130f254a4 /etc.Linux
parente18377accad411d21f28cbd11e014a047c9946cc (diff)
downloadopenrc-5227cb203aad97ebef57c8867147008298fdc3b6.tar.gz
openrc-5227cb203aad97ebef57c8867147008298fdc3b6.tar.bz2
openrc-5227cb203aad97ebef57c8867147008298fdc3b6.tar.xz
enable ecn cookies by default and disable ip forwarding
Diffstat (limited to 'etc.Linux')
-rw-r--r--etc.Linux/sysctl.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc.Linux/sysctl.conf b/etc.Linux/sysctl.conf
index b3a209e..4eb2216 100644
--- a/etc.Linux/sysctl.conf
+++ b/etc.Linux/sysctl.conf
@@ -10,7 +10,7 @@
#
# Disables packet forwarding
-#net.ipv4.ip_forward = 0
+net.ipv4.ip_forward = 0
# Disables IP dynaddr
#net.ipv4.ip_dynaddr = 0
# Disable ECN
@@ -22,7 +22,7 @@ net.ipv4.conf.all.rp_filter = 1
# Enable SYN cookies (yum!)
# http://cr.yp.to/syncookies.html
-#net.ipv4.tcp_syncookies = 1
+net.ipv4.tcp_syncookies = 1
# Disable source route
#net.ipv4.conf.all.accept_source_route = 0