Ok, so that’s likely LXD 2.0.11 then. The most usual explanation for this error in this case is that you’ve got some kind of port conflict on port 53 (DNS).
Can you paste the output of sudo netstat -lnp
? My guess would be that you have bind9 installed (named) and that it’s binding all interfaces and preventing the lxd bridge from starting.