This issue I saw in Windows 2012 Sever and got to know that this can be seen in Windows 2008 and Windows 7 PC’ also. hope below steps will help you to resolve the IP Address conflicting issue in your virtual environment.
When you enter Ipconfig /all command you will see something like this.
C:\Windows\system32>ipconfig /all
First you need to check the ip version 4 interfaces and the interface ID numbers. for that you can type,
C:\Windows\system32>netsh interface ipv4 show inter
Now you know your Ethernet interface ID is no 12. Then you can run below mentioned command.
C:\Windows\system32>netsh interface ipv4 set interface 12 dadtransmits=0 store=persistent
After that you need to restart your Server and once it boot up, check the network settings.
C:\Windows\system32>ipconfig /all
Now Your server will work with the network settings which you have entered.
After restarting your server still if you are getting the Same error. you can do a DHCP service restart by going in to Services (Type Services.msc in CMD) then restart the DHCP Service.
Hope this helps you..
4 comments:
Hi , Thanks for your post, really it's more helpful me to fix the issue where i stuckup and googling for the solution.:)
Thank you, this tip has saved me a lot of time. (Windows Server 2012 R2)
Excellent post. Your tip helped me solve this problem after 2 hours of working on it.
thanx mate !
that's a very good one !
I was experiencing the issue on a 2012 Std Domain Controller :)
Respect,
Matei Baniceru
Post a Comment