Skip to content

Instantly share code, notes, and snippets.

@ottomata
Created August 13, 2012 15:08
Show Gist options
  • Save ottomata/3341607 to your computer and use it in GitHub Desktop.
Save ottomata/3341607 to your computer and use it in GitHub Desktop.
~ # ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
link/ether 90:e2:ba:11:82:30 brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000
link/ether 90:e2:ba:11:82:31 brd ff:ff:ff:ff:ff:ff
4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000
link/ether 90:e2:ba:11:82:34 brd ff:ff:ff:ff:ff:ff
5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000
link/ether 90:e2:ba:11:82:35 brd ff:ff:ff:ff:ff:ff
6: eth4: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000
link/ether 04:7d:7b:a5:e1:b2 brd ff:ff:ff:ff:ff:ff
7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN qlen 1000
link/ether 04:7d:7b:a5:e1:b3 brd ff:ff:ff:ff:ff:ff
@ottomata
Copy link
Author

04:7d:7b:a5:e1:b2 (shown as eth4) is NIC1 in BIOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment