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!

Open Ports on Cisco Pix 506E

Status
Not open for further replies.

xarlie

MIS
Joined
Jul 31, 2006
Messages
3
Location
ES
Hi,
I need open ports on my cisco Pix506E,but I don´t know. Anyone can help me? Thanks for all.

Best regards
 
Here is the basic formula

Build Access List to allow the traffic in (one line for each port)-
access-list outside_access_in permit tcp any host [ExternalIP] eq [Port#]

Apply the ACL to the outside interface -
access-group outside_access_in in interface outside

Map incoming port to an IP and port on the inside (one line for each port)-
static (inside,outside) tcp [ExternalIP] [Port#] [InteralIP] [Port#] netmask 255.255.255.255



Brent
Systems Engineer / Consultant
CCNP, CCSP
 
Hi,

Thanks for your replies.My doubt is if I can open ports by PDM. Can I do? thanks for all.

Best regards,

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top