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

PIX REDIRECT

edimonte1980
Level 1
Level 1

is it possible to redirect traffic like http or smtp to a speficif IP? I have a Cisco Pix 515E. Thanks.

1 Reply 1

jackko
Level 7
Level 7

just wondering if you are referring to configure inbound access to webserver (or email server) that is located in the pix inside net.

e.g.

www <--> pix <--> webserver (or email server)

if the above simplified topology is accurate, then it depends on the number of public ip.

for one public ip,

static (inside,outside) tcp interface 80 80 netmask 255.255.255.255

static (inside,outside) tcp interface 25 25 netmask 255.255.255.255

access-list inbound permit tcp any interface outside eq 80

access-list inbound permit tcp any interface outside eq 25

access-group inbound in interface outside

clear xlate

for multiple public ips,

static (inside,outside) netmask 255.255.255.255

static (inside,outside) netmask 255.255.255.255

access-list inbound permit tcp any eq 80

access-list inbound permit tcp any eq 25

access-group inbound in interface outside

clear xlate

Review Cisco Networking products for a $25 gift card