Link to home
Start Free TrialLog in
Avatar of myfootsmells
myfootsmells

asked on

Cisco PIX 506E Config Question

Here's what I need:

Port 80 to allow outgoing traffic.
Port 80 to allow incoming traffic but pointed to 192.168.1.1 because I have a HTTP server on that box.

Port 21 to allow outgoing traffic.

Port 25 to allow outgoing traffic.
Port 25 to allow incoming traffic but pointed to 192.168.1.210 because I have my mail server on that box.

ASKER CERTIFIED SOLUTION
Avatar of stressedout2004
stressedout2004

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of myfootsmells
myfootsmells

ASKER

what does clear xlate do?  now after I load that up and let's say one month later I want to add another protocol to allow port 143 to allow outgoing traffic, how would i do that?
Clear xlate just refreshes the PIX xlate table. Just add another static entry and access-rule.

static (inside,outside) tcp interface 143 192.168.1.x 143 netmask 255.255.255.255
access-list acl_out permit tcp any interface outside eq 143