I am running a Ubuntu Linux VM using VMware Player on a Windows 7 host.
I don't want to connect directly to the network or use NAT; I need host-only networking but also need Internet access. How can I do this?
|
I am running a Ubuntu Linux VM using VMware Player on a Windows 7 host. I don't want to connect directly to the network or use NAT; I need host-only networking but also need Internet access. How can I do this? | ||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
At the end of the day you will have to either use some form of NAT or Bridge. If you can't/don't want to let VMWare do it for you, you can have windows do it by enabling Internet Connection Sharing (ICS) on the host's connection.
| |||||
|
feedback
|
|
"Host-only networking provides a network connection between the virtual machine and the host computer, using a virtual Ethernet adapter that is visible to the host operating system. This approach can be useful if you need to set up an isolated virtual network." - Host-only networking | |||
|
feedback
|