Laszlo Danielisz wrote:
Nothing is displayed
ktulu# pfctl -nf /etc/pf.conf
ktulu#
It is better to use verbose command (will show you parsed rules as well
as some errors)
pfctl -nvvf /etc/pf.conf
If you see your rules with above command, but rules are not loaded at
boot, then you have some error in /etc/rc.conf (you need at least
pf_enable="YES")
Manually try `service pf reload` or `service pf restart`
Miroslav Lachman
_______________________________________________
freebsd-pf@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "freebsd-pf-unsubscr...@freebsd.org"