Did you get an error saying "DNS PROBE FINISHED NO INTERNET" on the web browser and not able to connect to any websites. If so please try below steps to solve the issue.
NOTE: This tutorial is specific to windows 7. Please expect some changes for other windows versions.
STEP 1: Open command Prompt, Type 'cmd' and run as administrator as shown below.
STEP 2: Run the following commands in order
ipconfig /all
ipconfig /flushdns
ipconfig /renew
netsh int ip set dnsservers "wireless network connection" source=dhcp
netsh winsock reset
NOTE: If you are facing problems with LAN connection ( Wired internet connection) then use below command instead of netsh int ip set dnsservers "wireless network connection" source=dhcp
netsh int ip set dnsservers "Local area connection" source=dhcp
Please let me know if this works or if any issues.
NOTE: This tutorial is specific to windows 7. Please expect some changes for other windows versions.
STEP 1: Open command Prompt, Type 'cmd' and run as administrator as shown below.
STEP 2: Run the following commands in order
ipconfig /all
ipconfig /flushdns
ipconfig /renew
netsh int ip set dnsservers "wireless network connection" source=dhcp
netsh winsock reset
NOTE: If you are facing problems with LAN connection ( Wired internet connection) then use below command instead of netsh int ip set dnsservers "wireless network connection" source=dhcp
netsh int ip set dnsservers "Local area connection" source=dhcp
Please let me know if this works or if any issues.
Comments
Post a Comment