Skip to content

Instantly share code, notes, and snippets.

@PhirePhly
Created May 26, 2014 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PhirePhly/0152d4c9e85a6eb2800b to your computer and use it in GitHub Desktop.
Save PhirePhly/0152d4c9e85a6eb2800b to your computer and use it in GitHub Desktop.
Odin Ifconfig
kenneth@odin:~$ ifconfig -a
em0 Link encap:Ethernet HWaddr 00:22:4d:ad:ad:be
inet addr:10.44.1.127 Bcast:10.44.1.255 Mask:255.255.255.0
inet6 addr: fe80::222:4dff:fead:adbe/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:33044 errors:0 dropped:0 overruns:0 frame:0
TX packets:23402 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:38380796 (38.3 MB) TX bytes:1651076 (1.6 MB)
Interrupt:17 Memory:80020000-80040000
eth0 Link encap:Ethernet HWaddr 00:22:4d:ad:ad:ba
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:16 Memory:80120000-80140000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:16 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1184 (1.1 KB) TX bytes:1184 (1.1 KB)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment