In VMware it is possible to create a virtual network (using the
Virtual Network Editor) to which you can attach virtual machines for communication only between the virtual machines. If you for example want to use #1 as gateway to the Internet you can set it up like:
Code:
[====================================]
[ Virtual Machine Host ]
[ ]
[ [====] [=====] ]
[Internet] --{Physical Network}--[ W7 ]--{Virtual Network}--[Linux] ]
[ [====] [=====] ]
[ ]
[====================================]
In the W7 VM you will thus have 2 NIC's, one connected to the physical network and one connected to the virtual network to which the Linux VM is also connected to.
I don't know what you mean with network commands, but everything should work just like it would on a non-virtualized environment.
Hope this helps you a bit!
