Hello,
I’m trying to pu in place such network for a drone use case.
Each drone is using several connexion : Wifi, Wifi MESH, Starlink and/or 4/5G.
Every thing is working fin on Wifi, Starlink or 4/5G.
But I have an issue with Wifi MESH.
Each drone is a mesh node of the mesh network, and the mesh use Batman ADV.
Each mesh node can ping other ones.
On the Raspberry Pi Mesh nodes I can ping all the network, including ZeroTier one.
On the drones I had to add a route ont Batman interface to be able to ping the network, and a second one for ZeroTier network IPs.
But my issue is I can’t ping the drone Mesh node from the rest of the network.
It appears that, when the drones are only connected by Wifi MESH, they do not be connected to ZeroTier (zerotier-cli info = OFFLINE)
And those nodes do not appear in Zero-Tier interface
It seems that because I don’t have any DHCP on Batman MESH network, it fails to connect to ZeroTier.
Do you have an idea how to fix that ?
Another effect is I can ping 8.8.8.8 from drones, but not google.com because I don’t have any DNS configured. Can it be the problem ?