Ecco qui:
[code]$ ping -c 10 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=2 ttl=54 time=6067 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=54 time=5067 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=54 time=4086 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=54 time=3086 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=54 time=2085 ms
64 bytes from 8.8.8.8: icmp_seq=7 ttl=54 time=1103 ms
64 bytes from 8.8.8.8: icmp_seq=8 ttl=54 time=306 ms
64 bytes from 8.8.8.8: icmp_seq=9 ttl=54 time=285 ms
64 bytes from 8.8.8.8: icmp_seq=10 ttl=54 time=264 ms
— 8.8.8.8 ping statistics —
10 packets transmitted, 9 received, 10% packet loss, time 21133ms
rtt min/avg/max/mdev = 264.440/2483.411/6067.019/2081.922 ms, pipe 7
$ ping -c 10 www.google.it
ping: unknown host www.google.it[/code]
Ho provato anche a pingare i local e remote ip address e i due dns:
[code]$ ping -c 10 151.82.167.42
PING 151.82.167.42 (151.82.167.42) 56(84) bytes of data.
64 bytes from 151.82.167.42: icmp_seq=1 ttl=64 time=0.080 ms
64 bytes from 151.82.167.42: icmp_seq=2 ttl=64 time=0.080 ms
64 bytes from 151.82.167.42: icmp_seq=3 ttl=64 time=0.079 ms
64 bytes from 151.82.167.42: icmp_seq=4 ttl=64 time=0.082 ms
64 bytes from 151.82.167.42: icmp_seq=5 ttl=64 time=0.078 ms
64 bytes from 151.82.167.42: icmp_seq=6 ttl=64 time=0.081 ms
64 bytes from 151.82.167.42: icmp_seq=7 ttl=64 time=0.080 ms
64 bytes from 151.82.167.42: icmp_seq=8 ttl=64 time=0.081 ms
64 bytes from 151.82.167.42: icmp_seq=9 ttl=64 time=0.080 ms
64 bytes from 151.82.167.42: icmp_seq=10 ttl=64 time=0.079 ms
— 151.82.167.42 ping statistics —
10 packets transmitted, 10 received, 0% packet loss, time 8999ms
rtt min/avg/max/mdev = 0.078/0.080/0.082/0.001 ms
$ ping -c 10 10.64.64.64
PING 10.64.64.64 (10.64.64.64) 56(84) bytes of data.
— 10.64.64.64 ping statistics —
10 packets transmitted, 0 received, 100% packet loss, time 18999ms
$ ping -c 10 193.70.152.25
PING 193.70.152.25 (193.70.152.25) 56(84) bytes of data.
— 193.70.152.25 ping statistics —
10 packets transmitted, 0 received, 100% packet loss, time 18999ms
$ ping -c 10 193.70.192.25
PING 193.70.192.25 (193.70.192.25) 56(84) bytes of data.
64 bytes from 193.70.192.25: icmp_seq=1 ttl=121 time=930 ms
64 bytes from 193.70.192.25: icmp_seq=2 ttl=121 time=309 ms
64 bytes from 193.70.192.25: icmp_seq=3 ttl=121 time=268 ms
64 bytes from 193.70.192.25: icmp_seq=4 ttl=121 time=287 ms
64 bytes from 193.70.192.25: icmp_seq=5 ttl=121 time=269 ms
64 bytes from 193.70.192.25: icmp_seq=6 ttl=121 time=307 ms
64 bytes from 193.70.192.25: icmp_seq=7 ttl=121 time=247 ms
64 bytes from 193.70.192.25: icmp_seq=8 ttl=121 time=243 ms
64 bytes from 193.70.192.25: icmp_seq=9 ttl=121 time=244 ms
64 bytes from 193.70.192.25: icmp_seq=10 ttl=121 time=244 ms
— 193.70.192.25 ping statistics —
10 packets transmitted, 10 received, 0% packet loss, time 9252ms
rtt min/avg/max/mdev = 243.038/335.050/930.897/200.078 ms[/code]