OK, perhaps my initial question wasn't totally clear...
Where you see '10.0.0.<x>', think of an address in the public ip space - perhaps not the best choice of example
IP numbers... - this system is not using any private ip space.
Normally, a host is made visible on the external interface of the PIX by a
static (inside,outside) Host1 Host1 netmask 255.255.255.255 0 0
command.
What I want to accomplish is to have requests which come in on the external interface for Host1:443, Host2:443 and
Host4:443 get rewritten to Host4:8443.
I don't want to wildcard it though (if such a thing is even possible), since requests on Host3:443 should go straight
through to Host3:443.
I suspect I'm still being as clear as mud here...let me know if I need to clarify things again.
Main Topics
Browse All Topics





by: scraig84Posted on 2004-05-26 at 08:17:38ID: 11162524
The Pix is not a load balancer. You cannot map an internal IP/port to multiple external IP/ports. Also, with the configuration shown, you are showing all IP's that are presumably on the same subnet and internal. Yet it appears you are mapping from outside to inside based on your command. I'm a bit confused at what you are attempting to accomplish.