I can't get an 1.2.1-RC1 full with two NICs (VIA mini ITX) to filter traffic
using http://pfsense.trendchiller.com/transparent_firewall.pdf
No rules either in WAN or LAN, to the bridge must block
everything -- but doesn't. No change when I define explict
blocking rules for everything.
# pfctl -sr
pass quick proto carp all keep state
pass quick proto pfsync all keep state
pass out proto tcp from any to any port = domain flags S/SA keep state
pass out proto udp from any to any port = domain keep state
# pfctl -sn
# cat /tmp/rules.boot
pass quick proto carp all keep state
pass quick proto pfsync all
pass out proto { tcp, udp } from any to any port 53 keep state
Is this a hosed install I need to redo from scratch?