I have an cisco pix 515e running ver 7.0(6). I have one static public IP that my ISP gives me and I am using pat to the inside and dmz interfaces. I need to redirect some ports to forward to the DMZ, and some to forward to the inside interface. How can I have two static statements binding the the pat outside to the inside and the dmz? Thanks for any help.

link|improve this question
feedback

1 Answer

Cisco calls this "Static PAT." Something like this:

static (inside,outside) tcp interface http inside_host_ip_address http netmask 255.255.255.255

See here for more info.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.