Skip to content

Instantly share code, notes, and snippets.

@fatherlinux
Created February 25, 2016 14:44
Show Gist options
  • Save fatherlinux/4eab68343e50e4087fe7 to your computer and use it in GitHub Desktop.
Save fatherlinux/4eab68343e50e4087fe7 to your computer and use it in GitHub Desktop.
ping 10.1.0.2
PING 10.1.0.2 (10.1.0.2) 56(84) bytes of data.
64 bytes from 10.1.0.2: icmp_seq=1 ttl=64 time=0.105 ms
64 bytes from 10.1.0.2: icmp_seq=2 ttl=64 time=0.046 ms
ping 172.30.55.29
PING 172.30.55.29 (172.30.55.29) 56(84) bytes of data.
From 10.1.0.1 icmp_seq=1 Destination Host Unreachable
From 10.1.0.1 icmp_seq=2 Destination Host Unreachable
oc run --restart=Never --attach --stdin --tty --image rhel7/rhel-tools rhel-tools ping 172.30.55.29
PING 172.30.55.29 (172.30.55.29) 56(84) bytes of data.
From 10.1.0.1 icmp_seq=1 Destination Host Unreachable
From 10.1.0.1 icmp_seq=2 Destination Host Unreachable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment