Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
pinging to a pc on the internet doesn't work
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Precarious
n00b
n00b


Joined: 30 Oct 2003
Posts: 23

PostPosted: Tue Aug 10, 2004 10:23 pm    Post subject: pinging to a pc on the internet doesn't work Reply with quote

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:
Code:
PING www.gentoo.org (203.112.31.164) 56(84) bytes of data.

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
View user's profile Send private message
Gentoo_Turtle
n00b
n00b


Joined: 01 Jan 2004
Posts: 41

PostPosted: Wed Aug 11, 2004 12:17 am    Post subject: Reply with quote

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 :D
Back to top
View user's profile Send private message
devon
l33t
l33t


Joined: 23 Jun 2003
Posts: 943

PostPosted: Wed Aug 11, 2004 2:56 am    Post subject: Reply with quote

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
View user's profile Send private message
gnuageux
Veteran
Veteran


Joined: 17 Apr 2004
Posts: 1201

PostPosted: Wed Aug 11, 2004 7:47 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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