-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: option to force net MAC address
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 MAC address, e.g. --net-mac-address 52:54:00:12:34:56 Which will assign 52:54:00:12:34:56 to the fist NIC, and increment the last octet for the next one, etc. Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
- Loading branch information
Showing
2 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters