Re: how to configure two IIS machines side by side ?
From: nut cracker (nutcracker_at_internationalhacker.org)
Date: 02/26/04
- Next message: nut cracker: "Re: Multiple IPs from same subnet on one NIC"
- Previous message: nut cracker: "Re: locate computer by MAC address"
- In reply to: Rob Elder, MVP-Networking: "Re: how to configure two IIS machines side by side ?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 26 Feb 2004 16:41:20 -0600
Rob, for an MVP, you gave a terrible answer.
Scott, the correct answer is " sort of ", and it will require some special
config.
First, DNS does not do ports. So, all requests will hit the first server.
period. No way around that, since you want "both servers" to reply to the
same fully qualified name.
You need to create a dummy site on the first server, that when hit on port
999 redirects to the IP of the second server.You cannot use the fully
qualified name, as it will basically tell the client to redirect to itself.
This will hose the URL as it will appear (
http://10.10.10.10:999/hello.htm ), or whatever. Do a search on how to use
"host headers" on the MS Support site.
what are you trying to do? Have 2 sites on one IIS server?
Your idea of 2 IIS servers to be used in this fashion is not a good one, but
it can sort of be done.
NuTs
"Rob Elder, MVP-Networking" <relder@thisisnotcorrect.com> wrote in message
news:uoEUHOI$DHA.2072@TK2MSFTNGP11.phx.gbl...
> It will work. User your IIS management console to change the default
port.
> Find it on the web properties, web site tab.
>
> "scott" <scottscotland@yahoo.com> wrote in message
> news:#8M8i7H$DHA.1548@TK2MSFTNGP12.phx.gbl...
> > Hi,
> >
> > I would like to add a second IIS machine in my DMZ. All HTTP traffic
> > currenly hits port 80 on my router and is forwarded to IIS1.
> >
> > If I setup the following can I run another IIS machine side by side:
> >
> > 1. setup url www.domain.co.uk and direct to my IP
> > 2. direct port 999 on router to IIS2
> > 3. enter www.domain.co.uk:999 in a web brower to hit IIS2.
> >
> > Will this work ?
> >
> > Do I also need to configure IIS2 to listen for incoming HTTP traffic on
> port
> > 999 ?
> >
> > If so how ?
> >
> > Thanks for your time.
> > Scott.
> >
> >
>
>
- Next message: nut cracker: "Re: Multiple IPs from same subnet on one NIC"
- Previous message: nut cracker: "Re: locate computer by MAC address"
- In reply to: Rob Elder, MVP-Networking: "Re: how to configure two IIS machines side by side ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|