PIX setup with a single IP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2002 07:38 AM - edited 02-20-2020 10:05 PM
What this stems from is the ISP does not want to give me multiple IP's. Setup is a ADSL connection acting as a bridge connected to a PIX 501 version 6.2.
The outside interface has a public IP address. Then you have to have another public IP for the global address. Or do you? The internal private addresses have to be NAT'ed to a public address, why can it not be the outside inferface address instead of another public IP.
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 02:21 AM
You can NAT all private addresses to the public outside interface address of the PIX, by using the following command line:
global (outside) 1 interface
I hope this is what you were looking for.
