From owner-freebsd-questions@FreeBSD.ORG Fri Jun 18 10:35:28 2004 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 568F716A4CE for ; Fri, 18 Jun 2004 10:35:28 +0000 (GMT) Received: from bilbo.otenet.gr (bilbo.otenet.gr [195.170.0.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E62643D48 for ; Fri, 18 Jun 2004 10:35:26 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i5IAYI0C006838; Fri, 18 Jun 2004 13:34:19 +0300 Received: from orion.daedalusnetworks.priv (orion.daedalusnetworks.priv [127.0.0.1])i5IAXjLb018545; Fri, 18 Jun 2004 13:33:45 +0300 Received: (from keramida@localhost)i5IAXjNM018544; Fri, 18 Jun 2004 13:33:45 +0300 Date: Fri, 18 Jun 2004 13:33:45 +0300 From: Giorgos Keramidas To: Uwe Kolsch Message-ID: <20040618103345.GA18531@orion.daedalusnetworks.priv> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-questions@freebsd.org Subject: Re: IPFW log results analysis X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 10:35:28 -0000 On 2004-06-18 10:43, Uwe Kolsch wrote: > Is there a tool for FBSD like logwatch on Linux, which can provide a detailed > but still somehow summarized output based on the logging results of IPFW. I mean > more detailed than this from the daily security run: > > > 02010 557 48486 deny log ip from any to any out > > 10000 1026 49716 deny ip from any to any in setup > > 10003 3859 828227 deny ip from any to any in > > ... and more like this. You can always write your own shell scripts to parse ipfw logs ;-) I haven't heard of any summarizing tools, but if you feel that scripting your own is too much it shouldn't be too hard to roll a few custom scripts if you tell me what you're looking for in such a report. - Giorgos