Pix 506 + ADSL static IP + http server reachability
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 08:33 AM - edited 02-20-2020 11:06 PM
Dear readers,
I have ADSL + static single IP.
Instead of using linux firewall, I would like to use my PIX 506. My HTTP server is at inside at 10.1.1.100.
When configuring static to map outside interface address to port 80 at 10.1.1.100 I receive error message saying "ip address is already used on outside interface, can't specify translation rule for it".
Does this mean I need at least 2 global addresses, one for the outside interface, the other for the http internal server to become reachable ?
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 01:01 PM
Hi,
You need a statement like this
static (inside,outside) tcp interface 23 10.101.1.1 23 netmask 255.255.255.255
Thanks
Nadeem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 12:57 AM
Thanks Nadeem.
It works. I wasn't aware of this second syntax of the static command, which was not listed in my cisco pix book.
Appreciate your quick reply on this.
regards,
diederik
