I am running vmplayer 3.1.0 on Ubuntu. The host machine has four ethernet adapters that are configured to run on four different subnets. I need to run four VMs each with a single ethernet adapter bridged onto a specific one of the physical ethernet adapters. Does anyone know how to do this? Am I simply exceeding the capabilities of vmplayer and have to go to one of the other vmware products, if so, which one.
Note that I have no need to create additional VMs, these are VMs that are being given to me by companies that want us to develop software for their products.
This can be done in player, but it requires a bit of work and is probably unsupported. Here are the instructions for doing this in Windows, there is likely a better way to do it in Ubuntu, but I can't test it right now.
VMware-player-3.0.1-227600.exe /e c:\FOO
network.cab
vmnetcfg.exe
to another location on your system (I copied mine to the actual directory that VMware Player is installed, which should be something likeC:\Program Files (x86)\VMware\VMware Player
). It doesn't really matter where you copy it.vmnetcfg.exe
and run it.Automatic Settings
and uncheck the ones you don't want it to bridge to).Just run Vmware utility :
sudo /usr/lib/vmware/bin/vmware-netcfg
Not sure how to do this in player, or if you even can, but I know Oracle Virtualbox does it very easy and it's free as well. It basically is the same as VMPlayer, you are able to create new VMs, etc, but you can also create snapshots with Virtualbox.
Turns out that what I needed to do was switch from vmplayer to vmserver. Which was easy enough.