Date: Wed, 13 Sep 2000 14:17:05 -0300 (ART) From: Fernando Gleiser <fgleiser@cactus.fi.uba.ar> To: Craig Cowen <craig@allmaui.com> Cc: "freebsd-security@FreeBSD.ORG" <freebsd-security@FreeBSD.ORG> Subject: Re: ipf logging Message-ID: <Pine.BSF.4.21.0009131412130.19624-100000@cactus.fi.uba.ar> In-Reply-To: <39BF49B9.F5EAFC19@allmaui.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <path to log file> & 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0009131412130.19624-100000>