TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Poll: Which is your 'test connection page'?

5 pointsby rohanprabhuabout 14 years ago
Whenever you're done with fixing up with new hardware or tinkering around some network settings, which is the first page you open when you launch your browser to test if you're internet connection is working fine?

10 comments

bradleylandabout 14 years ago
I don't typically go to a specific page to test my connectivity. I go straight to whatever task I set out to do, then if that doesn't work, I do the following:<p>1. Fire up Terminal<p>2. Check loopback<p><pre><code> $ ping localhost </code></pre> 3. Identify default gateway<p><pre><code> $ netstat -nr | grep '^default' </code></pre> 4. Ping whatever gateway I find<p><pre><code> $ ping 172.20.1.254 </code></pre> 5. Try a known good IP address<p><pre><code> $ ping 4.2.2.2 </code></pre> 6. Check to see if the resolver is working (get root servers)<p><pre><code> $ dig </code></pre> 7. Check to see if I can resolve specific hostnames (try a known good one first)<p><pre><code> $ dig google.com </code></pre> 8. Check the specific hostname I'm trying to reach (but failed)<p><pre><code> $ dig bradlanders.com </code></pre> 9. Try a name server other than the one I'm using<p><pre><code> $ dig @4.2.2.2 bradlanders.com </code></pre> 10. Test IP routing to the destination IP<p><pre><code> $ mtr 69.163.164.23 </code></pre> 10. Assuming each of these passes, you can safely say the target service is down<p>Each successive step is taken only if the preceding fails.
评论 #2533161 未加载
elektronautabout 14 years ago
I usually have a Terminal window open, so I ping one of our production servers, which is hardcoded with a short name in my /etc/hosts file. This ensures that basic networking is working. I then try to reload a random open browser tab. If that fails, I know a DNS issue is likely to blame.
JacobAldridgeabout 14 years ago
I generally head here, to HN - the dynamic content means I know it's a new page not a cache on my machine, which concerns me with other pages. It also loads reasonably fast, so I have an answer either way without too much hassle.
mooism2about 14 years ago
I probably ping 8.8.8.8 more often than opening any specific page in my browser, but I'll often check one of a number of news sites.
评论 #2529126 未加载
zdwabout 14 years ago
Google's homepage is also my "test printer" page, as it uses little ink and the normal logo will test all the colors in a device.
wwbabout 14 years ago
Our own websites, helps to know network details of the far end.
mobilemonkeyabout 14 years ago
bmw.de. It's a URL that typically people from the US don't hit, so it is a good check of DNS and connectivity.
jantangringabout 14 years ago
Own homepage
nateiamabout 14 years ago
www.cnn.com
zengrabout 14 years ago
x.com