If you have an IIS server that responds to
https://outsideip you could use
redirection to send the client to the other URLs/servers:
http://webdevelopment.developersnetw...asp?Article=35
"R.Demandt" <(E-Mail Removed)> wrote in message
news:6043F325-89B1-4488-B3B7-(E-Mail Removed)...
> In or intranet we have 3 webinterfaces over port 443:
>
> - Citrix MetaFrame
> - Exchange Webaccess
> - Corporate Web Site
>
> Now we need to access these 3 websites from the internet, but in our
> DSL modem I can only specify the outside 443 port to connect to one
> of the servers 443 ports.
>
> This is what we would need:
>
> when a user goes to: "https://oudsideip/exchange" he should be connected to
> "https://insideipexchangeserver"
> When a user goes to: "https://oudsideip/citrix" he should be connected to
> "htps://insideipcitrixserver"
> When a user goes to: "https://oudsideip/work" he should be connected to
> "https://insdeipcorporateweb"
>
> Is there maybe a kind of gateway that I can user to route users to the
> correct website??
>
> Thanks for any response,
> R.Demandt