Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
2 web servers behind 1 ip
Name: kingdzt Date: December 24, 2007 at 06:35:01 Pacific OS: Linux and SBS03 CPU/Ram: na Product: na
Comment:
I am currently running an SBS server behind a single static ip. the server is running mail and an https page for remote mail etc etc.
i would like to publish a development linux web server also using https behind the same static ip.
how should i configure my firwall in order that the different traffic arrives at the right server?
Name: StuartS Date: December 24, 2007 at 07:33:57 Pacific
Reply:
You cant. Firewalls can't normally do that kind of re-direction. This kind if multiple server behind one IP is done in the server software. I imagine that as you are using SBS you are also using IIS which will allow the same server to serve multiple web sites.
Apache HTTP server will do this using it's virtual server functionality which works very well.
Stuart
0
Response Number 2
Name: FishMonger Date: December 24, 2007 at 08:43:50 Pacific
Reply:
If you want to run multiple web servers behind a single IP, you could use an LVS redirector.
Summary: First thanks for the reply.So i cant use public ip adresses on a lan port.is it posiible to have a public ip adress in the same range as the wan port but behind a firewall and still have a lan adress ...
Summary: For years, I have been hosting about 24 web sites off an IIS NT4 (then later 2K server) machine on my cable connection, using simple host headers to allow multiple web sites from one IP. Now, I have...