From 9e026495f01d4e249993e134ceb19072fea3d7d7 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Fri, 23 Jul 2010 15:38:13 +0200 Subject: [PATCH] vuurmuur: Disable connection limits. This allows any number of connections per seconds. The DNS server (both authoritive and recursor) was running into these limits. --- etc/vuurmuur/config.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.30.2