bhyve Bhyve and pf

Hello, I am hoping someone might have and idea on where to go from here.

I have setup bhyve, installed a guest FreeBSD server which conects to the network fine. I am starting with some simple pf rules on the host, trying to add the tap0 interface which is what the guest uses, but pf completely ignores these packets. I have tried specifying evey adapter on the host but I can't block packets to the guest via the host firewall.

Code:
block in log proto ICMP from any to any

This stops ICMP to the host, but not the guest, where have i gone wrong?
 
Back
Top