From owner-freebsd-security Wed Sep 13 10:23:17 2000 Delivered-To: freebsd-security@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id DE41337B422 for ; Wed, 13 Sep 2000 10:22:51 -0700 (PDT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.9.3/8.9.3) with ESMTP id OAA21051; Wed, 13 Sep 2000 14:17:05 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Wed, 13 Sep 2000 14:17:05 -0300 (ART) From: Fernando Gleiser To: Craig Cowen Cc: "freebsd-security@FreeBSD.ORG" Subject: Re: ipf logging In-Reply-To: <39BF49B9.F5EAFC19@allmaui.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 13 Sep 2000, Craig Cowen wrote: > I am not clear on how to log ipf. > I believe I need to edit my syslog.conf. Yes and no. ipmon (ipf's logging process) can log via syslog or directly to a file. If you want to log to a file: # ipmon & If you want to use syslog: # ipmon -s & and you have to add a line like this to syslog.conf: local0.* /var/log/ipf.log > Can someone please explain. > Hope this helps Fer > TIA, > Craig > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-security" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message