Hello,
I’ve little problem with routing I think, this is unusual setup because in normal situation I use different subnet for devices behind VPN, but not in this case.
ZT network: 10.44.0.0/24
MT ZT interface IP : 10.44.0.3/24
Remote LAN : 172.30.0.0/21, GW 172.30.0.1
MT IP in remote LAN: 173.30.3.134
[admin@AC2-vpn3] /ip/route> pr
Flags: D - DYNAMIC; A - ACTIVE; c, s, v, y - COPY
Columns: DST-ADDRESS, GATEWAY, DISTANCE
# DST-ADDRESS GATEWAY DISTANCE
0 As 0.0.0.0/0 172.30.0.1 1
DAc 10.44.0.0/24 zerotier1 0
DAc 172.30.0.0/21 br1-lan 0
I need access to some hosts in that /21 subnet, in ex. 172.30.2.11, 172.30.3.45, but it simply don’t work, I’ve tried to add route 172.30.0.0/21 via 10.44.0.3 in ZT central but it didn’t work (propably because of conflict in MT route with LAN), is there any way to make communication work? That 172.30.0.0/21 network isn’t managed by me, I can’t change anything.