VPN Routing question

Good afternoon,

Having this issue if someone can enlighten me if this is possible to do.

I have added a zerotier network between two mikrotik devices one situated at my home and one at my office.

HQ Network subnet is 192.168.0.0/24
HQ Network has other subnets connecting to WireGuard Setups
172.17.0.0/18

Home Network is 192.168.5.0/24
routing 172.17.0.0/18 → hq zt ip

zerotier routing
10.xx.xx.xx/16 lan
192.168.0.0/24 10.xx.xx.xx hq zt ip
192.168.5.0/24 10.xx xx xx home zt ip

With this setup i can pretty much access everything on the home side which in my case crucial the 172.17.0.0/18 subnet.

Problem is i am having trouble understanding how to do the same from my ios device or windows laptop on different locations.

I connect to the zt network ok but i can only access the 0.0/24 and 5.0/24 network, can’t see the 172.17.0.0/18 network.

Any ideas?

Thank you in advance

Good afternoon,

Anybody?

Hi!

On your hq firewall, do you see rules being hit? Do the remote sites have rules to permit the traffic? Routes back for the zt subnet?

Thank you for your reply

All my routing and firewall was correct.

I did figure it out eventually a few minutes ago.

I had to add the zt subnet to each individual wireguard peer as an allowed subnet, kinda makes sense doesnt it :confused: silly me.

Thank you for the reply nonetheless