]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Don't set net.ipv4.ip_local_port_range; use kernel default
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 24 Jul 2008 10:10:45 +0000 (10:10 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 24 Jul 2008 10:10:45 +0000 (10:10 +0000)
svn-id: @9851

sysctl.conf

index e2a3a5b35d93b80d1d96c49f8c71cd3c8e31f278..cbd0673deab01fdb6db797c113e5ca52deb420da 100644 (file)
@@ -96,7 +96,7 @@ net.ipv4.conf.default.rp_filter = 1
 # port. Contains two numbers, the first number is the lowest port,
 # the second number the highest local port. Default is "1024 4999".
 # Should be changed to "32768 61000" for high-usage systems.
-net.ipv4.ip_local_port_range = 4096 61000
+net.ipv4.ip_local_port_range = 4096 61000
 
 # Disables automatic defragmentation (needed for masquerading, LVS)
 # Non existant on Linux 2.4
This page took 0.33029 seconds and 4 git commands to generate.