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

Port forwarding

Mihai Ion
Level 1
Level 1

Hello,

I'm trying to forward the rdp port from a Cisco asa 5512x, version ASA 9.6

object service rdp
service tcp source eq 3389

object network mypc
host 10.27.1.164

access-list outside_access_in extended permit object rdp any object mypc

object network mypc
nat (inside,outside) static interface service tcp 3389 3389
!
nat (inside,outside) after-auto source dynamic net-mihai interface
access-group outside_access_in in interface outside

The PAT rule is after the port forwarding.. 

Remote desktop works perfectly inside LAN, the external ports are not blocked by ISP or Windows firewall

I checked the Cisco examples, with no success

( http://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/118996-config-asa-00.html )

Any ideas?

Thanks in advance,

M

1 Accepted Solution

Accepted Solutions

Pranay Prasoon
Level 3
Level 3

object service rdp
service tcp source eq 3389---This should be destination instead of source

View solution in original post

1 Reply 1

Pranay Prasoon
Level 3
Level 3

object service rdp
service tcp source eq 3389---This should be destination instead of source

Review Cisco Networking for a $25 gift card