Forum Discussion
Altera_Forum
Honored Contributor
12 years agoMAC Address changes on reboot
I've noticed that each time I reboot or power cycle the SoC, it appears to have a different MAC address. I thought that the MAC address should be fixed for a device and was not reprogrammable. On fur...
Altera_Forum
Honored Contributor
12 years agoIf you're using Linux on the SoC, one way to force a constant MAC address is to edit /etc/network/interfaces to include something like:
auto eth0
iface eth0 inet dhcp
hwaddress ether 00:11:22:33:44:55