In article <1162037272.932667.133210@f16g2000cwb.googlegroups .com>,
"David Schwartz" <davids@webmaster.com> wrote:
> marks542004@yahoo.com wrote:
>
> > A person in England has a problem accessing a website in the USA. I am
> > in the USA and have no problem getting to the site. Ping gets the
> > right IP adress so I presume its not q DNS fault.
>
> That's an incredibly vague description of the problem. All you've told
> is that he "has a problem". That could mean anything.
Right. Does he get a timeout, does he get a "500 page not found" error,
etc.?
If it's taking a long time to come up, do "netstat -an | findstr <ip>"
while the browser is hanging -- see if the connection is in SYN-SENT or
ESTABLISHED state. This tells you whether the problem is with basic
communication (blocking the SYN packets) or something else.
For even more advanced troubleshooting, download the Wireshark network
analyzer to see the whole sequence of packets to/from the site.
--
Barry Margolin,
barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***