Explanation before the question
I am trying to configure LXD on a raspberry pi using Ubuntu Core 20.04. It's local IP is initialized as 192.168.2.64. Before I run lxd init it was connecting to network without problem. Towards the configuration process, I created a network bridge with address 192.168.2.33/27, which should allow the range 192.168.2.33-62 to containers. However, after saving the configuration file the Pi is disappeared from the local network. When I plug in the HDMI cable, it says it is accessible over 192.168.2.64 and shows a link to the Ubuntu account page. I cannot access it via network, nor by plugging directly a keyboard (a Ubuntu Core thing I guess?).
Now the questions
Is there something wrong with my subnet for the network bridge, or did I messed up something else in the process? How could I connect and reconfigure the device, or alter the files in the micro SD card that the OS is installed? I don't want to delete the contents of the disk if possible.
I am far less familiar with networking than an average bear, so any explanation or additional support is also appreciated.
Thanks in advance.
Can you supply more details on your bridge configuration and how thats integrated into your LXD containers?
– Simon Banks Jun 21 '21 at 08:50