I am trying to set it so that port 80 gets redirected to an internal IP, however whenever I enter the command, the whole network goes down.
The IOS version is 6.3(1) and I have a non-outside port on the PIX set with a public IP. I want it to be redirected to another port on the PIX.
Basically I want 64.45.xxxx.xxx port 80 eth3 to be redirected to 172.16.5.37 eth2
This is the command I have been using:
static (eth2, eth3) tcp interface (I have also tried the actual IP 64.45.xxx.xxx) 172.16.5.37 80
I get a 172.16.5.37 or (64.45.xxx.xxx when I use that address instead of interface) isn't a globle port. I have added 80 to after interface and it brings the network down.
What do I need to do?