Rock64: MAC Address is NOT Unique!
#4
UPDATE

Over on the DietPi forum: Michalng provided a couple of feasible solutions to this. This is the one that I selected...

Code:
root@DietPi:~# mv /etc/udev/rules.d/80-net-setup-link.rules /tmp

root@DietPi:~# echo 'SUBSYSTEM=="net", KERNEL=="eth0", ACTION=="add", RUN+="ip l set dev eth0 address 00:06:dc:00:00:01"' > /etc/udev/rules.d/99-eth0-mac.rules

And it seems to have worked as expected:

Code:
root@DietPi:~# cat /etc/udev/rules.d/99-eth0-mac.rules
SUBSYSTEM=="net", KERNEL=="eth0", ACTION=="add", RUN+="ip l set dev eth0 address 00:06:dc:00:00:01"

root@DietPi:~# reboot

dietpi@DietPi:~$ ip address show eth0 | grep ether
    link/ether 00:06:dc:00:00:01 brd ff:ff:ff:ff:ff:ff

HTH somebody!
Eric P.
Portland, Oregon
  Reply


Messages In This Thread
Rock64: MAC Address is NOT Unique! - by PDXpi - 01-24-2021, 08:19 PM
RE: Rock64: MAC Address is NOT Unique! - by PDXpi - 01-25-2021, 07:15 PM
RE: Rock64: MAC Address is NOT Unique! - by PDXpi - 02-01-2021, 12:12 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  ROCK64 keeps connection bikz19 1 2,564 03-09-2019, 07:39 PM
Last Post: dkryder
  connect 2 network cable to rock64 device. idanskira 0 1,865 05-29-2018, 07:34 AM
Last Post: idanskira
  The Mac Address Would Not Change on Debian, nor Gentoo MarkHaysHarris777 5 8,897 03-27-2017, 12:57 PM
Last Post: grobbs
Question no permanent MAC address? need it to give Pine64 a reserved IP. faddah 14 23,341 08-24-2016, 03:25 PM
Last Post: MarkHaysHarris777
  Howto use MAC address as printed on the label on the back longsleep 3 6,081 08-21-2016, 07:31 AM
Last Post: MarkHaysHarris777

Forum Jump:


Users browsing this thread: 1 Guest(s)