Im a new user of freebsd 8.0-RELEASE-i386. I've try to use PF firewall but it unfortunately doesn't work.
I've added to /etc/rc.conf these 2 lines:
and pf.conf to /etc/ because it didn't exist.
In pf.conf I wrote:
After /etc/rc.d/pf start I get:
What is wrong?
I've added to /etc/rc.conf these 2 lines:
Code:
pf_enable="YES"
pflog_enable=YES"
and pf.conf to /etc/ because it didn't exist.
In pf.conf I wrote:
Code:
block in all
pass out all
After /etc/rc.d/pf start I get:
Code:
freebsd# pfctl -e
No ALTQ support in kernel
ALTQ related funcions disabled
pfctl: pf already enabled
What is wrong?