Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lyashevska/ba4cbad68f4b5238c33885c958654747 to your computer and use it in GitHub Desktop.
Save lyashevska/ba4cbad68f4b5238c33885c958654747 to your computer and use it in GitHub Desktop.
vagrant: destination host unreachable
ping -c 3 10.9.8.7
PING 10.9.8.7 (10.9.8.7) 56(84) bytes of data.
From 10.9.8.1 icmp_seq=1 Destination Host Unreachable
From 10.9.8.1 icmp_seq=2 Destination Host Unreachable
From 10.9.8.1 icmp_seq=3 Destination Host Unreachable
--- 10.9.8.7 ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2048ms
pipe 3
@lyashevska
Copy link
Author

ping -c 3 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.030 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.035 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.034 ms

--- 127.0.0.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2025ms
rtt min/avg/max/mdev = 0.030/0.033/0.035/0.002 ms

@lyashevska
Copy link
Author

lyashevska commented Jul 23, 2018

vagrant ssh
Last login: Mon Jul 23 08:15:37 2018 from 10.0.2.2
[vagrant@testbox01 ~]$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment