Re: IIS7 is binding to too many IP addresses
- From: "Steve Schofield" <steve@xxxxxxxxxxx>
- Date: Fri, 26 Jun 2009 04:54:52 -0400
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
.
- Prev by Date: Blocked word in URL
- Next by Date: Re: Is there any way to bind a particular address for outbound traffic
- Previous by thread: Blocked word in URL
- Next by thread: Re: Is there any way to bind a particular address for outbound traffic
- Index(es):
Relevant Pages
|