Redirect outside traffic on a specific internal address on pix506

I have a pix506, version 6.3(3) I have a /30 class for my public addresses. One ip is taken by the router and one by the firewall outside address. All inside clients connect to the internet via PAT on the FW interface

I would like to redirect all incoming traffic to the pix outside address on a specific port (say http for example) to one specific server on the inside. This is due to the lack of IP addresses in order to establish a NAT, so my only option is to use the FW IP. Is it possible to do this? Can I do this via PDM?

Thanks Dave

Reply to
Dave Bowman
Loading thread data ...

Port forwarding using the "interface" keyword ..

static (inside,outside) tcp interface www 192.168.1.100 www netmask

255.255.255.255

Don't forget to allow the port on your external ACL.

Chris.

Reply to
Chris

Thanks Chris! So the PDM isn't supporting this feature, I assume

Dave

Reply to
Dave Bowman

Should do!

Reply to
Chris

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.