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.
-
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.
Catherine MacInnes : would VirtualBox play VMs created in VMware? As I noted above I get my VMs from partners and I can't ask for new ones created in a different technology.From ericl42 -
Turns out that what I needed to do was switch from vmplayer to vmserver. Which was easy enough.
From Catherine MacInnes -
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.
- Stop any running VMs and close VMware Player
- If you no longer have it, download the player installation file.
- Open a command prompt and cd to the directory that the file is in
- Run a command that will extract the files in the installer, but not actually run it:
VMware-player-3.0.1-227600.exe /e c:\FOO - Open Explorer and browse to the directory you extracted stuff to (c:\FOO, in my case).
- Double-click on
network.cab - Copy the file
vmnetcfg.exeto 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. - Browse to the location of
vmnetcfg.exeand run it. - Use the handy-dandy GUI to change the adapter that VMnet0 is bridged to from "Automatic" to the one you actually want (or, click
Automatic Settingsand uncheck the ones you don't want it to bridge to). - Click ok, then restart VMware Player and your VM
Catherine MacInnes : Thanks. I think server was definitely the way to go for me, but I'm glad to know it can be done in Player.From Jed Daniels
0 comments:
Post a Comment