Hi,
I want to clone a mac address on WAN (ether1). How do I do this?
I’ve found:
/interface ethernet set mac-address=...
But how do I specify that this needs to happen on ether1?
man thx
Hi,
I want to clone a mac address on WAN (ether1). How do I do this?
I’ve found:
/interface ethernet set mac-address=...
But how do I specify that this needs to happen on ether1?
man thx
/interface ethernet set local mac-address=…
were local is the interface name
Ok, thx