redirect ip

mikrotik can redirect ip to other mikrotik?

/ip firewall nat add chain=dstnat dst-address=10.0.0.1 action=dst-nat
to-addresses=192.168.100.1

10.0.0.1
where 192.168.100.1 is ip address for server in mikrotik

each mikrotik are ready can connect each other
ping from mikrotik1 to 192.168.100.1 success
if i tracert from outside mikrotik to 10.0.0.1
the result is time out after 10.0.0.1

it look like mikrotik can’t redirect to other mikrotik

It is possible that your server in the 192.168.x.x range does not gateway to your MT.

For this type of setup to work properly, it is very important that all devices’ gateways point to the same router or MT.