meta data for this page
  •  

networkd

Set static MAC:

(cat << 'EOF'
[Match]
Type=ether
Name=eth*
 
[Link]
MACAddress=11:22:33:44:DE:AD
EOF
) > /etc/systemd/network/10-static-mac.link
 
sync
reboot