Tool/software: Linux
Hi
I want to set a default mac address on both eth0 and eth1 port.
Could I write it in /etc/systemd/network/10-eth.network?
My code as below, static ip is work, but mac address fail.
[Match]
Name=eth1
[Network]
Address=192.168.66.88
Broadcast=192.168.66.255
Netmask=255.255.255.0
Gateway=192.168.66.1
HWAddress=00:11:22:33:44:55
Thanks.