View Single Post
Old 27th February 2012
aleunix aleunix is offline
Real Name: Alessandro
Spam Deminer
 
Join Date: May 2008
Location: Italy
Posts: 224
Default

Now i tried it but i obtain the same output.
Anyway there is one thing that i don't understand, if i made, for example:
#ping www.google.it
Quote:
PING www-cctld.l.google.com (173.194.35.56): 56 data bytes
64 bytes from 173.194.35.56: icmp_seq=0 ttl=58 time=36.010 ms
64 bytes from 173.194.35.56: icmp_seq=1 ttl=58 time=36.511 ms
64 bytes from 173.194.35.56: icmp_seq=2 ttl=58 time=35.202 ms
64 bytes from 173.194.35.56: icmp_seq=3 ttl=58 time=34.885 ms

--- www-cctld.l.google.com ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 34.885/35.652/36.511/0.643 ms
or
#ping www.yahoo.it
Quote:
PING any-rc.a01.yahoodns.net (98.139.102.145): 56 data bytes
64 bytes from 98.139.102.145: icmp_seq=0 ttl=46 time=141.113 ms
64 bytes from 98.139.102.145: icmp_seq=1 ttl=46 time=144.782 ms
64 bytes from 98.139.102.145: icmp_seq=2 ttl=46 time=147.668 ms
64 bytes from 98.139.102.145: icmp_seq=3 ttl=46 time=147.342 ms
64 bytes from 98.139.102.145: icmp_seq=4 ttl=46 time=141.848 ms

--- any-rc.a01.yahoodns.net ping statistics ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 141.113/144.550/147.668/2.740 ms
How is possible?
What i mean, if the connection don't work, i should obtain 0 packets received and 100 % packet loss and don't this output.
Attached Files
File Type: txt google.txt (478 Bytes, 55 views)
File Type: txt yahoo.txt (556 Bytes, 50 views)
Reply With Quote