

A subreddit for discussing the ZeroTier network virtualization platform and all things related.
Accessing LAN devices using their local IP through OpenWRT Zerotier router
I've setup ZeroTier on my OpenWRT router and I'm able to remotely access all devices on my LAN expect for my windows machine. For some reason, the windows machine will only be accessible with it's ZT IP and not the Local IP. I was thinking it's a firewall issue on windows but I completely disabled firewall and it's still not working. I know my zerotier setup and routes are fine because it's working fine on my other devices. I can easily remotely access those other devices using their local LAN IP.
Any idea what might be the issue here? Would appreciate any tips.
Did you manually add a route between the two subnets on openwrt?
On openwrt? No. The routes are on my zerotier settings.
0.0.0.0/0via 192.168.192.1
192.168.1.0/24 via 192.168.192.1
192.168.1.0/24 (LAN)
192.168.192.0/24 via 192.168.1.1
If you have made settings on zerotier's server console, you also need to execute a command on the client (mainly openwrt) to tell the client to accept the routing settings push from the server.
I remember this command seems to bezerotier-cli set Your-zerotier-ID allowGlobal=1