Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

IIS grabbing all available IP addresses

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  How To Enable NTP Time Server  
Author Message
if_you_want_my

External


Since: Sep 19, 2003
Posts: 11



(Msg. 1) Posted: Fri Sep 19, 2003 6:18 pm
Post subject: IIS grabbing all available IP addresses
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,

I'm trying to setup a demo environment where I have Apache running as a
reverse proxy and IIS as the backend server, both on the same W2K machine
(remember it's just a demo Smile ).

So, what I've done:

* configured two IP addresses on my network card, 10.255.3.1 and 10.255.3.2
* edited my hosts file:
10.255.3.1 iis.foo.com iis
10.255.3.2 apache.foo.com apache
* edited the apache httpd.conf file to bind to a particular ip address:
Listen 10.255.3.2:80
ServerName apache.foo.com:80
* from Start -> Programs -> Administrative Tools -> Internet Services
Manager -> Default Web Site -> Properties, change the IP address setting to
10.255.3.1 instead of (All Unassigned)
* bounced both Apache and IIS Admin service

However, it still appears that IIS is grabbing all IP addresses, preventing
Apache from starting on the same machine. To test, I:

* stopped everything -> telnet 10.255.3.1 80 and telnet 10.255.3.2 80. both
failed as expected and desired.
* started IIS -> same as above -> both worked. not as expected or desired,
I only want 10.255.3.1 80 to work.
* stopped IIS and started Apache -> same as above. 10.255.3.1 failed, and
10.255.3.2 worked. as desired and expected.

So, is this yet another bug in a Microsoft product? I REALLY don't want to
have to switch from port 80, as it introduces other hassles.

Perhaps the best thing to do is disable IIS and just run with multiple
Apache virtual servers???

Thanks,
Scott

 >> Stay informed about: IIS grabbing all available IP addresses 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 2) Posted: Fri Sep 19, 2003 7:03 pm
