Re: how to configure two IIS machines side by side ?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: nut cracker (nutcracker_at_internationalhacker.org)
Date: 02/26/04


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.
> >
> >
>
>



Relevant Pages

  • RE: Accessing private information
    ... you to sort the results by time the packet arrived, port, source, ... I want to see my yahoo messenger texts on the server. ... >> Through that server, network users are chatting by MSN, Yahoo ...
    (RedHat)
  • Re: IIS to IIS using kerberos and non-standard web port
    ... When you created the SPN for the backend server, ... "the Wininet.dll file does not pass the port number of the target Web ... Is IIS doing the same thing as IE when an IIS server contact another ...
    (microsoft.public.inetserver.iis.security)
  • Re: IIS outgoing http vulnerability
    ... Not an IIS server sending data out to some remote ... are unsolicited connections from external sources. ... Now, if your webserver is a public server, and accepts connections on port ...
    (microsoft.public.inetserver.iis.security)
  • Re: Server on DMZ
    ... Or if you are really paranoid and must have an IIS server ... forward port 1433 from your IIS server to the SQL ... you only have to have the firewall ...
    (microsoft.public.sqlserver.security)
  • Re: ASP.NET SMTP Email issue with IIS 6.0 on Win Server 2003
    ... Problem solved, sort of i guess. ... 'All except listed below' was checked for both and the default SMTP ... server was using port 25 and i could send email by ASP so that was ...
    (microsoft.public.dotnet.framework.aspnet)