Advertisement
Guest User

ping mwan3

a guest
Mar 1st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. # ping -c 1 -I eth0.3 www.google.com
  2. PING www.google.com (216.58.209.36): 56 data bytes
  3. 64 bytes from 216.58.209.36: seq=0 ttl=55 time=24.919 ms
  4.  
  5. --- www.google.com ping statistics ---
  6. 1 packets transmitted, 1 packets received, 0% packet loss
  7. round-trip min/avg/max = 24.919/24.919/24.919 ms
  8. -----------------------------------------------------------
  9. # ping -c 1 -I eth0.3 linux.org.ru
  10. PING linux.org.ru (178.248.233.6): 56 data bytes
  11. 64 bytes from 178.248.233.6: seq=0 ttl=59 time=41.145 ms
  12.  
  13. --- linux.org.ru ping statistics ---
  14. 1 packets transmitted, 1 packets received, 0% packet loss
  15. round-trip min/avg/max = 41.145/41.145/41.145 ms
  16. -----------------------------------------------------------
  17. # ping -c 1 -I eth0.3 kernel.org
  18. PING kernel.org (198.145.29.83): 56 data bytes
  19. 64 bytes from 198.145.29.83: seq=0 ttl=50 time=279.459 ms
  20.  
  21. --- kernel.org ping statistics ---
  22. 1 packets transmitted, 1 packets received, 0% packet loss
  23. round-trip min/avg/max = 279.459/279.459/279.459 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement