PF PF: Firewall rule not blocking connection attempts to vnc jail server.

Traffic between the bridge members is L2. You can enable filtering on bridge members first or use routing and filter ingress traffic on em0
 
you cannot usefully filter L2 traffic with pf.
If you want to filter traffic between the outside and your jail set it up as routed traffic, optionally with nat.
You cannot do this on bridged traffic with pf.
 
Back
Top