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

ASA RDP service

Dave Kozlowski
Level 1
Level 1

I'm trying to setup an nat rule for an RDP connection from outside ip to an inside server.  What to do an remote desktop connect to the outside address.

What service/port in NAT should I be using?  Also is there anyway to create an any service that includes every service?

Thanks

Dave

1 Reply 1

Yes, both is possible. For NATing only one port, specify the port-number in the NAT-command. Here is an example for RDP:

object network TERMINAL-SERVER
 host 10.10.10.10
 nat (inside,outside) static 192.0.2.1 service tcp 3389 3389

For NATing every service, just configure NAT for the IP address:

object network SERVER
 host 10.10.10.11
 nat (inside,outside) static 192.0.2.2
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card