I'm trying to get the mac address of my computer.
I've run ifconfig
like the person in this question, and I get information about eth0
, eth1
and lo
.
The HWaddr
of eth0
and eth1
are different, so I need to work out which one I should look at.
How do I determine which one I should be looking at?
(Normally I'd paste in the output of ifconfig, but I suspect some of the output is private)