Advertisement
Solaris17

Ping lan

Feb 18th, 2025
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. root@Route10:~# ping 1.1.1.1
  2. PING 1.1.1.1 (1.1.1.1): 56 data bytes
  3. 64 bytes from 1.1.1.1: seq=0 ttl=59 time=6.224 ms
  4. 64 bytes from 1.1.1.1: seq=1 ttl=59 time=6.139 ms
  5. 64 bytes from 1.1.1.1: seq=2 ttl=59 time=6.322 ms
  6. 64 bytes from 1.1.1.1: seq=3 ttl=59 time=6.307 ms
  7. ^C
  8. --- 1.1.1.1 ping statistics ---
  9. 4 packets transmitted, 4 packets received, 0% packet loss
  10. round-trip min/avg/max = 6.139/6.248/6.322 ms
  11. root@Route10:~# ping manage.alta.inc
  12. PING manage.alta.inc (3.161.136.40): 56 data bytes
  13. 64 bytes from 3.161.136.40: seq=0 ttl=250 time=5.958 ms
  14. 64 bytes from 3.161.136.40: seq=1 ttl=250 time=6.375 ms
  15. 64 bytes from 3.161.136.40: seq=2 ttl=250 time=6.136 ms
  16. 64 bytes from 3.161.136.40: seq=3 ttl=250 time=6.212 ms
  17. ^C
  18. --- manage.alta.inc ping statistics ---
  19. 4 packets transmitted, 4 packets received, 0% packet loss
  20. round-trip min/avg/max = 5.958/6.170/6.375 ms
  21. root@Route10:~# ping 10.0.0.15
  22. PING 10.0.0.15 (10.0.0.15): 56 data bytes
  23. 64 bytes from 10.0.0.15: seq=0 ttl=64 time=0.301 ms
  24. 64 bytes from 10.0.0.15: seq=1 ttl=64 time=0.253 ms
  25. 64 bytes from 10.0.0.15: seq=2 ttl=64 time=0.238 ms
  26. ^C
  27. --- 10.0.0.15 ping statistics ---
  28. 3 packets transmitted, 3 packets received, 0% packet loss
  29. round-trip min/avg/max = 0.238/0.264/0.301 ms
  30. root@Route10:~#
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement