cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
443
Views
0
Helpful
2
Replies

Cisco ASA5512 RDP

Steven Couture
Level 1
Level 1

Can you guys take look at this show run and let me know if I have this setup right....I am trying to RDP in from the outside in to a server, 192.168.0.100

1 Accepted Solution

Accepted Solutions

cpgsystems
Level 1
Level 1

remove these:(after proper backup of course)

access-list outside_access_in_1 extended permit tcp any interface outside eq 3389
nat (inside,outside) source static obj-192.168.0.100 interface service tcp-3389 tcp-3389

 

your config could have lines like the following:

 

nat (Inside,outside) static interface service tcp 3389 3389

access-list outside_access_in extended permit tcp any host 192.168.0.100 eq 3389

View solution in original post

2 Replies 2

cpgsystems
Level 1
Level 1

remove these:(after proper backup of course)

access-list outside_access_in_1 extended permit tcp any interface outside eq 3389
nat (inside,outside) source static obj-192.168.0.100 interface service tcp-3389 tcp-3389

 

your config could have lines like the following:

 

nat (Inside,outside) static interface service tcp 3389 3389

access-list outside_access_in extended permit tcp any host 192.168.0.100 eq 3389

Thanks!

Review Cisco Networking for a $25 gift card