I am using zerotier for other systems. So I was trying to stick with it. But open to other ideas. Using T-Mobile home internet so there is no port forwarding available.
I have installed the (outdated) zerotier package from the GUI, but it does not show under applications?
I have also tried a couple different links on how to configure with Putty, but neither have been able to complete the suggested step. Link 1 Link 2
This line returned an error
uci add_list zerotier.my_zt_net.join=<My_network_Id>
-ash: syntax error: "unexpected newline"
I did go through this
without the remove wan part and my router shows up in zerotier and I can get to it using the zerotier ip
but my esp32 that is connected to the wifi of the yellow box does not show up
I wonder if clients, it shows offline but it is actually working. It show on boot (esp32 boot) but the program running on it really does not generate much traffic
So, again, my yellow router shows up at zerotier and I can access it from the zt IP.
Is my esp device connected to the wifi of the box supposed to show up at ZT?
Like this? But nothing shows up
xx is my ZT addy
192.168.8.202 is my esp32
root@GL-MT300N-V2:~# ip route
0.0.0.0/1 via 172.26.240.92 dev zt6ov5g43r
default via 192.168.1.1 dev eth0.2 proto static src 192.168.1.213
128.0.0.0/1 via 172.26.240.xx dev zt6ov5g43r
172.26.0.0/16 dev zt6ov5g43r proto kernel scope link src 172.26.240.xx
192.168.1.0/24 dev eth0.2 proto kernel scope link src 192.168.1.213
192.168.8.0/24 dev br-lan proto kernel scope link src 192.168.8.1
192.168.8.202 via 172.26.240.x dev zt6ov5g43r
root@GL-MT300N-V2:~#