Tuesday, July 7, 2015

Pinging the Internet from Unix


This is how we test whether the internet is accessible from Unix machines:

ping support.oracle.com

For example:

[oracle@ukrlpora001 ~]$ ping support.oracle.com
PING e7075.x.akamaiedge.net (2.18.19.34) 56(84) bytes of data.
64 bytes from 2.18.19.34: icmp_seq=1 ttl=50 time=8.21 ms
64 bytes from 2.18.19.34: icmp_seq=2 ttl=50 time=10.7 ms
64 bytes from 2.18.19.34: icmp_seq=3 ttl=50 time=16.3 ms

No comments:

Post a Comment