vmware network adapter vmnet8 未識別網絡解決方法

系統: Windows7 x64
虛擬軟件: VMware Workstation 7.1.3
情況:VMware Network Adapter VMnet1和VMnet8 被防火牆認定爲[未識別的網絡-公用網絡],阻隔,無法使用端口映射,虛擬機的80端口無法傳入,數據包只能出不能入。且公用網絡被限制不能修改爲家庭或工作網絡。
解決方法:參考VMware的知識庫文章 [http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1004813]
具體操作爲以下這一段話:
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 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, type regedit and, click OK.
Navigate to HKEY_LOCAL_MACHINE > System > CurrentControlSet > Control>Class > {4D36E972-E325-11CE-BFC1-08002BE10318}.


Caution: VMware recommends that you back up this registry key before proceeding. To backup the registry:
If {4D36E972-E325-11CE-BFC1-08002BE10318} is not still highlighted, click it.
Go to File > Export.
Pick a location and name for the Registration File (*.reg) .
Click Save.
Click 0000.
Look at the content of the Data field associated with the DriverDescentry.
If you see VMware Virtual Ethernet Adapter for VMnet<x>, where<x> is replaced by a number, then:
Right-click an empty space in the right content pane.
Click New > Dword.
Type *NdisDeviceType and press Enter.
Note: Be sure to include the asterisk (*) at the beginning of the entry.
Double-click *NdisDeviceType.
Type 1 and press Enter.
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.
Follow the Disable the VMware virtual NICs section of this article above.
Repeat step 8 but click Enable this network device instead.
 
簡單中文翻譯爲:
1,進入註冊表[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}],先導出做備份。
2,逐項查看其下的[項](0000,0001至00xx),看右邊哪一項的[值]爲:"DriverDesc"="VMware Virtual Ethernet Adapter for VMnet1"。
3,找到後,添加一個“DWORD”值(32位),名稱爲“*NdisDeviceType”(*號是必須的),數據值改爲“1”。
4,重複第2步,找 VMnet8 ,再重複第3步,添加值。
完成後重啓windows即可。
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章