[21:36] I was trying to setup a vm with multipass on my windows 11 machine, using Hyper-V. I'm using a pretty basic cloud-init yaml file as described in https://adyanth.site/posts/kubernetes-cluster-on-windows/. In the `multipass launch ...` command I specified that I wanted to add either the External Switch or WSL adapter using the `--network` flag. This [21:36] does indeed seem to create the eth1 network adapter in the vm, but it doesn't seem to get an ipv4 address. [21:40] Is there anything else that I need to configure for it to start fetching an ipv4 address using dhcp? From what I read in the documentation I assume that if the mode for the network is auto (which it is by default), then it should work. [21:43] https://multipass.run/docs/create-an-instance#heading--create-an-instance-with-multiple-network-interfaces