From owner-freebsd-questions Wed Jul 21 9:40:24 1999 Delivered-To: freebsd-questions@freebsd.org Received: from support.euronet.nl (support.euronet.nl [194.134.32.134]) by hub.freebsd.org (Postfix) with ESMTP id B32A91556C for ; Wed, 21 Jul 1999 09:40:02 -0700 (PDT) (envelope-from beng@support.euronet.nl) Received: (from beng@localhost) by support.euronet.nl (8.9.1/8.9.1) id SAA29157; Wed, 21 Jul 1999 18:39:50 +0200 (CEST) (envelope-from beng) Message-Id: <199907211639.SAA29157@support.euronet.nl> Subject: Re: Where are the ipfw logs? In-Reply-To: from daniel B at "Jul 21, 99 09:07:36 am" To: danielb@pacex.net (daniel B) Date: Wed, 21 Jul 1999 18:39:50 +0200 (CEST) Cc: freebsd-questions@FreeBSD.ORG From: Ben Gras X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG All, > I thought I will try this again just in case this time someone with clue > will see this. > I have ipfw configured and running and also have included the 'log' > command in my ruleset but I can't seem to find the logged traffic stats > anywhere? > Where does ipfw log it's stuff? If you add a "log" keyword to the rule (e.g. /sbin/ipfw add allow log ip from any to any), ipfw logs the `hit' of the rule using the regular KERNel syslogging facility; you can specify where it gets logged in /etc/syslog.conf. By default it probably ends up on the console and in /var/log/messages. Regards, =Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message