Ubuntu 18.04 cloud image does not get DHCP IPv4 address
Clash Royale CLAN TAG #URR8PPP up vote 3 down vote favorite 1 I am testing the Ubuntu 18.04 LTS cloud image (20180426.2) on a KVM host. There is a DHCP v4 server running, but IPv6 is not supported. When booting the cloud image, it wont get an IPv4 address. The service systemd-networkd-wait-online failed to start: root@ubuntu:~# systemctl status systemd-networkd-wait-online.service â systemd-networkd-wait-online.service - Wait for Network to be Configured Loaded: loaded (/lib/systemd/system/systemd-networkd-wait-online.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Mon 2018-04-30 11:08:47 UTC; 12min ago Docs: man:systemd-networkd-wait-online.service(8) Process: 669 ExecStart=/lib/systemd/systemd-networkd-wait-online (code=exited, status=1/FAILURE) Main PID: 669 (code=exited, status=1/FAILURE) Apr 30 11:06:47 ubuntu systemd[1]: Starting Wait for Network to be Configured... Apr 30 11:08:47 ubuntu syste...