Click here to Skip to main content
15,884,993 members
Articles / VMware
Tip/Trick

VMWare Unidentified Network Solution

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
7 Sep 2013CPOL1 min read 23.1K   1  
Avoid network problems due to bad network identification on both VMWare virtual adaptors

Introduction

This small tip will help you to solve sharing troubles, or network issues that appear after installing vmware on your computer.

In my case, I have Serviio installed (which is a great multimedia server that I connected into my TV). Just after installing VMware, that software stopped working. That was solved just after disconnecting both virtual VMWare NIC cards.

As I don't want to reset the computer each time I want to activate a virtual machine, I've searched the Internet until a solution appeared.

I'd like to thank Patrick Moore (http://www.moore-logic.com/blogs/patrickmoore/02/11/10/vmwares-unidentified-network-issue-windows-vista-and-7).

Background

You will need to know how to modify the Windows registry...

Following the Steps

You will have to follow those steps:

  1. Open Windows registry ==> Win+R ==> REGEDIT
  2. Navigate to this key: HKLM\System\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}
  3. Navigate through the folders inside the previous key until you'll find an entry called "VMNet". (There will be one for each virtual NIC). You can also search for that entry using the find commands in the Edit menu.
  4. Add a new DWORD 32 bits value and name it *NdisDeviceType. Don't forget the * as it is needed.
  5. Set its value to 1.
  6. Repeat steps 3 to 5 until both NICs are updated.
  7. Close regedit.
  8. Disable and reenable both NICs.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer robotecnik
Spain Spain
I'm from Catalonia (in Spain) and a specialist in CNC, PLC, robotics and automation in general.

From 1998 I've been developing software applications for the automation market.

I'm using different technologies in each case to get the proper result, fieldbus communications, special electronics, special laser sensors, artificial vision, robot arms, CNC applications, PLC's...

www.robotecnik.com[^] - robots, CNC and PLC programming

Comments and Discussions

 
-- There are no messages in this forum --