Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created November 5, 2014 16:07
Show Gist options
  • Save kaworu/d32cc1e46d8927446802 to your computer and use it in GitHub Desktop.
Save kaworu/d32cc1e46d8927446802 to your computer and use it in GitHub Desktop.
# ping -c 3 178.63.43.193
PING 178.63.43.193 (178.63.43.193): 56 data bytes
ping: sendto: No route to host
ping: wrote 178.63.43.193 64 chars, ret=-1
ping: sendto: No route to host
ping: wrote 178.63.43.193 64 chars, ret=-1
ping: sendto: No route to host
ping: wrote 178.63.43.193 64 chars, ret=-1
--- 178.63.43.193 ping statistics ---
3 packets transmitted, 0 packets received, 100.0% packet loss
# route show
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Prio Iface
loopback localhost UGRS 0 0 32768 8 lo0
localhost localhost UH 1 0 32768 4 lo0
obsd0 00:a0:98:48:34:12 UHLl 0 0 - 1 lo0
178.63.43.248/32 link#1 UC 0 0 - 4 vio0
BASE-ADDRESS.MCAST localhost URS 0 0 32768 8 lo0
Internet6:
Destination Gateway Flags Refs Use Mtu Prio Iface
::/104 localhost UGRS 0 0 32768 8 lo0
::/96 localhost UGRS 0 0 32768 8 lo0
localhost localhost UH 14 0 32768 4 lo0
::127.0.0.0/104 localhost UGRS 0 0 32768 8 lo0
::224.0.0.0/100 localhost UGRS 0 0 32768 8 lo0
::255.0.0.0/104 localhost UGRS 0 0 32768 8 lo0
::ffff:0.0.0.0/96 localhost UGRS 0 0 32768 8 lo0
2002::/24 localhost UGRS 0 0 32768 8 lo0
2002:7f00::/24 localhost UGRS 0 0 32768 8 lo0
2002:e000::/20 localhost UGRS 0 0 32768 8 lo0
2002:ff00::/24 localhost UGRS 0 0 32768 8 lo0
fe80::/10 localhost UGRS 0 0 32768 8 lo0
fe80::%lo0/64 fe80::1%lo0 U 0 0 - 4 lo0
fe80::1%lo0 fe80::1%lo0 UHLl 0 0 - 1 lo0
fec0::/10 localhost UGRS 0 0 32768 8 lo0
ff01::/16 localhost UGRS 0 0 32768 8 lo0
ff01::%lo0/32 fe80::1%lo0 UC 0 0 - 4 lo0
ff02::/16 localhost UGRS 0 0 32768 8 lo0
ff02::%lo0/32 fe80::1%lo0 UC 0 0 - 4 lo0
# cat /etc/hostname.vio0
inet 178.63.43.248 255.255.255.255
!route add -iface vio0 178.63.43.193
up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment