Skip to content
Discussion options

You must be logged in to vote

--network=systemd-interface-private:mac=21:21:21:32:32:32 is the correct syntax, the reason it fails because you specify an invalid mac address.
The 7 and 8 bit have a special meaning, you cannot ever set the 8 bit to 1 because that means it is a multicast mac, see https://en.wikipedia.org/wiki/MAC_address#Address_details

So in short the the second hex digit should never be odd. If you use 20:21:21:32:32:32 it will work.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@arizvisa
Comment options

Answer selected by arizvisa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants