Created
May 20, 2015 22:13
-
-
Save derduher/09927d61f913b9963dee 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
`ifconfig eth0` | |
eth0 Link encap:Ethernet HWaddr 24:a4:3c:06:ff:91 | |
inet addr:10.0.6.237 Bcast:10.0.6.255 Mask:255.255.255.0 | |
inet6 addr: fe80::26a4:3cff:fe06:ff91/64 Scope:Link | |
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 | |
RX packets:38140320 errors:0 dropped:20 overruns:0 frame:0 | |
TX packets:9140629 errors:0 dropped:0 overruns:0 carrier:0 | |
collisions:0 txqueuelen:1000 | |
RX bytes:7282486731 (6.7 GiB) TX bytes:2166702373 (2.0 GiB) | |
netstat -ib -I en0 | |
Name Mtu Network Address Ipkts Ierrs Ibytes Opkts Oerrs Obytes Coll | |
en0 1500 <Link#4> 8c:29:37:e9:83:36 14716876 0 13047325212 6678893 0 1269004850 0 | |
en0 1500 fe80::8e29: fe80:4::8e29:37ff 14716876 - 13047325212 6678893 - 1269004850 - | |
en0 1500 10.0.6/24 10.0.6.99 14716876 - 13047325212 6678893 - 1269004850 - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment