Created
January 29, 2019 19:02
-
-
Save termslang/e5fc37c1439334b87f31ee9cc1a3215b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
homebase:bin mb$ ifconfig | |
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 | |
options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP> | |
inet 127.0.0.1 netmask 0xff000000 | |
inet6 ::1 prefixlen 128 | |
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 | |
nd6 options=201<PERFORMNUD,DAD> | |
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 | |
stf0: flags=0<> mtu 1280 | |
EHC29: flags=0<> mtu 0 | |
EHC26: flags=0<> mtu 0 | |
XHC20: flags=0<> mtu 0 | |
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 | |
options=10b<RXCSUM,TXCSUM,VLAN_HWTAGGING,AV> | |
ether a8:20:66:29:33:c0 | |
nd6 options=201<PERFORMNUD,DAD> | |
media: autoselect (none) | |
status: inactive | |
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 | |
ether 20:c9:d0:95:ed:85 | |
inet6 fe80::ca6:35b9:4dfa:88e%en1 prefixlen 64 secured scopeid 0x8 | |
inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255 | |
nd6 options=201<PERFORMNUD,DAD> | |
media: autoselect | |
status: active | |
p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304 | |
ether 02:c9:d0:95:ed:85 | |
media: autoselect | |
status: inactive | |
awdl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1484 | |
ether e2:c7:0d:1a:79:50 | |
inet6 fe80::e0c7:dff:fe1a:7950%awdl0 prefixlen 64 scopeid 0xa | |
nd6 options=201<PERFORMNUD,DAD> | |
media: autoselect | |
status: active | |
fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 4078 | |
lladdr a8:20:66:ff:fe:6a:29:16 | |
nd6 options=201<PERFORMNUD,DAD> | |
media: autoselect <full-duplex> | |
status: inactive | |
en3: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500 | |
options=60<TSO4,TSO6> | |
ether 32:00:16:a2:91:60 | |
media: autoselect <full-duplex> | |
status: inactive | |
bridge0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 | |
options=63<RXCSUM,TXCSUM,TSO4,TSO6> | |
ether 32:00:16:a2:91:60 | |
Configuration: | |
id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0 | |
maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200 | |
root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0 | |
ipfilter disabled flags 0x2 | |
member: en3 flags=3<LEARNING,DISCOVER> | |
ifmaxaddr 0 port 12 priority 0 path cost 0 | |
nd6 options=201<PERFORMNUD,DAD> | |
media: <unknown type> | |
status: inactive | |
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 2000 | |
inet6 fe80::ae48:6469:7b14:6343%utun0 prefixlen 64 scopeid 0xe | |
nd6 options=201<PERFORMNUD,DAD> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment