1

I am using a rack mounted device that has 10 Ethernet ports built into it. For 8 of the ports, I would like to bind them to a single vwmare-server-2.0 virtual network interface, so that I can, in effect, use the ports as a hub for the external devices and internal virtual machines.

How can I bridge a single vmware vmnet# interface to several physical interfaces?

pcapademic
  • 1,650
  • 1
  • 14
  • 22
  • 1
    If you're using a dedicated piece of server hardware with multiple nics, you might find ESXi more appropriate than Server. – Chris Thorpe Mar 16 '10 at 01:51

1 Answers1

1

Vmware Server depends on the host OS to set things up. On Linux you should easily be able to setup bonding for all the interfaces. For the best results you will need a switch that supports this as well, and you will need to adjust your switch configuration to support using these 8 interfaces together.

Anyway once you setup bonding, you simply need to configure vmware to point at the bonded interface. (bondN)

See the related questions about bonding for more details:

Zoredache
  • 128,755
  • 40
  • 271
  • 413