Problems logging w/ IPF on FreeBSD 5.3-STABLE

Nelis Lamprecht nlamprecht at gmail.com
Wed Dec 1 02:37:02 PST 2004


On Mon, 29 Nov 2004 18:28:06 -0800, FMorales <altf2o at 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


More information about the freebsd-questions mailing list