Unable to take RDC on external network

Hi all,

I have Mikrotik Router RB750G V6.17 with default configuration.

I have configured PPPoE on Ether1 and done masquerade on this port as well.

I am able to access the internet from the local network but unable to access any of my external servers on Remote Desktop.

There is no firewall rules configured except the default ones.

Kindly help me to sort this issue out.

Thanks in advance.
Salil

You must add as first nat rule this:

/ip firewall nat
add action=dst-nat chain=dstnat dst-address=<public-ip-address> dst-port=3389 protocol=tcp to-addresses=<server-with-rdp-ip> to-ports=3389

Thanks.

Added the rule and i am able to access RDC now.

Salil