-
-
Save Rahul-RB/92704e463a7925fb3656694d35745ed9 to your computer and use it in GitHub Desktop.
This file contains 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
Here's my ifconfig output: | |
$ ifconfig -a | |
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 | |
options=3<RXCSUM,TXCSUM> | |
inet 127.0.0.1 netmask 0xff000000 | |
enc0: flags=0<> metric 0 mtu 1536 | |
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> | |
ether 00:0c:29:45:eb:68 | |
inet 10.112.4.141 netmask 0xffffff00 broadcast 10.112.4.255 | |
media: Ethernet autoselect (1000baseT <full-duplex>) | |
status: active | |
em1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 | |
options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM> | |
ether 00:0c:29:45:eb:72 | |
media: Ethernet autoselect (1000baseT <full-duplex>) | |
status: active | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment