Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2007 16:47:47 -0700
From:      snowcrash <schneecrash+pf@gmail.com>
To:        freebsd-pf@freebsd.org
Subject:   Re: PF not started on boot (though it's in /etc/rc.conf)
Message-ID:  <70f41ba20705051647g6d276b5fn23f4dbccb9dab1e8@mail.gmail.com>
In-Reply-To: <20070505224853.B826EB867@shodan.nognu.de>
References:  <20070505224853.B826EB867@shodan.nognu.de>

next in thread | previous in thread | raw e-mail | index | archive | help
hi,

> I have a problem bringing up PF after a reboot of my 6.2 machine.
> I tried pf_enable="YES" in /etc/rc.conf, but it doesn't seem to
> get executed. /etc/rc.d/pf exists, also tried to declare pf_rules and
> even pf_program without luck. I always have to do "pfctl -e -f
> /etc/pf.conf" manually after the boot.

this might help you track down the issue ...

kill pf

add/set in pf.conf,

     set debug urgent

re-check your conf with,

   pfctl -vv -nf pf.conf

then, restart pf, instead, with:

   /etc/rc.d/pf start

watch your syslog & pf logs ... see anything of interest?

hth!



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