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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to open RDP on PIX 506e

Status
Not open for further replies.

secureinc

Technical User
Joined
Feb 18, 2002
Messages
34
Location
US
what is the proper command line to open terminal services inbound to my servers? This is my current ACL in the firewall.....

access-list 101 permit icmp any any (hitcnt=0)
access-list 101 permit tcp host 66.242.96.x eq smtp any (hitcnt=0)
access-list 101 permit tcp host 66.242.96.x eq pop3 any (hitcnt=0)
access-list 101 permit tcp host 66.242.96.x eq (hitcnt=0)
access-list 101 permit tcp host 66.242.96.x eq 1494 any (hitcnt=0)
access-list 101 permit udp host 66.242.96.x eq 1604 any (hitcnt=0)

Thanks for any help.....
 
access-list 101 permit tcp host 66.242.96.x eq 3389 any
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top