I’d like for my multipass instance to now be able to access a server on my host network, from my understanding I needed to do multipass launch --network en0 ... at creation time, however it is past creation time.
Is there a way to set the network of my instance to en0 after creation? Or is there another way to enable the instance to access the server on the host network?