Created
April 12, 2013 16:57
-
-
Save dhaley/5373463 to your computer and use it in GitHub Desktop.
OS X ifconfig output
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
daha1836@haley:~/.emacs.d% ifconfig en0 | |
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 | |
options=2b<RXCSUM,TXCSUM,VLAN_HWTAGGING,TSO4> | |
ether 40:6c:8f:44:44:b6 | |
media: autoselect (none) | |
status: inactive | |
daha1836@haley:~/.emacs.d% ifconfig en1 | |
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 | |
ether 7c:d1:c3:7f:e3:fa | |
inet6 fe80::7ed1:c3ff:fe7f:e3fa%en1 prefixlen 64 scopeid 0x5 | |
inet 10.201.198.247 netmask 0xfffffc00 broadcast 10.201.199.255 | |
media: autoselect | |
status: active |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment