antoni Posted August 11, 2023 Posted August 11, 2023 Good evening, I have got Orange pi 5 board. MAC address of this board network interface `end1` changes every time I reboot the system. I tried adding entry in /boot/armbianEnv.txt, I tried specifying hwaddress in /etc/network/interfaces. Neither of those two options worked. 1 Quote
chinhhut Posted September 10, 2023 Posted September 10, 2023 @antoniI got the same issue. I alreay tried to fix according to the following suggestion but not successful yet. Quote 0 Quote
Turbine Posted December 2, 2023 Posted December 2, 2023 (edited) This is the fix I'm using, this bug should've been addressed but nobody seems to be talking about it. Remember to change the mac address. sudo nano /etc/network/if-pre-up.d/macchanger #!/bin/sh /sbin/ifconfig eth0 hw ether aa:aa:aa:aa:aa:aa sudo chmod +x /etc/network/if-pre-up.d/macchanger Surely there's a better solution. Edited December 2, 2023 by Turbine 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.