[root@rubyg#2 ~]# ping http://8.8.8.8
ping: unknown host http://8.8.8.8
I tried pinging one of Google's OpenDNS servers.
It would help if you used a proper command;
try;
[root@littleboy ~]# ping -c3 8.8.8.8PING 8.8.8.8 (8.8.8.8 ) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=52 time=46.7 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=52 time=54.8 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=52 time=53.4 ms
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2056ms
rtt min/avg/max/mdev = 46.787/51.677/54.830/3.510 ms
or
[root@littleboy ~]# ping -c3 google.comPING google.com (74.125.45.106) 56(84) bytes of data.
64 bytes from yx-in-f106.1e100.net (74.125.45.106): icmp_seq=1 ttl=53 time=225 ms
64 bytes from yx-in-f106.1e100.net (74.125.45.106): icmp_seq=2 ttl=53 time=215 ms
64 bytes from yx-in-f106.1e100.net (74.125.45.106): icmp_seq=3 ttl=53 time=195 ms
--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2198ms
rtt min/avg/max/mdev = 195.518/212.035/225.378/12.406 ms
Ping doesn't know http:// from Adam's off ox.