Link to home
Start Free TrialLog in
Avatar of rhwimmers
rhwimmersFlag for United States of America

asked on

Multiple services on port 443, how to redirect internally?

Have a situation where I only have 1 static IP and have 2 servers that need to host port 443, one is exchange for owa.  Is there a way to setup host redirection on the exchange box so it keeps what it needs and fwds the requests to another server?  They have different A records, one is mail and the new one is secure.
Thanks
Avatar of msifox
msifox
Flag of Germany image

This would probably have to be a conditional rewrite in the underlying web server, to redirect these requests to another port on the other server. And then a port forward of that other port to the local IP of the second server.

This is just the basic principle. I don't know how to do this specificly in windows servers. But hopefully it gives you or others the right keywords to find the solution.

P.S. http://stackoverflow.com/a/1104204
ASKER CERTIFIED SOLUTION
Avatar of PtitPinpin
PtitPinpin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial