I have created a new VM with multipass via:
multipass launch --network en1 -c 2 -d 100G -m 16GB -n microk8s-vm
On my router I have set a DHCP reservation, and ip a s enp0s8
confirms the correct address. The issue is my Google Wifi router requires devices to appear online to port forward and the VM is shown offline, even with internet and network access.
From this discussion my hunch is that the machine isn't using DHCP To workaround this I want to enable DHCP on the VM.
How can I ensure DHCP is enabled in the VM?