Ping request could not find host www.google.com. Please check the name and try a gain [duplicate]
Solution 1:
- Check your DNS server settings by using
ipconfig /all
- Check your
hosts
file (located in X:\WINDOWS\system32\drivers\etc). It should be reseted if it contains some non-default records.
- Check what
nslookup google.com
will show.
- Check your browser proxy settings and/or proxy-like addons. If you can't resolve NS record via ping, but can use your browser it might be resolved through proxy.
- Check your firewall (bundled or external if you have any) settings. It might block ping utility or everything except your browser.
- Check your antivirus software if you have it to block some network/software.