Post subject: Re: IIS grabbing all available IP addresses [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You can disable this behaviour:
http://support.microsoft.com/?id=259349

(something is a little whacked in the MS KB at the moment - looks like
someone has one too many table-related tags in the HTML source. You need to
scroll down to see the actual text of the KB article).

Cheers
Ken

"Scott" <if_you_want_my_email_ask_in_a_post.RemoveThis@please.com> wrote in message
news:%23m3001mfDHA.2236@TK2MSFTNGP12.phx.gbl...
: Hi,
:
: I'm trying to setup a demo environment where I have Apache running as a
: reverse proxy and IIS as the backend server, both on the same W2K machine
: (remember it's just a demo Smile ).
:
: So, what I've done:
:
: * configured two IP addresses on my network card, 10.255.3.1 and
10.255.3.2
: * edited my hosts file:
: 10.255.3.1 iis.foo.com iis
: 10.255.3.2 apache.foo.com apache
: * edited the apache httpd.conf file to bind to a particular ip address:
: Listen 10.255.3.2:80
: ServerName apache.foo.com:80
: * from Start -> Programs -> Administrative Tools -> Internet Services
: Manager -> Default Web Site -> Properties, change the IP address setting
to
: 10.255.3.1 instead of (All Unassigned)
: * bounced both Apache and IIS Admin service
:
: However, it still appears that IIS is grabbing all IP addresses,
preventing
: Apache from starting on the same machine. To test, I:
:
: * stopped everything -> telnet 10.255.3.1 80 and telnet 10.255.3.2 80.
both
: failed as expected and desired.
: * started IIS -> same as above -> both worked. not as expected or
desired,
: I only want 10.255.3.1 80 to work.
: * stopped IIS and started Apache -> same as above. 10.255.3.1 failed, and
: 10.255.3.2 worked. as desired and expected.
:
: So, is this yet another bug in a Microsoft product? I REALLY don't want
to
: have to switch from port 80, as it introduces other hassles.
:
: Perhaps the best thing to do is disable IIS and just run with multiple
: Apache virtual servers???
:
: Thanks,
: Scott
:
:
:

 >> Stay informed about: IIS grabbing all available IP addresses 
Back to top
Login to vote
qbernard

External


Since: Sep 05, 2003
Posts: 407



(Msg. 3) Posted: Fri Sep 19, 2003 7:03 pm
Post subject: Re: IIS grabbing all available IP addresses [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

hahaha... I believed MS is refreshing the KB new look and feel.
Morning is even worse, I have to clear my cookies and cache files.

weird. the applies to - now is located at the bottom.

--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
Please respond to newsgroups only ...


"Ken Schaefer" <kenREMOVE.RemoveThis@THISadOpenStatic.com> wrote in message
news:eWiL$OnfDHA.2484@TK2MSFTNGP09.phx.gbl...
 > You can disable this behaviour:
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=259349</font" target="_blank">http://support.microsoft.com/?id=259349</font</a>>
 >
 > (something is a little whacked in the MS KB at the moment - looks like
 > someone has one too many table-related tags in the HTML source. You need
to
 > scroll down to see the actual text of the KB article).
 >
 > Cheers
 > Ken
 >
 > "Scott" <if_you_want_my_email_ask_in_a_post.RemoveThis@please.com> wrote in message
 > news:%23m3001mfDHA.2236@TK2MSFTNGP12.phx.gbl...
 > : Hi,
 > :
 > : I'm trying to setup a demo environment where I have Apache running as a
 > : reverse proxy and IIS as the backend server, both on the same W2K
machine
 > : (remember it's just a demo Smile ).
 > :
 > : So, what I've done:
 > :
 > : * configured two IP addresses on my network card, 10.255.3.1 and
 > 10.255.3.2
 > : * edited my hosts file:
 > : 10.255.3.1 iis.foo.com iis
 > : 10.255.3.2 apache.foo.com apache
 > : * edited the apache httpd.conf file to bind to a particular ip address:
 > : Listen 10.255.3.2:80
 > : ServerName apache.foo.com:80
 > : * from Start -> Programs -> Administrative Tools -> Internet Services
 > : Manager -> Default Web Site -> Properties, change the IP address setting
 > to
 > : 10.255.3.1 instead of (All Unassigned)
 > : * bounced both Apache and IIS Admin service
 > :
 > : However, it still appears that IIS is grabbing all IP addresses,
 > preventing
 > : Apache from starting on the same machine. To test, I:
 > :
 > : * stopped everything -> telnet 10.255.3.1 80 and telnet 10.255.3.2 80.
 > both
 > : failed as expected and desired.
 > : * started IIS -> same as above -> both worked. not as expected or
 > desired,
 > : I only want 10.255.3.1 80 to work.
 > : * stopped IIS and started Apache -> same as above. 10.255.3.1 failed,
and
 > : 10.255.3.2 worked. as desired and expected.
 > :
 > : So, is this yet another bug in a Microsoft product? I REALLY don't want
 > to
 > : have to switch from port 80, as it introduces other hassles.
 > :
 > : Perhaps the best thing to do is disable IIS and just run with multiple
 > : Apache virtual servers???
 > :
 > : Thanks,
 > : Scott
 > :
 > :
 > :
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS grabbing all available IP addresses 
Back to top
Login to vote
if_you_want_my

External


Since: Sep 19, 2003
Posts: 11



(Msg. 4) Posted: Sat Sep 20, 2003 3:25 pm
Post subject: Re: IIS grabbing all available IP addresses [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Ken, much appreciated!

"Ken Schaefer" <kenREMOVE.RemoveThis@THISadOpenStatic.com> wrote in message
news:eWiL$OnfDHA.2484@TK2MSFTNGP09.phx.gbl...
 > You can disable this behaviour:
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/?id=259349</font" target="_blank">http://support.microsoft.com/?id=259349</font</a>>
 >
 > (something is a little whacked in the MS KB at the moment - looks like
 > someone has one too many table-related tags in the HTML source. You need
to
 > scroll down to see the actual text of the KB article).
 >
 > Cheers
 > Ken
 >
 > "Scott" <if_you_want_my_email_ask_in_a_post.RemoveThis@please.com> wrote in message
 > news:%23m3001mfDHA.2236@TK2MSFTNGP12.phx.gbl...
 > : Hi,
 > :
 > : I'm trying to setup a demo environment where I have Apache running as a
 > : reverse proxy and IIS as the backend server, both on the same W2K
machine
 > : (remember it's just a demo Smile ).
 > :
 > : So, what I've done:
 > :
 > : * configured two IP addresses on my network card, 10.255.3.1 and
 > 10.255.3.2
 > : * edited my hosts file:
 > : 10.255.3.1 iis.foo.com iis
 > : 10.255.3.2 apache.foo.com apache
 > : * edited the apache httpd.conf file to bind to a particular ip address:
 > : Listen 10.255.3.2:80
 > : ServerName apache.foo.com:80
 > : * from Start -> Programs -> Administrative Tools -> Internet Services
 > : Manager -> Default Web Site -> Properties, change the IP address setting
 > to
 > : 10.255.3.1 instead of (All Unassigned)
 > : * bounced both Apache and IIS Admin service
 > :
 > : However, it still appears that IIS is grabbing all IP addresses,
 > preventing
 > : Apache from starting on the same machine. To test, I:
 > :
 > : * stopped everything -> telnet 10.255.3.1 80 and telnet 10.255.3.2 80.
 > both
 > : failed as expected and desired.
 > : * started IIS -> same as above -> both worked. not as expected or
 > desired,
 > : I only want 10.255.3.1 80 to work.
 > : * stopped IIS and started Apache -> same as above. 10.255.3.1 failed,
and
 > : 10.255.3.2 worked. as desired and expected.
 > :
 > : So, is this yet another bug in a Microsoft product? I REALLY don't want
 > to
 > : have to switch from port 80, as it introduces other hassles.
 > :
 > : Perhaps the best thing to do is disable IIS and just run with multiple
 > : Apache virtual servers???
 > :
 > : Thanks,
 > : Scott
 > :
 > :
 > :
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS grabbing all available IP addresses 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]