IP Forwarding

Greetings.

I’m just configuring my very first OS… Right now I’m trying to forward IP 192.168.0.4:3389 to 192.168.2.4:3389 (there’s NAT in between, that’s the way I’m going out throught the outside router). The way I’m doing it is to add a NAT rule (after the masquerade) which chain is dstnat to dst addres:192.168.0.4 with dst. port 3389 the action is configured to dst-nat address: 192.168.2.4 port:3389. The computer is not responding in that final destination. I’ve tried some other unsuccessful configurations. Any idea of what can I try?? Thanks in advance.

Can you please post the exact rule you have implemented (“/ip firewall nat export”) rather than describe it?

Hi. The configuration is as follows (check the attached file)

/ip firewall nat add action=masquerade chain=srcnat

/ip firewall nat add action=dst-nat chain=dstnat dst-address=192.168.0.4 dst-port=3389 protocol=tcp to-addresses=192.168.2.4 to-ports=3389

(The first one is working I have now all my internal lan clients over the internet)
(The second one doesn’t forward anything)
lanconfig.gif