How to fix Auto configuration IPV4 in window PC?


Sometime you setup windows server 2008 to vmware using LAN or wifi, you chose Bridge mode to share internet connections between host and virtual machine may be cause of issues with internet connection at virtual machine. They can not connect to the internet or appear a message likes "conflict IP address"

Here is how to fix this issue:
1.Run Cmd
2.Type netsh interface ipv4 show inter
It will show like Picture below
3.Type this command netsh interface ipv4 set interface 77 dadtransmits=0 store=persistent
4.Restart PC it will OK (note if it still not OK please diasble DHCP client service).

Comments