Hi, I have configuration like this:

Now, 192.168.1.0/24 computers can ping 192.168.2.0/24 just fine, but 192.168.2.0/24 can’t ping any 192.168.1.0/24 but 192.168.1.253
I have added the route
/ip route add dst-address=192.168.2.0/24 gateway=192.168.1.252
Is there anything else I must add to 192.168.1.253 router?
Thank you
Add one more rule
/ip route add dst-address=192.168.1.0/24 gateway=192.168.2.252
err… to which router?
Anyway, at second router (192.168.x.252) I’ve added 192.168.1.253 as default gateway, and 192.168.2.0/24 gateway is 192.168.2.252.
But at 192.168.1.0/24 network, we have 192.168.1.253 that connect us to internet, and 192.168.2.252 that connect us to other subnets, and 192.168.1.253 doesn’t forward packets to 192.168.1.252.
When I setup a static route at clients
route add 192.168.2.0/24 mask 255.255.255.0 192.168.1.252
Those clients are able to responds. But I can’t possibly add those rules to every PCs.