2x Port 80 websites, single external IP?

Man of Honour
Joined
17 Oct 2002
Posts
9,712
Location
Retired Don
Hi guys, we are running 2 websites on port 80, on 2 different servers. Sharepoint, and Outlook Web Access.

However, we only have 1 external facing IP address. Our firewall is currently set to forward port 80 to the Exchange server for OWA. Is there any way that we can do some sort of redirection so that we can open Sharepoint up externally, or will we need to change the port to 8080 for Sharepoint?

Cheers,

Mal
 
The only option is to get a bank of external ip's

Or if you router supports it, use the port redirection feature.

Or the other option is to simply change the port of share point to say 800 and then create a dns record redirecting people the new port.

Or if your using a SBS server then simply use remote web work place as that saves all the above hassle.

Phil
 
DNS wont redirect to a different port as far as I'm aware. You'd problably need to use something along the lines of Host Header names if you're using IIS, i've not used it in the past but its what a quick google is throwing back at the mo.
 
This is what I have done now. The reason that I didn't do this to begin with was that users are used to just typing mail.blahblac.co.uk which redirects them to the https:// site, but I've redirected it another way now instead.

Cheers for the pointers,

Mal
 
Sharepoint runs on IIS right?

The way I'd do it is have the IIS server with Sharepoint setup so it has two web sites, the http://sharepoint.blah.com one and another one called http://mail.blah.com both on port 80 using host headers.

mail.blah.com just redirects to https://webmail.blah.com whereas http://sharepoint.blah.com stays on the server.

Hope this makes sense, its been a while since I played with a sharepoint install but I think its on IIS

Check out host headers on IIS
 
Back
Top Bottom