On 1/9/06, poncenby smythe <[EMAIL PROTECTED]> wrote: > On 9 Jan 2006, at 10:43, Olivier Mehani wrote: > > > On Sun, Jan 08, 2006 at 10:51:12PM +0000, poncenby smythe wrote: > >> I am running 3.8 GENERIC on i386 and can't figure out why pf > >> isn't logging > >> the packets I've told it to, here is a snippet from /etc/ pf.conf... > > > > Maybe a stupid check, but did you enable pf in rc.conf ? > > pf is set to NO in /etc/rc.conf, but is enabled with the following > commands in ppp.linkup script: > > adsl: > ! sh -c "/sbin/ifconfig pflog0 up" > ! sh -c "/sbin/pfctl -f /etc/pf.conf -e" > > the ppp link is called adsl and running pfctl -ss reports pf is enabled. > Well that would be why. If you look in /etc/rc (which is supposed to start pf) you'll see it runs a daemon called pflogd. Judging by the name, that just MIGHT be what you're missing and need.
Jason