]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Default local port range is too evil. can't even start mysqld!
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 28 Sep 2006 23:38:39 +0000 (23:38 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 28 Sep 2006 23:38:39 +0000 (23:38 +0000)
svn-id: @7826

sysctl.conf

index 8baed5da0bf7703e09cf49d0583bf3ecbcefa025..543818d1aed32433c33fe14eb4391905fe682a57 100644 (file)
@@ -96,7 +96,7 @@ net.ipv4.tcp_syncookies = 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 = 1024 4999
+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.21985 seconds and 4 git commands to generate.