Hello
I try to follow this how to on my laptop using libvirt VMs on the same network (10.0.1.0/24):
https://ubuntu.com/tutorials/candid-authentication-lxd
The only difference I have is I have defined my own IPv4 subnet range (10.0.2.1/24) for lxc containers during the lxd init (page bottom of Candid authentication for LXD | Ubuntu)
My problem is to configure the network on the server VM to route the candid container on that VM through its IP (doing http://10.0.0.1:8081 on the client VM to access to the container located into the LXD subnet).
Is there a way to do this directly when configuring lxd init or I have to configure this myself with something like IP forwarding or NAT on the host VM ?
NB. This howto seems to not allow LXD to be available over the network and in my case I don’t want to use same network IPs for VM and containers