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
Describe the bug
On Linux, if the selected bridged network is a plain ethernet card (rather than a bridge) and no bridge "contains" it, the GUI will fail to launch the first bridged instance with:
To Reproduce
Delete any existing bridges for your network card (if Multipass created one, you can use nmcli connection delete br-enx1234 br-enx1234-child)
you can use nmcli connection show to find the relevant connections
Click the cogwheel button in one of the entries in the Catalog
Toggle Bridged network
Attempt to launch
Expected behavior
A bridging prompt, like multipass launch --bridged does.
Additional info
OS: Linux
multipass version: 1.15.0 RC4
multipass get local.driver: QEMU or LXD
The text was updated successfully, but these errors were encountered:
The workaround is to launch once via the CLI: multipass launch --bridged and answer yes to the prompt. Subsequent launches will then work in the GUI too.
Describe the bug
On Linux, if the selected bridged network is a plain ethernet card (rather than a bridge) and no bridge "contains" it, the GUI will fail to launch the first bridged instance with:
To Reproduce
nmcli connection delete br-enx1234 br-enx1234-child
)nmcli connection show
to find the relevant connectionsExpected behavior
A bridging prompt, like
multipass launch --bridged
does.Additional info
multipass version
: 1.15.0 RC4multipass get local.driver
: QEMU or LXDThe text was updated successfully, but these errors were encountered: