On 10/15/07, J and T <[EMAIL PROTECTED]> wrote: > I already had the policy logging set to: > > net all DROP err > all all REJECT err > > I thought it would only log "err"ors. Do I instead need to set this to > "emerg"? I guess I just don't get it. As documented in policy(5): #SOURCE DEST POLICY LOG BURST:LIMIT net all DROP err
So this line says "If it's coming from net to all, drop it and log it at level err." Remove "err" entirely, and it should stop logging all those packets. Will ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
