From 3828b68ad6879c9892eed09493d503e89d45a8d8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 1 Sep 2008 19:38:34 +0000 Subject: Set net.inet.icmp.icmplim to 500. Apparently the low setting of 200 wrecked Seths firewall on upgrade due to overwhelming amounts of icmp packets. --- cf/conf/config.xml | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'cf') diff --git a/cf/conf/config.xml b/cf/conf/config.xml index dc6cb94..85a38d6 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -75,16 +75,16 @@ net.link.bridge.pfil_onlyip 0 - - Set to 0 to disable filtering on the incoming and outgoing member interfaces. - net.link.bridge.pfil_member - 1 - - - Set to 1 to enable filtering on the bridge interface - net.link.bridge.pfil_bridge - 0 - + + Set to 0 to disable filtering on the incoming and outgoing member interfaces. + net.link.bridge.pfil_member + 1 + + + Set to 1 to enable filtering on the bridge interface + net.link.bridge.pfil_bridge + 0 + Allow unprivileged access to tap(4) device nodes net.link.tap.user_open @@ -119,7 +119,12 @@ Enable TCP extended debugging net.inet.tcp.log_debug 0 - + + + Set ICMP Limits + net.inet.icmp.icmplim + 500 + normal -- cgit v1.1