- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2009 09:10 AM - edited 03-06-2019 08:37 AM
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
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2009 09:19 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2009 09:19 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2009 12:54 PM
Thanx!
