From: Matthijs Kooijman Date: Fri, 23 Jul 2010 13:38:13 +0000 (+0200) Subject: vuurmuur: Disable connection limits. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=sidebyside;h=9e026495f01d4e249993e134ceb19072fea3d7d7;p=matthijs%2Fservers%2Fdrsnuggles.git vuurmuur: Disable connection limits. This allows any number of connections per seconds. The DNS server (both authoritive and recursor) was running into these limits. --- diff --git a/etc/vuurmuur/config.conf b/etc/vuurmuur/config.conf index c292c23..37bc458 100644 --- a/etc/vuurmuur/config.conf +++ b/etc/vuurmuur/config.conf @@ -84,13 +84,13 @@ LOG_FRAG="No" LOG_TCP_OPTIONS="No" # SYN_LIMIT sets the maximum number of SYN-packets per second. -USE_SYN_LIMIT="Yes" +USE_SYN_LIMIT="No" SYN_LIMIT="15" SYN_LIMIT_BURST="30" # UDP_LIMIT sets the maximum number of udp 'connections' per second. -USE_UDP_LIMIT="Yes" +USE_UDP_LIMIT="No" UDP_LIMIT="10" UDP_LIMIT_BURST="60"