Host system: Windows 7 Virtual Machine: VMware8 Virtual Machine System: Ubuntu12.0.41. Two NICS will appear after the installation of VMware, using the VMnet1 Nic. 2. Open cmd-& amp; gt; ipconfig-all to view VMnet1 information. 3. Set VMwareVM & ndash; & amp; gt; Setting & ndash; & amp
Host system: Windows 7
Virtual Machine: VMware 8
Virtual Machine System: Ubuntu 12.0.4
1. Two NICS will appear after VMware is installed,
Use VMnet1 Nic.
2. Open cmd-> ipconfig-all to view VMnet1 information.
3. Set VMware
VM-> Setting-> Network Adapter select the Host-only option on the right
4. Set the ubuntu ip address.
Set the Ubuntu ip address and VMnet1 to the same network segment.
Command: sudo ifconfig eth0 169.254.200 netmask 255.255.255.0.0 -- netmask is the subnet mask
5. Restart the network service.
Command: sudo/etc/init. d/networking restart
In this way, you can.
6. test:
Ping Windows 7 in Ubuntu
Ping Ubuntu in Windows 7
In this case, OK.