I have a network of 15 windows machines that currently have RDP port forwarded through a mikrotik RouterOS using Dst-nat (destination - nat's) that forward port 3389 to each workstation using the syntax of WAN IP : "unique port number" in the Remote Desktop Connection dialog. E.g., 215.93.43.43:60001 lands the RDP protcol on one local workstation, 215.93.43.43:60002 lands the RDP protocol on another, etc....
I thought it would be straight forward to implement this on a Cisco RV 260, but am not seeing a way to tie the RDP svc (port 3389) into port forwarding rules associated with dynamic port numbers that are then forwarded.
Thank you for your help.
Go to the PDF page 89 (printed as page 81). Firewall > Port Forwarding
It's EXACTLY the same principle, External service (you need to add 15 custom ones, starting with 60001, all the way up to 600015).Internal service is RDP (or port 3389). The rest should be quite obvious.