Is my route well configured?

Hi,

i successfully configured Zerotier VPN, and from my Mikrotik router, i’m now able to access remote LAN, from any of my VLAN.
Let’s take the example that :

  • The IP of Mikrotik on Zerotier interface is 192.168.200.254


  • The remote LAN (reachable through ZT) 192.168.1.0/24

and the routing is configured like that:

/ip route 
add gateway=192.168.200.254
add dst-address=192.168.1.0/24 gateway=192.168.200.20

So, far so good, it’s working i can reach remote LAN.

However, if i look on the ARP table, i’m surprised to see that the remote 192.168.1.1 IP appears for any of my VLAN.
Captura de pantalla 2022-03-08 224313.png
Is that the normal behaviour? Or is there somethign worng with my config?

Thank you for your help