You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a problem when one is trying to configure the lxdbr0 interface with systemd's .network files. For example, trying to set up the host machine's systemd-resolved's access to LXD's dnsmasq in /etc/systemd/network/lxdbr0.network.
Additional info: If one tries to run a networkctl reload, then the network seemingly gets into configured state, but the route to the network disappears. This is probably systemd's fault, not LXD's, but nevertheless, running a network reload is not enough.
Steps to reproduce
Get a fresh Ubuntu 24.04
snap install --classic lxd
snap init --auto
networkctl, see:
[...]
lxdbr0 bridge no-carrier unmanaged
[...]
The text was updated successfully, but these errors were encountered:
Required information
lxc-info.txt
Issue description
Right after running
snap init --auto
, thelxdbr0
interface is in anunmanaged
state bysystemd-networkd
:After a reboot, or after running
snap restart lxd
, thelxdbr0
isconfigured
:This is a problem when one is trying to configure the
lxdbr0
interface withsystemd
's.network
files. For example, trying to set up the host machine'ssystemd-resolved
's access to LXD'sdnsmasq
in/etc/systemd/network/lxdbr0.network
.Additional info: If one tries to run a
networkctl reload
, then the network seemingly gets intoconfigured
state, but the route to the network disappears. This is probably systemd's fault, not LXD's, but nevertheless, running a network reload is not enough.Steps to reproduce
snap install --classic lxd
snap init --auto
networkctl
, see:The text was updated successfully, but these errors were encountered: