If you convert a physical machine to a virtual machine you’ll probably give it the same ip as it used to have. But when you try to modify the ip address in the TCP/IP settings of your vmware nic you’ll get the error that there is an existing NIC with the same IP address settings. This is where your search starts, but you can’t seem to find another NIC in your VM.
The Old NIC is a sort of ghost NIC, you can reveal this NIC by doing to following:
- Go to the DOS-prompt
- Type: ” SET DEVMGR_SHOW_NONPRESENT_DEVICES=1 “ and press <enter>
- Type: ” Start devmgmt.msc ” and press <enter>
- In the Device Manager go to View and click on ” Show Hidden Devices “
- Navigate to the Network Adapters and expand it, there should be your old NIC
- Select and delete.
Now you can set the correct IP address without getting to error notification
We had this problem on a lot of our ESX VM Machines.
We decided to rebuild all servers yesterday and i found this fix today.
Still. Thank you for the solution.
Dude!!!! You’re a legend. This has been driving me nuts!