Comment 5 for bug 2063973

Revision history for this message
Nick Grealy (nickgrealy) wrote :

Hi all,

I didn't see a response to the workaround, so just dropping a message.

I had the same issue. Confirming that workaround - configuring my `/etc/netplan/50-cloud-init.yaml` to match the network interface based on macaddress (`ip a`), and applying the change (`netplan generate && netplan --debug apply`) solved the issue.

`netplan status` now shows the network interface has an IP address assigned by DHCP.

Thank you