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