vlastv

Ping and tracepath

Aug 13th, 2020
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [root@static net.d]# tracepath 10.244.1.1
  2. 1?: [LOCALHOST] pmtu 1450
  3. 1: no reply
  4. 2: no reply
  5. 3: no reply
  6. 4: no reply
  7.  
  8. [root@static net.d]# ping 10.244.1.1
  9. PING 10.244.1.1 (10.244.1.1) 56(84) bytes of data.
  10. ^C
  11. --- 10.244.1.1 ping statistics ---
  12. 11 packets transmitted, 0 received, 100% packet loss, time 10239ms
  13.  
Advertisement
Add Comment
Please, Sign In to add comment