I am sorry, but VMWare company confess that the situation is different with windows vista
Troubleshooting blocked inbound network traffic on Windows Vista or 2008 after installing a VMware product
Symptoms
* Inbound network traffic stops after installing a VMware product.
* Networking fails.
*
Blocked TCP/IP ports.
*
Problems with networking on a Windows Vista or 2008 host.
Purpose
This article describes how to re-establish inbound network traffic to a computer with a Microsoft Vista or 2008 operating system that used to receive this traffic but suddenly stopped after a VMware product was installed.
Resolution
In some cases, the installation of a VMware product to a computer with a Microsoft Vista or 2008 operating system prevents all inbound networking traffic from reaching the computer. This is caused by the Windows Firewall assigning the VMware virtual NICs to the Public network.
Inbound networking traffic can be re-enabled by performing one of four corrective procedures. Which procedure is performed depends on your environment and business requirements. Each corrective procedure below has a summary of reasons for and against its use.
Reconfigure the Windows Firewall
This procedure requires extensive knowledge of the Windows Vista or 2008 operating system and its implementation of the Windows Firewall. Doing this ensures a permanent solution resulting in no unexpected behaviour in either the Windows operating system or the VMware product in use. Any description of the tasks required are beyond the scope of this article. For more information, refer to Windows operating system documentation.
Note: Only perform this if you have an in depth understanding of Windows Firewall.
Note: Modifying the access rules for the Public network will affect all NICs that belong to the Public network.
Move the VMware virtual NICs to the Private network
This procedure is simple to perform and has the least impact on both the Windows Vista or 2008 operating system and the VMware product in use. However, after any reboot of the operating system the NICs are moved back to the Public network again. Using this procedure requires supervision of the operating system to ensure that it is performed after every reboot.
To move the VMware virtual NICs to a Private network:
- Click Start > Control Panel > Network and Sharing Center.
- Click Customize.
- Click Private.
- Click Next.
5.
Click Close.
Disable the VMware virtual NICs
This procedure is simple to perform, but it prevents both NAT and Host Only networking from functioning in any virtual machine. Only Bridged networking is available. If neither NAT nor Host only networking is required, this is the simplest and most permanent procedure.
To disable the VMware virtual NICs:
- Click Start > Control Panel > Network and Sharing Center.
2.
Click Manage network connections.
3.
Click VMware Network Adapter / VMnet1 / Unidentified network.
4.
Click Disable this network device.
5.
Click VMware Network Adapter / VMnet8 / Unidentified network.
6.
Click Disable this network device.
Redefine the VMware virtual NICs as endpoint devices
This procedure is permanent and allows for the continued use of Bridged, NAT, and Host Only networking. However, doing this causes the VMware virtual NICs to disappear from the Network and Sharing Center, even though they remain visible under Network Connections. This also causes the VMware virtual NICs to be exempt from all Windows Firewall access rules. When implemented, the control of virtual machine network access must be done from the guest operating system of each virtual machine. This bypasses the default security model of Windows Vista with respect to the the VMware virtual NICs, and the implications of using this procedure must be carefully considered.
To redefine the VMware virtual NICs as endpoint devices:
Click Start > Run.
2.
Type regedit and click OK.
3.
Double-click HKEY_LOCAL_MACHINE>System>CurrentControlSet>Control>Class>{4D36E972-E325-11CE-BFC1-08002BE10318}.
Caution: VMware recommends that you back up this registry key before proceeding:
1.
If {4D36E972-E325-11CE-BFC1-08002BE10318} is not still highlighted, click it.
2.
Click File > Export.
3.
Pick a location and name for the Registration File (*.reg) .
4.
Click Save.
4.
Click 0000.
5.
Look at the content of the Data field associated with the DriverDesc entry.
6.
If you see VMware Virtual Ethernet Adapter for VMnetx , where x is replaced by a number, then:
1.
Right-click an empty space in the right content pane.
2.
Click New > Dword.
3.
Type *NdisDeviceType and press Enter.
Note: Ensure to include the asterisk (* ) at the beginning of the entry.
4.
Double-click *NdisDeviceType.
5.
Type 1 and press Enter.
7.
Repeat steps 4-6, replacing 0000 in step 4 with the next entry in numerical order, until you have reached the end of all numerical entries.
8.
Follow the Disable the VMware virtual NICs section of this article above.
9.
Repeat step 8 but click Enable this network device instead.
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1004813