-
Notifications
You must be signed in to change notification settings - Fork 722
Description
My multipass was updated to 1.16.0 by snap automatically and it confused me a lot.
As the title described, my multipass instances failed to connect with others machines by the bridged network.
To fix it, i found another ubuntu machine and install multipass, try to create an instance with a working outside network.
When I set local.bridged-network to my net interface which has the access to others machine, it prompts to create a bridged just as before. But Diffierent with 1.15.1, when i connect my created instance to it and start the instance, dhcp to the new ip interface doesn't work, the instance cannot automaticly get an dhcp ip. Then I manually configure the stact ip by /etc/netplan/xxx.yaml, it works and "multipass list" command shows my configured ip and i can ping it from the host machine where the multipass is running, but from another machine in the same network can not ping it. However In 1.15.1 it works well.