02-26-2015
12:48 PM
- last edited on
03-25-2019
05:55 PM
by
ciscomoderator
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
Solved! Go to Solution.
02-26-2015 02:30 PM
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
02-26-2015 02:30 PM
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
02-26-2015 05:16 PM
Thanks!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide