Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created May 8, 2015 20:27
Show Gist options
  • Save kaworu/f56dfaee5086c852d3d9 to your computer and use it in GitHub Desktop.
Save kaworu/f56dfaee5086c852d3d9 to your computer and use it in GitHub Desktop.
# netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Prio Iface
default 178.63.43.193 UGS 0 0 - 8 vio0
127/8 127.0.0.1 UGRS 0 0 32768 8 lo0
127.0.0.1 127.0.0.1 UHl 0 0 32768 1 lo0
178.63.43.192/26 link#1 UC 0 0 - 4 vio0
178.63.43.193 76:69:6f:30:00:00 UHLS 1 0 - 8 vio0
178.63.43.248 00:50:56:00:6d:cd UHLl 0 0 - 1 lo0
178.63.43.255 link#1 UHLb 0 0 - 1 vio0
224/4 127.0.0.1 URS 0 0 32768 8 lo0
@kaworu
Copy link
Author

kaworu commented May 8, 2015

# ifconfig -a                                                           
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 32768
        priority: 0
        groups: lo
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet6 ::1 prefixlen 128
        inet 127.0.0.1 netmask 0xff000000
vio0: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:50:56:00:6d:cd
        priority: 0
        groups: egress
        media: Ethernet autoselect
        status: active
        inet 178.63.43.248 netmask 0xffffffc0 broadcast 178.63.43.255
        inet6 fe80::250:56ff:fe00:6dcd%vio0 prefixlen 64 scopeid 0x1
        inet6 2a01:4f8:120:5388:0:b:248:1 prefixlen 112
enc0: flags=0<>
        priority: 0
        groups: enc
        status: active
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33144
        priority: 0
        groups: pflog

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