Autoconfiguration ipv4 address 196.254.x.x IP Problem

Today when i connect my laptop to Lan it wasn't getting the ip from my DHCP server. Instead it gives me some weird IP like 196.254.x.x because of windows automatic ip address by default when i try to put ip address manually then also not working as it was having two ip address to resolve the error


Steps to follow:

  1. If you are Using any Firewall disable it (like i use comodo so i disable it temporary)
  2. Click on start and click on RUN (or simple press windowsKey+R ) type CMD
  3.  Now type the below Codes
     netsh interface ipv4 show inter
  4. It will show like this.
  1.  As we have problem in LAN so my LAN here is Local Area Connection  and Its Idx=11 (we will use this idx number in next code)
  2. Now type in this code and replace your Idx number, as mine is 11 
     netsh interface ipv4 set interface 11 dadtransmits=0 store=persistent  
  3. It will show like this. 
  4. If it says OK. Congratulations you have done the difficult part
  5. Now Click on Start and Run again and Type Services.msc a box will appear Search for DHCP client right click on it and Click on Properties click on Startup Type select Disable
  6. Now Click on Stop Button Below And click on Ok
  7. Unplug Your Lan Cable And Restart your System
  8. After Restart don't Plugin your Cable, Come again to Services.msc find DHCP client right click on it and Click on Properties click on Startup Type now select Automatic
  9. Click on Start button below and then Ok.
  10. Now Plugin your Lan Cable and Enjoy.
By the way you can Enable your Firewall again :)


Comments

Popular posts from this blog

cpanel exam CPSP Answers

How to install zimbra collaboration suite 8.8.11 on CentOS 7

awstats installation