Diagnosing intermittent "can't find IP" errors

  • Thread starter Thread starter DaveC426913
  • Start date Start date
  • Tags Tags
    Errors
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
35 replies · 8K views
Tom.G said:
suddenly PF didn't respond.
I've had the same sort of thing. I blamed the PF server but perhaps I was being hasty. At least it wasn't my Bank and PF can always wait without the World ending.
 
Physics news on Phys.org
You can always check this source for recent attacks. Sometimes, you see spikes on specific days.

https://www.akamai.com/us/en/resources/our-thinking/state-of-the-internet-report/web-attack-visualization.jsp

Here's data from the past week.
1574081910623.png

1574081975490.png


1574082070601.png
 
  • Like
  • Informative
Likes   Reactions: Klystron and Nik_2213
It's still happening but good to know there are likely external causes.

At least it wasn't PF, and my bank can always wait without the World ending. :-p
 
  • Like
Likes   Reactions: Nik_2213
I recently had an intermittent DNS problem. My router has a setting to put a "The internet is down" page up when the internet is down. What it supposed to do is return an ip that the router can serve the error page on.

The IP was 10.0.0.1 or something close.

The problem is that the error page is not there and the all DNS entries gets cached and stuck on the non-existent server address. Ping to an IP address works just fine since the outages were seconds in duration. I found the answer on a 5 year old forum post. Just disable the completely broken "feature".

BoB
 
Most of the time "site cannot be reached" or "unable to connect this site" come because of dns_probe_finished_nxdomain which means because of DNS. There can be many other reason as well
like you can try following steps
  1. Reboot your modem and Computer
  2. Reset chrome flags by resetting to default if your are using chrome
  3. Check your Host file, if the website you are opening is listed under host file you won't be able to connect
  4. flush your DNS
  5. Reset browser
You can read this article for brief troubleshooting steps on how to Fix dns_probe_finished_nxdomain
 
  • Like
Likes   Reactions: Tom.G and jedishrfu