I have one public IP address and want to redirect port 3389 to internal IP address 10.10.10.3
The following config does not work:
>ip firewall dst-nat add action=nat protocol=tcp dst-address=xx.xx.xx.xx/32:3389 to-dst-address=10.10.10.3 disabled=no
May be I must do something with the firewall because when I scan the public IP with nmap it is "closed"