Why can't Chrome load a web page? ERR_NAME_NOT_RESOLVED

27

12

Chrome gives this error, yet I can ping the server!

The server at www.odesk.com can't be found, because the DNS lookup failed. DNS is the network service that translates a website's name to its Internet address. This error is most often caused by having no connection to the Internet or a misconfigured network. It can also be caused by an unresponsive DNS server or a firewall preventing Google Chrome from accessing the network. Check your Internet connection. Check any cables and reboot any routers, modems, or other network devices you may be using. Check your DNS settings. Contact your network administrator if you're not sure what this means. Try disabling network prediction. Go to the Chrome menu > Settings > Show advanced settings... and deselect "Predict network actions to improve page load performance." If this does not resolve the issue, we recommend selecting this option again for improved performance. Allow Chrome to access the network in your firewall or antivirus settings. If it is already listed as a program allowed to access the network, try removing it from the list and adding it again. If you use a proxy server... Check your proxy settings or contact your network administrator to make sure the proxy server is working. If you don't believe you should be using a proxy server: Go to the Chrome menu > Settings > Show advanced settings... > Change proxy settings... > LAN Settings and deselect "Use a proxy server for your LAN". Error code: ERR_NAME_NOT_RESOLVED

$ ping odesk.com

Pinging odesk.com [64.41.140.207] with 32 bytes of data:
Reply from 64.41.140.207: bytes=32 time=103ms TTL=47
Reply from 64.41.140.207: bytes=32 time=103ms TTL=47
Reply from 64.41.140.207: bytes=32 time=103ms TTL=47
Reply from 64.41.140.207: bytes=32 time=103ms TTL=47

Ping statistics for 64.41.140.207:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 103ms, Maximum = 103ms, Average = 103ms

$ ping www.odesk.com

Pinging e5489.g.akamaiedge.net [23.199.64.63] with 32 bytes of data:
Reply from 23.199.64.63: bytes=32 time=665ms TTL=52
Reply from 23.199.64.63: bytes=32 time=389ms TTL=52
Reply from 23.199.64.63: bytes=32 time=541ms TTL=52
Reply from 23.199.64.63: bytes=32 time=578ms TTL=52

Ping statistics for 23.199.64.63:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 389ms, Maximum = 665ms, Average = 543ms

I restarted Chrome, and I also disabled my network adapter and re-enabled it. I also ran ipconfig /flushdns. 'Predict network actions to improve page load performance' is already off.

Chloe

Posted 2014-02-20T19:45:55.097

Reputation: 4 502

Did you solve it, and if yes, how? I'm seeing the same problem, I suspect the DNS is not propagating properly. – Mahn – 2014-12-30T16:14:53.060

3I've seen the same problem, and this is not an issue with the data in the DNS system. I tried two different servers with dig, host and ping, all of which gave correct information, yet Chromium on my Ubuntu box couldn't find the record. (Chrome on Windows and on an Android tablet worked fine at the same time.) Clearing Chrome's DNS cache did not help. The problem went away after a couple of hours. – cjs – 2015-08-13T04:03:47.647

I cleared my cookies (domain and sub-domain) and it worked (don't ask why) ! – François Breton – 2016-09-20T12:47:44.003

Answers

18

You can try to disable Google Chrome's DNS Prefetching: Settings > Show Advanced Settings > Privacy and disable the option Predict network actions to improve page load performance.

Alternatively, flush Chrome's DNS cache.

enter image description here

More details here.

hanxue

Posted 2014-02-20T19:45:55.097

Reputation: 2 354

2I have the same problem, but this solution for me it is not working. (I am using a new tld category) do u have any tips? – Nk SP – 2014-12-26T21:54:14.643

me neither. Everytime this problem occurs, Reinstalling the chrome is inevitable solution for me. – verystrongjoe – 2015-03-12T08:42:29.390

1Does not solve: "DNS_PROBE_FINISHED_NXDOMAIN" – YumYumYum – 2015-07-07T04:20:57.560

I tried the clear host cache and it worked, but tried to view again and had the same issue again. Any ideas? – TomC – 2019-01-16T10:48:09.470

Tom do you have non-caching or just different addresses resolved from multiple system DNS entries set where some don't work and others do? – Pysis – 2020-02-10T14:51:25.687

4I already had Predict Network Actions turned off, but I think chrome://net-internals/#dns is the ticket! – Chloe – 2014-04-04T19:18:59.220

19

I had the same issue. I'm working on a windows system (8.1) and had the problem with almost every page in google chrome, IE 11 and Firefox.

this is what worked for me

Win + R, type in "cmd", right click and select "run as administrator"

Then type the following commands (enter in this order):

ipconfig /flushdns
ipconfig /renew
ipconfig /registerdns

I did not have to restart my pc, but everything worked again all pages in the internet were available again.

RobertS

Posted 2014-02-20T19:45:55.097

Reputation: 191

In case anyone has a Mac: see this page for how to flush the DNS cache.

– jvriesem – 2015-07-30T17:26:29.620

1Strange thing is that a site was working on IE11, but not on Chrome 50, yet "ipconfig /registerdns" fixed the issue. – Jussi Palo – 2016-04-26T08:19:05.927

just a quick note, to perform this commands you need to run as administrator. – dippas – 2017-05-20T14:08:10.210

0

It could be a DNS issue that can be solved by changing the DNS address to either Open DNS or Google DNS. May also require power cycling your PC and router. Check details here - www.pcappspot.com/fix-err-name-not-resolved/ One of my friend had this issue and later found out that his ISP put him through a safe browsing filter and everything worked fine after he asked the ISP to remove the filter from his IP.

Mahmud

Posted 2014-02-20T19:45:55.097

Reputation: 1

1I don't find your answer consistent with the fact that the OP can ping the server. IMO it's got to be browser-specific. – Dmitry Grigoryev – 2015-06-16T13:55:18.630

The thing is you can't be sure about the solutions for these kind of problem. They can be caused by browser, DNS, ISP and many other things. You just gotta keep trying one after another until it fixes. – Mahmud – 2015-06-16T22:37:44.767

-1

i have had this issue REGULARLY and the ONLY fix for me is to set my Network Adaptor DNS to 8.8.4.4 and 8.8.8.8 (google) all web pages are now showing up!

Apogee777

Posted 2014-02-20T19:45:55.097

Reputation: 1