Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 2004 12:37:01 +0200
From:      Nelis Lamprecht <nlamprecht@gmail.com>
To:        FMorales <altf2o@comcast.net>
Cc:        FreeBSD Questions <questions@freebsd.org>
Subject:   Re: Problems logging w/ IPF on FreeBSD 5.3-STABLE
Message-ID:  <7cbadc870412010237464b55f5@mail.gmail.com>
In-Reply-To: <41ABDAB6.5030906@comcast.net>
References:  <41ABDAB6.5030906@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 29 Nov 2004 18:28:06 -0800, FMorales <altf2o@comcast.net> wrote:

> bash-2.05b$ cat /etc/rc.conf | grep "ip"
> ipfilter_enable="YES"
> ipfilter_rules="/etc/ipf.rules"
> ipmon_enable="YES"
> ipmon_flags="-Ds"
> 

change the above to read something along the lines of:

ipmon_flags="-Dn /var/log/ipfilter.log"

remove the "s" in other words and put in the path to your log file to
output the data.

nelis



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7cbadc870412010237464b55f5>