From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 14:35:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2598737B401 for ; Mon, 7 Jul 2003 14:35:45 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8467843F93 for ; Mon, 7 Jul 2003 14:35:44 -0700 (PDT) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.53]) by kientzle.com (8.12.9/8.12.9) with ESMTP id h67LZcgY001427; Mon, 7 Jul 2003 14:35:38 -0700 (PDT) (envelope-from kientzle@acm.org) Message-ID: <3F09E852.1020904@acm.org> Date: Mon, 07 Jul 2003 14:38:26 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021005 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Micheal Patterson References: <3F09E48B.3020300@acm.org> <064501c344ce$fc4b9770$4df24243@tsgincorporated.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Logging packets dropped by IPFW X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 21:35:45 -0000 Micheal Patterson wrote: > ----- Original Message ----- > From: "Tim Kientzle" > Subject: Logging packets dropped by IPFW > >>Is there any way to generate log information >>about the packets dropped by IPFW? The 'log' >>modifier doesn't seem to do anything ... > options IPFIREWALL_VERBOSE #enable logging to syslogd(8) > options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity Thanks, Micheal. The manpage didn't mention that logging was a compile-time option; I'm recompiling now... Tim