Typically the interface hardware gets the original MAC from a
tiny eeprom, and often the sofware can read (and with difficulty
wrte) the eeprom. It;s also possible to change the MAC from
the driver software like ...
Quote:
|
ip link set dev eth0 address 42:42:42:42:42:42
|
The original remains in the eeprom, but at no regular location.
This one has the original MAC at offset 0, but it's chipset
dependent. [00 0d 60 fd 8c 77].
Quote:
[root@nidula ~]# ethtool -e eth0
Offset Values
------ ------
0x0000 00 0d 60 fd 8c 77 00 0b ff ff ff ff ff ff ff ff
0x0010 00 00 00 00 0b 66 49 05 14 10 1e 10 86 80 a5 b1
0x0020 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
0x0030 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
0x0040 cf 00 61 78 0b 14 00 00 c8 04 ff ff ff ff ff ff
0x0050 ff ff ff ff ff ff ff ff ff ff ff ff ff ff 02 06
0x0060 2c 01 00 40 11 12 ff ff ff ff ff ff ff ff ff ff
0x0070 ff ff ff ff ff ff ff ff ff ff ff ff ff ff 05 c0
|