ver 9.1
I was able to get an internal servers RDP (changed RDP port on server) open on a non-standard port to the outside. However, I now want to change the server back to the standard 3389 internally but still require the non-standard port to be used externally and I can't seem to get it going. Below are the pertinent lines. I'm probably missing something simple. Any help is greatly appreciated!
object network win10rdp-port-13111
host 10.1.1.111
access-list outside-in extended permit tcp any object win10rdp-port-13111 eq 13111
object network win10rdp-port-13111
nat (inside,outside) static interface service tcp 13111 3389