Answer the question
In order to leave comments, you need to log in
How to forward RDP to cisco ASA c 9 ios?
Colleagues tell me how to properly forward the RDP port on the cisco ASA.
I do it and it doesn't work:
object network RDP
host 198.51.100.101
!
object network RDP_PAT
host 192.168.1.100
nat (inside,outside) static RDP service tcp 3389 3389
!
access-list outside_acl extended permit tcp any object RDP_PAT eq 3389
!
access-group outside_acl in interface outside
Maybe something else is required?
Answer the question
In order to leave comments, you need to log in
ip nat inside source static tcp 192.168.1.1 3389 interface FastEthernet 0/1 3389
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question