From: Matthijs Kooijman Date: Fri, 23 Jul 2010 13:37:52 +0000 (+0200) Subject: vuurmuur: Don't log any dropped packets. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Fdrsnuggles.git;a=commitdiff_plain;h=fc3317ef31e3e552423a39234fc5b1e822acd7ef vuurmuur: Don't log any dropped packets. --- diff --git a/etc/vuurmuur/config.conf b/etc/vuurmuur/config.conf index 7907fd9..c292c23 100644 --- a/etc/vuurmuur/config.conf +++ b/etc/vuurmuur/config.conf @@ -59,25 +59,25 @@ DYN_INT_CHECK="No" DYN_INT_INTERVAL="30" # LOG_POLICY controls the logging of the default policy. -LOG_POLICY="Yes" +LOG_POLICY="No" # LOG_POLICY_LIMIT sets the maximum number of logs per second. LOG_POLICY_LIMIT="20" # LOG_BLOCKLIST enables/disables logging of items on the blocklist. -LOG_BLOCKLIST="Yes" +LOG_BLOCKLIST="No" # LOG_INVALID enables/disables logging of INVALID traffic. -LOG_INVALID="Yes" +LOG_INVALID="No" # LOG_NO_SYN enables/disables logging of new tcp packets without the SIN flag set. -LOG_NO_SYN="Yes" +LOG_NO_SYN="No" # LOG_PROBES enables/disables logging of probes. Probes are packets that are used in portscans. -LOG_PROBES="Yes" +LOG_PROBES="No" # LOG_FRAG enables/disables logging of fragmented packets. -LOG_FRAG="Yes" +LOG_FRAG="No" # LOG_TCP_OPTIONS controls the logging of tcp options. This is. # not used by Vuurmuur itself. PSAD 1.4.x uses it for OS-detection.