I have only limited experience with netbird or headscale / tailscale. I read NetBird - IncusOS documentation Tailscale - IncusOS documentation
The netbird docs identify `block_lan_access: If true, block access to local networks when using this peer as a router or exit node.` I can’t find any incusOS tailscale config for allowing exit node traffic.
Can IncusOS cluster or non-cluster be setup with a few IncusOS nodes at different WAN sites, all with netbird `block_lan_access: false`, setup each IncusOS node with container network bridge on netbird as exit node, would this allow for container traffic from site A to be able to communicate with other containers at different IncusOS site B over netbird mesh vpn? Would OVN be or not be required for such such scenario?
Regarding management cli operations I am confused after I read at https://discuss.linuxcontainers.org/t/copying-images-with-unclustered-incusos/26470/4 that communication between nodes can occur by “pull, push or relay”. If nodes can pull or push from to other nodes, is OVN or netbird or headscale / tailscale required or not required for successfully performing certain management operations ie
incus copy remote:container local:container-backup
or cold migrating vm or container across to different incusOS nodes not in same broadcast domain but on different public wan ips?
Merci