Link to home
Start Free TrialLog in
Avatar of taki1gostek
taki1gostekFlag for United States of America

asked on

Multiple Web Sites (on different machines) - One Public IP - Help!

Hi,

I've got a client with a DSL line with 1 static IP.  He would like to run multiple web servers on his network (on separate machines).

On the router all port 80 traffic is currently forwarded to one local IP of a windows 2003 server that is not running IIS but a proprietary mail server web mail application.  We are looking to set up a secondary Web server on a different, Windows XP box.  

How do we set this up?  Does this have to be done on the router end or configured on a workstation that will route appropriate traffic to appropriate workstations?  Do we set up Host Headers?  If so, how, on the MS2k3 or the XP IIS box?  Can host headers forward requests to other machines on the network?  

Once this is configured, what happens when someone enters http://1.1.1.1 ?  Which web server box will typing in the public IP resolve to?

For example:
Currently mail.abc.com gets resolved to 1.1.1.1 and the router sees incoming traffic for port 80, forwards it to 192.168.1.1:80 on the local network.  

What we would like to do is be able to access mail.abc.com via 1.1.1.1 on a local machine 192.168.1.1:80 and intranet.abc.com via 1.1.1.1 on a local machine 192.168.1.2:80 running IIS.  

Please help.
Avatar of markpower60
markpower60

For hosting webiste, you need to configure router to forward port 80 to the XP box. for people inside your network all they need to do is typing IP address of the XP box or the name of the xp box in their brower.

good luck
Avatar of taki1gostek

ASKER

I'm not sure you read my question thoroughly, mark.  Your advice is completely off track.
SOLUTION
Avatar of Member_2_1968385
Member_2_1968385
Flag of United Kingdom of Great Britain and Northern Ireland image

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
I've increased points cause this issue is getting kind of hot.

Thanks but I know that there's an answer to this that does not include getting a secondary IP.  

The idea would be to forward all traffic to one IIS server which then would route traffic to the appropriate server based on Host Headers.  I really need to find out if this can be done using Host Headers and how/where to configure it on IIS or should RRAS be used?

Any other ideas?
ASKER CERTIFIED SOLUTION
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