I have 3 sites (A, B, C) that contain the same local IP classes 192.168.1.0/24 Each site contains a teltoniqua with functional zerotier (Site A 10.147.17.21 - Site B 10.147.17.22 - Site C 10.147.17.23)
I want to create a different virtual class for each site. (Site A 192.168.21.0/24 - Site B 192.168.22.0/24 - Site C 192.168.23.0/24)
From the Windows PC, I want to be able to access each terminal equipment for each site, using the virtual classes. For example, to access 192.168.1.102 of site A, we use the virtual class 192.168.21.101. OR for site C 192.168.23.101 To do this I created routes on the zerotier application. See below.
I declared the routes in Teltonika with the route add command by the CLI, like this:
ip route add 192.168.21.0/24 via 192.168.1.1 dev br-lan
or
ip route add 192.168.21.0/24 via 10.147.17.21 dev ztly54hblu (intervace zerotier)
or
ip route add 192.168.21.0/24 dev br-lan
But nothing works when I ping.
So I don’t know how to do it ?
I hope I was clear.
With these, I was able to replicate your scenario (with 2 RUTs for simpler testing) and was able to reach devices behind both RUTs from an android phone (that would be Windows PC in your case) connected to the same ZeroTier network.
I have 3 floors (1, 2, 3) that contain the same local IP classes 192.168.0.0/16
For all floors there is only one Teltoniqua with zerotier functional (10.147.1.1/16)
I want to create a virtual class /16 that works for all floors. (Floor No. 1 192.169.1.0/16 – Floor No. 2 192.169.2.0/16 – Floor No. 3 192.169.3.0/16)
From the Windows PC, I want to be able to access each terminal equipment for each floor, using only one virtual class 192.169.0.0/16. For example, to access 192.168.1.1 of floor No. 1, we use the virtual class 192.169.1.1. OR for floor No. 3 192.169.3.1
To do this I created a route on the zerotier application. But there is a warning message. See below.
It now works in 10.1.0.0/16 and not 192.169.0.0/16
Thanks for your information.
For information with 10.1.0.0/16 there is no longer the zerotier message “No Private IP space. Client will need to set Allow Global”