Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 May 2008 09:24:52 +0800
From:      "CyberSans AirBort" <cybersans@gmail.com>
To:        freebsd-questions@FreeBSD.org
Subject:   problem on pf @ freebsd 7.0
Message-ID:  <15af975d0805131824i142a4847u852a6ad09f61e526@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
hello there. sorry if this similar question been asked before in this forum.

my problem is, i install freebsd 7.0 and after that compile the kernel to
enable pf (using the same method like freebsd's handbook said):

device pf
device pflog
device pfsync

options ALTQ
options ALTQ_CBQ
options ALTQ_RED
options ALTQ_RIO
options ALTQ_HFSC
options ALTQ_CDNR
options ALTQ_PRIQ
options ALTQ_NOPCC

and i put everything inside /etc/rc.conf

pf_enable="YES"
pf_rules="/etc/pf.conf"
pf_flags=""
pflog_enable="YES"
pflog_logfile="/var/log/pflog"
pflog_flags=""

and guess what? pf is not loading when startup. i have to manually restarted
the pf using /etc/rc.d/pf restart

is that a bug? i never have this kind of problem when using version 5.* or
6.*



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