This is wierd...Browser error for site that router can ping?

sixone

Lifer
May 3, 2004
25,030
5
61
I'm trying to get to a website, but my browser says the site can't be found. So I go to my router diagnostics, and ping the address:

5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max = 77.9/78.9/79.8 ms

So my router can see the site, but my browser can't? I'm using Netscape primarily, but IE errors as well. No problems with any other site that I've tried to access.

 

WMA

Junior Member
Feb 14, 2002
9
0
0
When you ping or tracert an address you are just getting the machine that houses the webserver that serves the page. That said you may have been getting replies but that just means the machine is operational. The page could have been removed or the webserver service may not be running.

Make sense?
 

sixone

Lifer
May 3, 2004
25,030
5
61
Originally posted by: WMA
When you ping or tracert an address you are just getting the machine that houses the webserver that serves the page. That said you may have been getting replies but that just means the machine is operational. The page could have been removed or the webserver service may not be running.

Make sense?

Yes. If a person on another ISP can access the page, while I can't, is there anything I can do?

 

nweaver

Diamond Member
Jan 21, 2001
6,813
1
0
not really...at some point, someone is dropping port 80 traffic between you (but not all, if ping works)
 

sixone

Lifer
May 3, 2004
25,030
5
61
Originally posted by: nweaver
not really...at some point, someone is dropping port 80 traffic between you (but not all, if ping works)

That's what I was afraid of. Thanks.

 

spidey07

No Lifer
Aug 4, 2000
65,469
5
76
try telneting to port 80 on the host (web page address)

telnet www.cnn.com 80

and type
GET

If you get a response you have full connectivity to the site and it is probabably the URL is wrong or the page itself is blocking your request