Specify MAC address for eth0 in Armbian on Phicomm N1I’m still not clear why but Armbian on Phicomm N1 was unable to get the factory set MAC address. Instead, it uses a random address each time it boots.
To specify a MAC address manually, add the following line to /etc/network/interfaces
, in the section for eth0
:
1 hwaddress ether 01:23:45:67:89:ab
I’m still not clear why but Armbian on Phicomm N1 was unable to get the factory set MAC address. Instead, it uses a random address each time it boots.
To specify a MAC address manually, add the following line to /etc/network/interfaces
, in the section for eth0
:
1 | hwaddress ether 01:23:45:67:89:ab |