Hello,
I have setup VMWare Server 1.0.4 on Fedora 7. I have setup a bonded interface over the two physical interfaces in the host server. After creating this bonded interface, I established two VLAN interfaces: One for VLAN 10, bond0.10 and one for VLAN 110, bond0.110. From the physical server I can communicate with the two networks associated with these VLANS and from each VLAN I can reach the server. I established this configuration in VMware server:
bond0.10 -> /dev/vmnet0
bond0.110 -> /dev/vmnet2
If I put a VM on /dev/vmnet0, it works great. It can reach the entire VLAN and the VLAN can reach it. If I put a VM on /dev/vmnet2, nothing works. The VM can communicate with the VLAN 110 and VLAN 110 can't reach the VM. Since access to the bond0.110 interface works from VLAN 110 I presume the problem is not within my Linux configuration, but I don't know.
Any ideas?
Thanks,
Kent