vuurmuur: Disable connection limits.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 23 Jul 2010 13:38:13 +0000 (15:38 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 23 Jul 2010 13:38:13 +0000 (15:38 +0200)
This allows any number of connections per seconds. The DNS server (both
authoritive and recursor) was running into these limits.

etc/vuurmuur/config.conf

index c292c233683f5b8b4b1c22206a21885f920d7472..37bc4587124f793b2896752691e49bb5cf0e96ac 100644 (file)
@@ -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"