Try pinging something reliable. For example:
Code:
natirips@nati-desk:~$ ping 192.168.1.13
PING 192.168.1.13 (192.168.1.13) 56(84) bytes of data.
From 192.168.1.40 icmp_seq=1 Destination Host Unreachable
From 192.168.1.40 icmp_seq=2 Destination Host Unreachable
From 192.168.1.40 icmp_seq=3 Destination Host Unreachable
From 192.168.1.40 icmp_seq=4 Destination Host Unreachable
From 192.168.1.40 icmp_seq=5 Destination Host Unreachable
From 192.168.1.40 icmp_seq=6 Destination Host Unreachable
^C
--- 192.168.1.13 ping statistics ---
8 packets transmitted, 0 received, +6 errors, 100% packet loss, time 7041ms
pipe 3
natirips@nati-desk:~$ ping 192.168.1.14
PING 192.168.1.14 (192.168.1.14) 56(84) bytes of data.
64 bytes from 192.168.1.14: icmp_req=1 ttl=64 time=0.211 ms
64 bytes from 192.168.1.14: icmp_req=2 ttl=64 time=0.181 ms
64 bytes from 192.168.1.14: icmp_req=3 ttl=64 time=0.186 ms
64 bytes from 192.168.1.14: icmp_req=4 ttl=64 time=0.193 ms
^C
--- 192.168.1.14 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2997ms
rtt min/avg/max/mdev = 0.181/0.192/0.211/0.020 ms
natirips@nati-desk:~$ ping dswp.de
PING dswp.de (83.141.4.234) 56(84) bytes of data.
^C
--- dswp.de ping statistics ---
11 packets transmitted, 0 received, 100% packet loss, time 10081ms
natirips@nati-desk:~$ ping www.dswp.de
PING www.dswp.de (83.141.4.234) 56(84) bytes of data.
^C
--- www.dswp.de ping statistics ---
10 packets transmitted, 0 received, 100% packet loss, time 9056ms
natirips@nati-desk:~$ ping www.google.com
PING www.l.google.com (209.85.148.105) 56(84) bytes of data.
64 bytes from fra07s07-in-f105.1e100.net (209.85.148.105): icmp_req=1 ttl=53 time=50.0 ms
64 bytes from fra07s07-in-f105.1e100.net (209.85.148.105): icmp_req=2 ttl=52 time=30.0 ms
64 bytes from fra07s07-in-f105.1e100.net (209.85.148.105): icmp_req=3 ttl=52 time=43.9 ms
64 bytes from fra07s07-in-f105.1e100.net (209.85.148.105): icmp_req=4 ttl=53 time=93.9 ms
64 bytes from fra07s07-in-f105.1e100.net (209.85.148.105): icmp_req=5 ttl=53 time=30.3 ms
^C
--- www.l.google.com ping statistics ---
6 packets transmitted, 5 received, 16% packet loss, time 5007ms
rtt min/avg/max/mdev = 30.050/49.694/93.999/23.470 ms
natirips@nati-desk:~$
In this example, I don't have packet loss. I have loads of packet loss.