The RB433 is a hotspot, with the default configuration (firewall, nat, etc)
I can ping router 1 from RB433.
I can ping RB433 from router 1.
The problem is: I CAN’T PING router 2 from RB433. It shows a ‘timeout’ message. If a do a traceroute, it’s a ‘timeout’ too!!!
It’s like the rule: 192.168.0.2 gw 10.0.0.2 doesn’t exist.
If I ping RB433 from router2, the packets reach the RB433, but the packets stay there because then can’t come back.
I can’t find the problem, I think it’s a problem with the hotspot default configuration.
Post the output of “/ip address print detail”, “/ip route print detail”, and “/ip firewall export” from each router, clearly labeling which output is from which router, and wrapping everything in
…and if I may add a request, post the output of “/ip hotspot host”. Unless you have disabled the universal (1:1) nat, the hotspot will translate any ip not in the hotspot subnet (192.168.0.x) to one that is (10.0.0.x).
ADD: The Mikrotik router knows nothing of the 192.168.0.x addresses. All ips are translated even before prerouting. The MT router doesn’t see any 192.168.0.x ips to know it is supposed to route them back.