How to set MAC address? I cannot find how to do it via YAST. Also in the file /etc/sysconfig/network/ifcfg-eth0 an option HWADDR=‘xx:xx:xx:xx:xx:xx’ does not work.
Any ideas?
Thanks
See if this helps:
If using ifup/ifdown,
I have not found a way to set the MAC address using YAST, I have had to modify the interface file(s) directly.
But, if you’re using Network Manager,
This is easily accomplished by opening the Connection Properties, then modifying the “Cloned MAC address” field.
Although this doesn’t permanently change the default MAC address like editing the files directly, NM will save this value you set and re-implement every time NM starts.
Another reason perhaps to always use NM for both static and dynamic addresses on both wired and wireless connections.
HTH,
TSU
Thank you everyone!
This link https://forums.opensuse.org/english/get-technical-help-here/hardware/416880-hi-fixing-mac-address.html helped