From df23ccfe824eb2d6ea579d4ecd0e56483a5f3c37 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 5 Jul 2007 16:13:38 +0000 Subject: Set the ephemeral port range starting port to 1024 instead of 49152. On a busy firewall it is possible to run out of ephemeral ports and then the system will block new connections until a port is available. --- cf/conf/config.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cf/conf') diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 10c44db..7625903 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -6,6 +6,11 @@ nervecenter + Set the ephemeral port range to be lower. + net.inet.ip.portrange.first + 1024 + + Drop packets to closed TCP ports without returning a RST net.inet.tcp.blackhole 2 -- cgit v1.1