Created
August 7, 2017 20:02
-
-
Save johntreankler/4e975c7659651a1447cc5fbe064785d9 to your computer and use it in GitHub Desktop.
ifconfig
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
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 | |
inet 127.94.0.2 netmask 0xff000000 | |
inet 127.94.0.1 netmask 0xff000000 | |
nd6 options=201<PERFORMNUD,DAD> | |
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 | |
stf0: flags=0<> mtu 1280 | |
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 | |
options=10b<RXCSUM,TXCSUM,VLAN_HWTAGGING,AV> | |
ether 10:9a:dd:6f:68:1d | |
inet6 fe80::80b:1fae:2f69:bab5%en0 prefixlen 64 secured scopeid 0x4 | |
inet 192.168.1.101 netmask 0xffffff00 broadcast 192.168.1.255 | |
nd6 options=201<PERFORMNUD,DAD> | |
media: autoselect (1000baseT <full-duplex,flow-control>) | |
status: active | |
en1: flags=8823<UP,BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500 | |
ether 10:9a:dd:be:f7:d8 | |
nd6 options=201<PERFORMNUD,DAD> | |
media: autoselect (<unknown type>) | |
status: inactive | |
fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 4078 | |
lladdr 70:cd:60:ff:fe:57:cf:fe | |
nd6 options=201<PERFORMNUD,DAD> | |
media: autoselect <full-duplex> | |
status: inactive | |
p2p0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 2304 | |
ether 02:9a:dd:be:f7:d8 | |
media: autoselect | |
status: inactive | |
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 2000 | |
inet6 fe80::fb80:6399:2b26:1cb5%utun0 prefixlen 64 scopeid 0x8 | |
nd6 options=201<PERFORMNUD,DAD> | |
utun1: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1280 | |
inet 10.2.254.53 --> 10.2.254.53 netmask 0xffffffff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment