Sujet : Re: How do I get my Pi4 (Fedora) to use a real and stable MAC address?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.sys.raspberry-piDate : 15. Sep 2024, 23:08:07
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vc7ls6$2dc8u$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : Pan/0.160 (Toresk; )
On Sat, 14 Sep 2024 22:31:58 -0000 (UTC), I wrote:
Or, a quick look at the docs
<https://manpages.debian.org/8/ip-link.8.en.html> gives
ip link set «device» address «addr»
Actually, I think it might be
ip link set «device» macaddr ...
There are “del” and “flush” options there, in addition to “set” -- I
expect one of them will have the effect of reverting to the default MAC
address.