Possible workaround:
switch back to ifupdown and don't use netplan
sudo apt-get update
sudo apt-get install ifupdown
cat << EOF > /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
EOF
systemctl stop systemd-networkd.socket systemd-networkd \
networkd-dispa
same behavior here!
systemd 237-3ubuntu10.38 -> IPV4 Adress after start of lxc-Container,
everything OK
systemd 237-3ubuntu10.39 -> NO IPV4 Adress in Container after lxc-start
Host: Ubuntu 16.04 lxc 2.0.8-0ubuntu1~16.04.2
Container: Ubuntu 18.04
--
You received this bug notification because y
2 matches
Mail list logo