sudo snap install lxd
sudo lxd init --auto
lxc config set core.https_address :8443
lxc config set core.trust_password "changeme"
# list networks
lxc network list
# create a bridge (example: br0 on 192.168.123.0/24)
lxc network create br0 ipv4.address=192.168.123.1/24 ipv4.nat=false ipv6.address=none
CC BY-NC 2025 stormrider