Author: arekm Date: Thu Jul 24 12:10:45 2008 New Revision: 9851 Modified: rc-scripts/trunk/sysctl.conf Log: Don't set net.ipv4.ip_local_port_range; use kernel default
Modified: rc-scripts/trunk/sysctl.conf ============================================================================== --- rc-scripts/trunk/sysctl.conf (original) +++ rc-scripts/trunk/sysctl.conf Thu Jul 24 12:10:45 2008 @@ -96,7 +96,7 @@ # 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 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
