Google DNS Problem

SlothWiiPlaza2

Commendable
Nov 19, 2016
1
0
1,510
The Google DNS servers worked on my Computer, now i have a laptop, and they dont seem to work, If i edit then when connected to the wi-fi it works fine, but when i want to connect to the wifi with the dns, it tells me that i can"t connect to the network.. any help?
I'm using Windows 8.1
 
Solution
You can try flushing the DNS resolver cache

Open the Command Prompt as an administrator
Enter netsh interface show interface
Make note of your connected interface
Connect your VPN and type in the following command:
ipconfig /flushdns
Then, type in etsh interface IPv4 set dnsserver "Your connection adapter here" static 0.0.0.0 both
and replace your adapter with the name of your connected interface
Type in ipconfig /flushdns again and that's it!
You've flushed the DNS resolver cache

You can also try using OpenDNS or Comodo DNS

ChaoticWolf

Honorable
You can try flushing the DNS resolver cache

Open the Command Prompt as an administrator
Enter netsh interface show interface
Make note of your connected interface
Connect your VPN and type in the following command:
ipconfig /flushdns
Then, type in etsh interface IPv4 set dnsserver "Your connection adapter here" static 0.0.0.0 both
and replace your adapter with the name of your connected interface
Type in ipconfig /flushdns again and that's it!
You've flushed the DNS resolver cache

You can also try using OpenDNS or Comodo DNS
 
Solution