Peter Landry wrote: > I'm thinking that I can't do it. In that case, my options seem to be 1) > use different external IP's for each website, and redirect to different > internal servers based on IP 2) redirect all web traffic to the legacy > ISA system, which will then redirect based on hostname. I'm hesitant to > use up all our IPs for option 1, but I'm thinking option 2 is even > worse... Are there any options I haven't thought of?
On the risk of getting roasted alive: install a reverse proxy (apache, squid, perlbal) on the FW? That would hold for ssl traffic, too (except perlbal). Though scenario 1 seems more straightforward. /m