Hi everyone,
Just thought I would let everyone know that upgrading systemd to 244.1 will break networking if running in LXC container.
Found out the hard way and I'm probably one of the first ones since I'm running ArchLinux in LXC and systemd just got bumped up to 244.1.
Looking at systemd github there are quite a few networking changes between 244 and 244.1 https://github.com/systemd/systemd-stable/commits/v244-stable
Removing and adding network interface for the container in PVE interface for this container will get networking working again, until the container is restarted. I have not tried using something other than systemd-networkd.
EDIT: The solution:
Add
Just thought I would let everyone know that upgrading systemd to 244.1 will break networking if running in LXC container.
Found out the hard way and I'm probably one of the first ones since I'm running ArchLinux in LXC and systemd just got bumped up to 244.1.
Looking at systemd github there are quite a few networking changes between 244 and 244.1 https://github.com/systemd/systemd-stable/commits/v244-stable
Removing and adding network interface for the container in PVE interface for this container will get networking working again, until the container is restarted. I have not tried using something other than systemd-networkd.
EDIT: The solution:
Add
lxc.mount.auto: sys
to /etc/pve/lxc/<id>.conf
Last edited: