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

RDP connection using ASA 5520

Dave Kozlowski
Level 1
Level 1

I want to setup an RDP link from the internet to a specific Server in my backbone. 

I have an ASA 5520.  What steps do I need to follow for this to work?

Thanks

Dave

1 Reply 1

jeevak mukadam
Level 1
Level 1

Hello Dave,

 

How natting was done at your end? and also one spare public ip.

follow following steps.

eg.

public ip : 1.1.1.1

inside ip : 192.168.1.1

1. access-list ouside_access_in permit tcp any host 192.168.1.1 eq 3389

2. object network inside_rdp

    host 192.168.1.1

nat (inside,outside) static 1.1.1.1 service tcp 3389 3389

3. access-group ouside_access_in in interface outside

 

jeevak,

Review Cisco Networking for a $25 gift card