cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
294
Views
0
Helpful
1
Replies

ASA5505 - forward external port to different internal port

alceryes3
Level 1
Level 1

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

1 Reply 1

alceryes3
Level 1
Level 1

NM, got it.

Needed to change the access-list port to the internal port (eq 3389) and needed to swap my NAT ports (3389 13111)

Review Cisco Networking for a $25 gift card