A
A
Alexander2014-10-24 09:25:34
Cisco
Alexander, 2014-10-24 09:25:34

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

2 answer(s)
A
Arthur Avetisov, 2014-10-24
@the_fr33m4n

I'm sorry, I threw it on a quick hand.
f0eb43ecd37e38615a1a9df888bc37bc.png

D
Denis Verbin, 2014-10-30
@rez0n

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 question

Ask a Question

731 491 924 answers to any question