You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, QEMU sets the first NIC's MAC address to 52:54:00:12:34:56,
and increments the last octet for the next ones. When different VMs need
to discuss between each others via the same bridge, that can cause
conflicts.
A new option has been added to set a different prefix, e.g.
--mac-address-prefix 52:54:00:12:34
Which will assign 52:54:00:12:34:00 to the fist NIC, and increment the
last octet for the next one, etc.
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
0 commit comments