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

Connect to a user on the "outside" using RDP and remote assistance through

whiteford
Level 1
Level 1

Hi,

I have managed to succefully connect to an external user using RDP, VNC, however I communicate with a few clients through MSN, it has this great feature for the client to ask for help and let me "shadow" their desktop, however this doesn't work.

I thought it would as RDP works out of MSN.

Also my PC has a camera and this doesn't work either.

What do I need to do?

Thanks

1 Reply 1

amritpatek
Level 6
Level 6

The RDP connections from the outside interface toward the inside are allowed with the help of a combination of the access-list command and the static command.

The RDP works on the Transmission Control Protocol (TCP) port number 3389. Therefore, it is necessary to allow the inbound connection on port 3389 and to map the public IP address to the real IP address of the server.

Complete these steps:

1) Configure these static commands on the PIX:

Static (inside, outside) Public_ip_address_of_server real_ip address_of_server

2) Or, configure these static commands if the outside IP address of the PIX must be used for the connection:

Static (inside, outside) tcp interface 3389 real_ip address_of_server 3389

3) Configure these access-list commands on the PIX:

Access-list Outside_in permit tcp any host Public_ip_address_of_server eq 3389

Access-group Outside_in in interface outside

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