cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
497
Views
0
Helpful
2
Replies

web server route

MUXAHMUXAH2
Level 1
Level 1

Hi!

I have pix501 (2interfaces)

inside my lan I have web server

Can anyone tell how to translate requests from port 80 from pix to inside web server?

BR

1 Accepted Solution

Accepted Solutions

Collin Clark
VIP Alumni
VIP Alumni

Try

static (inside,outside) tcp [your public IP] 80 [your web server IP] 80 netmask 255.255.255.255

You also need to add port 80 to the public IP above on your outside ACL.

Hope that helps.

View solution in original post

2 Replies 2

Collin Clark
VIP Alumni
VIP Alumni

Try

static (inside,outside) tcp [your public IP] 80 [your web server IP] 80 netmask 255.255.255.255

You also need to add port 80 to the public IP above on your outside ACL.

Hope that helps.

Thanx!