Author: glen Date: Fri Sep 29 01:38:39 2006 New Revision: 7826 Modified: rc-scripts/trunk/sysctl.conf Log: Default local port range is too evil. can't even start mysqld!
Modified: rc-scripts/trunk/sysctl.conf ============================================================================== --- rc-scripts/trunk/sysctl.conf (original) +++ rc-scripts/trunk/sysctl.conf Fri Sep 29 01:38:39 2006 @@ -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 = 1024 4999 +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
