Re: IIS7 is binding to too many IP addresses

Tech-Archive recommends: Fix windows errors by optimizing your registry




You would use netsh.

http://weblogs.asp.net/steveschofield/archive/2007/07/06/iis7-post-44-iis7-and-apache-on-the-same-machine.aspx

Thank you,

Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield

http://www.IISLogs.com
Log archival solution
Install, Configure, Forget

"Cartoper" <cartoper@xxxxxxxxx> wrote in message
news:80bbe927-88b0-4577-b6d6-5c9d6c2b8869@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
My Windows Server 2008 has mulitple IP addresses assigned to the one
NIC. I need IIS7 to only bind to one of the IP address so another
application can bind to the other IP address. How do I do it?

*** I already have the binding for the default web site set to bind
only to one IP address but the server is still binding to all the IP
address ***

I know this because when I start IIS7's default web site and run
netstate -ao, I get this:

TCP 0.0.0.0:80 <servername>:0 LISTENING 4
TCP [::]:80 <servername>:0 LISTENING 4

When I stop the default web site, this line goes away.

I am assuming that IIS7 is binding to everything and when a request
comes in on the IP address the default web site is binding to, directs
it to the default web site, otherwise it drops the packet.

So how do I get IIS to reallly bind to just one IP address?

Cartoper


.



Relevant Pages

  • IIS7 is binding to too many IP addresses
    ... I need IIS7 to only bind to one of the IP address so another ... only to one IP address but the server is still binding to all the IP ... I know this because when I start IIS7's default web site and run ... I am assuming that IIS7 is binding to everything and when a request ...
    (microsoft.public.inetserver.iis)
  • Re: IIS7 is binding to too many IP addresses
    ... I need IIS7 to only bind to one of the IP address so another ... only to one IP address but the server is still binding to all the IP ... I know this because when I start IIS7's default web site and run ... So how do I get IIS to reallly bind to just one IP address? ...
    (microsoft.public.inetserver.iis)
  • Re: IIS7 is binding to too many IP addresses
    ... Windows Server MVP - IIS ... I need IIS7 to only bind to one of the IP address so another ... only to one IP address but the server is still binding to all the IP ... I know this because when I start IIS7's default web site and run ...
    (microsoft.public.inetserver.iis)
  • Performance and early/late binding
    ... There are some very interesting trade-offs among time of binding, ... for both the initial bind and for each call. ... Calls would have even more overhead because of the communications ... flexibility and control are all balancing acts. ...
    (comp.lang.cobol)
  • Re: bind HTML table to ADO persisted recordset client-side
    ... > code rather than binding would be faster. ... Mark ... >>> Also after skimming the docs, I replaced the sql and connect params ... >> Are you paging the data or causing it to bind all 650 rows before the ...
    (microsoft.public.data.ado)