cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
346
Views
0
Helpful
3
Replies

Remote desktop outside to Inside on ASA

rechard_david
Level 1
Level 1

Dear Expert,

Please help me!!! to solve this problem.

Please see in the attach file.

i want outside can access remote in to inside pass thought ASA.

but it doesn't work.

Best Regards,

rechard

3 Replies 3

dongdongliu
Level 1
Level 1

hi,

I think these are needed:

access-list 100 extended permit tcp any host 50.50.50.50 eq pcanywhere-data

access-list 100 extended permit udp any host 50.50.50.50 eq pcanywhere-status

Dear Sir,

I try to tested like this but it doesn't work.

by the way when i change the like this

access-list 100 extended permit tcp any host 50.50.50.51 eq 3389 it working.

Note: Public ip add 50.50.50.51 not the same public ip add on interface e0/0.

I want to use only one public ip add for map and use in the same interface e0/0.

How can i do it? do you have any command for solve this problem?

Best Regards and Thanks,

Hi,

Change your ACL and static nat to the following :

access-list 100 extended permit icmp any inteface outside

access-list 100 extended permit tcp any interface outside eq 5900

access-list 100 extended permit tcp any interface outside eq 3389

for the static nat :

static (inside,ouside) interface 5900 10.10.10.2 5900 netmask 255.255.255.255

static (inside,ouside) interface 3389 10.10.10.2 3389 netmask 255.255.255.255

these commands tell the ASA to use the ip address of the outside interface.

with regards

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card