Zen wrote:
> Periodically, one or two IP addresses just go dark for me in that I
> can't get to them via the web - or via ping for that matter - but then -
> they come back to me weeks or months later.
I would first use IDServe under Wine. That will quickly show if your
nameservice is resolving the name to the IP and then it will show if the
IP is answering on such as port 80 if it is a browser issue.
You can also use IDServe by designating other ports to help you
troubleshoot mailservers and newsservers quickly.
Then, generally if a webserver isn't answering me, I don't try to
troubleshoot where in the route it is breaking down, but if I were to
investigate that, I would not use a UDP or ICMP tool (unless it worked :-)
That is, if UDP traceroute (normal linux traceroute) works then it is
useful, but if it doesn't it doesn't 'mean anything' because so many
route hops don't echo UDP. At that point one might use an online triple
traceroute such as DNSStuff's which will only tell you how dnsstuff
reaches the target, but not show you how /you/ don't.
Then you know such as what we found about centos site and how its server
doesn't echo anything but TCP and its whole surrounding level3 network
doesn't echo UDP at all, but does do ICMP -- except for centos.
Under those conditions, if you felt like twiddling with it, you could be
using tcptraceroute to locate the problem either geo-wise or
network-wise -- for all the good that will do you since you have no
power over network routing except to use a proxy.
In that condition you can also use an online tool such as Internet
Health Report or internet pulse
http://www.internetpulse.net/
Hurricane Electric is a backbone and its biggest adjacencies are Cogent
and Level3 but it has a number of others.
Or, if there was some kind of big latency problem, you could use the
script tool that uses tcptraceroute as tcpping to illustrate the latency.
For webservers, some people like to use a service like 'down for
everyone or just me?'
http://www.downforeveryoneorjustme.com/
The point is that your OP doesn't show you using the right tools on your
problem. Sometimes when you can reach something with a proxy it isn't
because there is an 'obstruction' in the network path but because your
name service didn't work properly and the proxy was able to solve the
name problem for you.
--
Mike Easter