View previous topic :: View next topic |
Author |
Message |
Precarious n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Oct 2003 Posts: 23
|
Posted: Tue Aug 10, 2004 10:23 pm Post subject: pinging to a pc on the internet doesn't work |
|
|
I'm able to ping another pc on my network,
but not a pc on the internet.
example:
If I ping www.gentoo.org, I get the following message:
then nothing happens and when I press control + c,
I get the following message:
Code: | --- www.gentoo.org ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1017ms
|
how does this come?
I am using a router to connect to the internet,
and under Win XP everything works correctly. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Gentoo_Turtle n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 Jan 2004 Posts: 41
|
Posted: Wed Aug 11, 2004 12:17 am Post subject: |
|
|
er.. yea.
some servers on the web discard any ping attempts, so you won't get any replies from them. the server you pinged (gentoo.org) wont reply becuase it's set to do that.
however, ping something like yahoo.com or google.com and you'll get a reply.
don't think your computer is broken becuase you dont get a ping response from gentoo.org ![Very Happy :D](images/smiles/icon_biggrin.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
devon l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 23 Jun 2003 Posts: 943
|
Posted: Wed Aug 11, 2004 2:56 am Post subject: |
|
|
Gentoo_Turtle wrote: | the server you pinged (gentoo.org) wont reply becuase it's set to do that. |
gentoo.org does not respond to pings, but www.gentoo.org does.
Code: | $ host www.gentoo.org
www.gentoo.org has address 198.63.211.235
www.gentoo.org has address 203.112.31.164
$ ping -c 5 -q 198.63.211.235
PING 198.63.211.235 (198.63.211.235) 56(84) bytes of data.
--- 198.63.211.235 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4046ms
rtt min/avg/max/mdev = 7.725/7.993/8.357/0.204 ms
$ ping -c 5 -q 203.112.31.164
PING 203.112.31.164 (203.112.31.164) 56(84) bytes of data.
--- 203.112.31.164 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4037ms
rtt min/avg/max/mdev = 152.571/153.150/154.335/0.767 ms
$ ping -c 5 -q gentoo.org
PING gentoo.org (204.74.99.100) 56(84) bytes of data.
--- gentoo.org ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4012ms |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gnuageux Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/161644882641fd6ea588345.png)
Joined: 17 Apr 2004 Posts: 1201
|
Posted: Wed Aug 11, 2004 7:47 am Post subject: |
|
|
Agreed, its simply filtering icmp echo requests. If your attempting to vrfy wether or not a host is up (one that you suspect is filtering these requests of course) try:
nmap -P0 www.whatever.org _________________ The realOTW: http://forums.realotw.org/index.php
Registered Linux user#364538 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|