This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Bridge mode on Esxi appliance. Not working

Asg installed on VMware ESXi 4.1

Network configuration:
1x Wan: 192.168.0.128/24 default GW:192.168.1.254 connected to eth1 virtual nic on VMSwitch1
1x LAN: 10.0.0.1/24 connected to eth0 vnic on VMSwitch2
1x Bridged Interface  connected to eth2 vnic on VMSwitch3

Both VMSwith1 (WAN) and VMSwitch2 (LAN) are connected to phisical NIC, VMSwitch3 has no phisical NIC connected to.

I bridged WAN (eth1) to eth2 and astaro created br0:

I configured a Windows VM with IP: 192.168.1.200/24 with GW:192.168.1.254 and connected the vnic to VMSwitch3 (Bridged). 

The problem: No traffic can reach internet, not able to ping any 192.168.1.x IP or any other IP

Is there an issue with bridge mode and Esxi appliance?

The same VM works perfectli attached to LAN and configured on 10.0.0.x subnet


This thread was automatically locked due to age.
  • Did you create a paketfilterrule allowing traffic through the bridge(required)? I also thought the vswitches should allow promicuous mode that a bridge gets up and running correctly (but am not sure about this one...)
  • Probably an VMWare ESX issue. To run in Bridge Mode, all Bridge Interfaces are set to Promiscuous Mode and all Bridge Member Interfaces send packets with the same MAC address.

    Ensure that your VMWare ESX configuration allows the Interfaces to run in Promiscuous Mode and duplicate MAC Address usage is allowed, e.g. ignoreMACAddressConflict="TRUE"

    Cheers
     Ulrich