PF PF: block all does not prevent connection to vnet jailed 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