Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. [root@supp41 ~]# curl ipinfo.io/ip
  2. 87.117.239.166
  3. [root@supp41 ~]# ssh root@87.117.239.161 -p 7022
  4. ssh: connect to host 87.117.239.161 port 7022: Connection refused
  5. [root@supp41 ~]# ping 87.117.239.161
  6. PING 87.117.239.161 (87.117.239.161) 56(84) bytes of data.
  7. 64 bytes from 87.117.239.161: icmp_seq=1 ttl=128 time=68.6 ms
  8. 64 bytes from 87.117.239.161: icmp_seq=2 ttl=128 time=68.4 ms
  9. 64 bytes from 87.117.239.161: icmp_seq=3 ttl=128 time=68.4 ms
  10. 64 bytes from 87.117.239.161: icmp_seq=4 ttl=128 time=68.4 ms
  11. 64 bytes from 87.117.239.161: icmp_seq=5 ttl=128 time=68.4 ms
  12. ^C
  13. --- 87.117.239.161 ping statistics ---
  14. 5 packets transmitted, 5 received, 0% packet loss, time 4008ms
  15. rtt min/avg/max/mdev = 68.426/68.475/68.602/0.337 ms
  16. [root@supp41 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement