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

web server and pix 515

majunior882
Level 1
Level 1

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?

1 Reply 1

richardmcmahon
Level 1
Level 1

use something along the lines of

static (eth2,eth3) tcp 64.45.xxx.xxx 80 172.16.5.37 80 netmask 255.255.255.255 0 0

Hope this helps

Richard

Review Cisco Networking for a $25 gift card