Advertisement
Guest User

Untitled

a guest
Mar 20th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ubuntu@arm:~/ros_catkin_ws$ ifconfig eth0 | grep inet
  2. inet addr:192.168.1.70 Bcast:192.168.1.255 Mask:255.255.255.0
  3. inet6 addr: fe80::5256:63ff:fec6:e6f7/64 Scope:Link
  4. ubuntu@arm:~/ros_catkin_ws$ ping -c 5 google.com
  5. PING google.com (74.125.227.66) 56(84) bytes of data.
  6. 64 bytes from dfw06s07-in-f2.1e100.net (74.125.227.66): icmp_req=1 ttl=58 time=52.8 ms
  7. 64 bytes from dfw06s07-in-f2.1e100.net (74.125.227.66): icmp_req=2 ttl=58 time=52.9 ms
  8. 64 bytes from dfw06s07-in-f2.1e100.net (74.125.227.66): icmp_req=3 ttl=58 time=51.4 ms
  9. 64 bytes from dfw06s07-in-f2.1e100.net (74.125.227.66): icmp_req=4 ttl=58 time=49.3 ms
  10. 64 bytes from dfw06s07-in-f2.1e100.net (74.125.227.66): icmp_req=5 ttl=58 time=49.4 ms
  11.  
  12. --- google.com ping statistics ---
  13. 5 packets transmitted, 5 received, 0% packet loss, time 4004ms
  14. rtt min/avg/max/mdev = 49.316/51.226/52.978/1.594 ms
  15. ubuntu@arm:~/ros_catkin_ws$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement