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

Opening terminal server port on Pix Firewall

dante1357
Level 1
Level 1

Can someone please help me, as im new to this. I need to open a port on pix firewall so users can access terminal server from their home offices. I believe terminal services uses port 3389 on a win2k3 machine. Would i have to use a static route & then edit the access list? If so, how do i specify that specific port (3389)? Please let me know. Thanks.

1 Reply 1

piseli
Level 1
Level 1

I suppose you have a config like that:

Terminal Server is inside and I suppose you have a static public outside IP address.

Example:

static (inside,outside) TS-Public-IP TS-Inside-IP netmask 255.255.255.255

access-list internet permit tcp any host TS-Public-IP eq 3389

access-group internet in interface outside

Just check if there is allready an access-list on the outside interface.

=> show access-group

If there is allready an outside access-list just change the access-list name "internet" to the name of your existing ACL.

Cisco PIX Configuration examples:

http://www.cisco.com/pcgi-bin/Support/browse/psp_view.pl?p=Hardware:PIX&s=Software_Configuration

http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080094466.shtml

sincerly

Patrick

Review Cisco Networking for a $25 gift card