Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help opening port 3389 on a Cisco PIX 506 E

Status
Not open for further replies.

farana75

IS-IT--Management
Jul 8, 2005
22
US
I need your help guys,

I am trying to open port 3389 on a Cisco Pix 506 router so I can connect to the server via Remote Desktop Protocol.
Could someone please tell me how to set the ACL so I can permit access to the server using port 3389.

thanks
 
quoted from
telnet to your PIX, for example telnet 10.0.0.1 (this is the PIX internal IP address).

add the following command lines.

access-list outside_access_in permit tcp any host x.x.x.x eq 3389

static (inside,outside) x.x.x.x 10.0.0.28 netmask 255.255.255.255 0 0

x.x.x.x is the external IP address and 10.0.0.28 is the internal TS IP address.



Bob Lin, MS-MVP, MCSE & CNE
How to Setup Windows, Network, VPN & Remote Access on
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top