On Thu, Nov 06, 2008 at 05:37:11PM -0800, Lord Sporkton wrote:
> I am running Qemu with 2 virtual machines. I have put the tap devices
> into a bridge with a trunk interface, the trunk acts as a gateway,
> allowing a virtual network inside the host server which can nat to
> public IPs and be firewalled. For some reason the 2 vmhosts cannot
> communicate. they will arp each other up but not actually ping each
> other. THey are windows hosts. I have a site to site vpn back to my
> house which i can ping both vm hosts successfully from my house
> computer through the vpn. i can ping the trunk interface from the
> hosts as well. just not vmhost to vmhost.
> 
> Any thoughts on why they can not ping each other?
> 

The "block in all" rule of your pf configuration blocks the communication.
bridged networks go through pf(4) like all routed traffic.
You need to modify your pf rules to allow the traffic between the two tun
interfaces.

-- 
:wq Claudio

Reply via email to