Vmware Workstation NAT problem on Windows 7

vnpadkids

New Member
Messages
5
Reaction score
0
Points
0
Guide fix for Windows 7 RC Build 7100
Vmware workstation 6.5.1 build-156735 can be installed on Microsoft Windows 7 RC Build 7100 without any problem. I was able to open all my VM but I had an issue with the network nat translation. All my VM didn’t had internet access through the host nat (Windows 7). Since the Windows 7 Beta Build 7057 a new network address has been used to establish communication between VMWare Workstation and Microsoft Windows 7 (192.168.137.0/24) Here come a short article to help you to go through :
1. Run the Virtual Network Editor as Administrator (Use RunAS or right click and Run as Administrator on vmnetcfg.exe)
2. Goto Host Virtual Adapters and remove all VMNet instances (VMNet1 and VMNet8 typically).
3. Click Apply.
4. Add New and Assign it the new adapter to VMnet1.
5. Click Apply.
6. Select the Host Virtual Networking tab.
7. Click the > next to VMnet1 and change the address and subnet to the ICS network (192.168.137.0 / 255.255.255.0)
8. Click Apply.

9. Go to the NAT tab and select VMNet1.
10. Click Edit and change the Gateway to the ICS gateway IP (192.168.137.1)
11. Click Apply and restart the NAT service. (Counter-intuitive, I know.)
12. Go to the DHCP tab.
13. Add VMNet1 and remove all others.
14. Click Apply.
15. Select Properties of VMNet1 in DHCP Tab.
16. Enter a Start and End Address for DHCP Scope (192.168.137.50 to 192.168.137.75 as an example)
17. Adjust client lease to a few days to avoid potential DHCP client renewal timeouts.
18. Click OK / Click Apply.
19. Select Host Only Networking for every VM that needs NAT out to your host network/internet.
20. Enable ICS (Internet Connection Sharing) on the Windows 7 Host network card that provides connectivity. Select VMNet1 as the network card that needs access.
It did the trick with my VM Windows XP SP3 / Windows Server 2008 / Windows Server 2003


Guide for Windows 7 Beta


Vmware workstation 6.5.1 build-126130 can be installed on Microsoft Windows 7 beta without any problem. I was able to open all my VM but I had an issue with the network nat translation. All my VM didn’t had internet access through the host nat (Windows 7)
I searched a bit on internet and found several person who had the same issue and here come the work around :
1. Run the Virtual Network Editor as Administrator (Use RunAS or right click and Run as Administrator on vmnetcfg.exe)
2. Goto Host Virtual Adapters and remove all VMNet instances (VMNet1 and VMNet8 typically).
3. Click Apply.
4. Add New and Assign it the new adapter to VMnet1.
5. Click Apply.
6. Select the Host Virtual Networking tab.
7. Click the > next to VMnet1 and change the address and subnet to the ICS network (192.168.0.0 / 255.255.255.0)
8. Click Apply.

9. Go to the NAT tab and select VMNet1.
10. Click Edit and change the Gateway to the ICS gateway IP (192.168.0.1)
11. Click Apply and restart the NAT service. (Counter-intuitive, I know.)
12. Go to the DHCP tab.
13. Add VMNet1 and remove all others.
14. Click Apply.
15. Select Properties of VMNet1 in DHCP Tab.
16. Enter a Start and End Address for DHCP Scope (192.168.0.50 to 192.168.0.75 as an example)
17. Adjust client lease to a few days to avoid potential DHCP client renewal timeouts.
18. Click OK / Click Apply.
19. Select Host Only Networking for every VM that needs NAT out to your host network/internet.
20. Enable ICS (Internet Connection Sharing) on the W7 Host network card that provides connectivity. Select VMNet1 as the network card that needs access.
It did the trick with my VM Windows XP SP3 and I have to try with the other I have.


Source: http://blog.tiensivu.com/aaron/arch...working-with-a-Windows-7-Build-7000-host.html
 
Last edited:
Top