Networking Forums

Networking Forums > Computer Networking > Windows Networking > IIS6 + NLB - the network location cannot be reached

Reply
Thread Tools Display Modes

IIS6 + NLB - the network location cannot be reached

 
 
fabio
Guest
Posts: n/a

 
      09-13-2007, 03:22 PM
hi experts,
my problem is quite strange&hard to solve for me, maybe one of you could
help me.
my configuration:
2 machines 10.1.1.15 and 10.1.1.16
each machine has 5 aliases .30 .31 .40 .41 .100
addresses .30 31 40 41 are used for a web site each, the .100 is used for a
cluster in network load balancing (nlb)
this configuration works well using httpcfg.exe by microsoft to do not
permit to the iis service to bind on all ip addresses.
but...
i must add 1 new website and my boss does not want it in cluster, just
standalone (wtf, damn' boss!)
so...
i have added one more ip address to the machine 10.1.1.16 (new address is
..23) and associated the new website to the ip address.
when i click on "start" to start my new website on IIS6, it says:
"the network location cannot be reached. for information about bla bla
bla...."
i post below some more informations
systems are win 2003
C:\Program Files\Support Tools>httpcfg query iplisten
IP : 10.1.1.30
------------------------------------------------------------
IP : 10.1.1.31
------------------------------------------------------------
IP : 10.1.1.40
------------------------------------------------------------
IP : 10.1.1.41
------------------------------------------------------------
IP : 10.1.1.16
------------------------------------------------------------
IP : 10.1.1.23
------------------------------------------------------------

if i bind my website to the .16 address but in a port *different* than 80,
it works!....
please help me
regards, fabio
 
Reply With Quote
 
 
 
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      09-13-2007, 04:36 PM
why not just use host header ?
you may have all website just under one ip (let's two, all under the nlb,
and some on the server's own ip)

SSL can be also done with host header through a VBscript

--
Cordialement,
Mathieu CHATEAU
http://lordoftheping.blogspot.com


"fabio" <(E-Mail Removed)> wrote in message
news:4F53C0B7-6189-4CFC-981C-(E-Mail Removed)...
> hi experts,
> my problem is quite strange&hard to solve for me, maybe one of you could
> help me.
> my configuration:
> 2 machines 10.1.1.15 and 10.1.1.16
> each machine has 5 aliases .30 .31 .40 .41 .100
> addresses .30 31 40 41 are used for a web site each, the .100 is used for
> a
> cluster in network load balancing (nlb)
> this configuration works well using httpcfg.exe by microsoft to do not
> permit to the iis service to bind on all ip addresses.
> but...
> i must add 1 new website and my boss does not want it in cluster, just
> standalone (wtf, damn' boss!)
> so...
> i have added one more ip address to the machine 10.1.1.16 (new address is
> .23) and associated the new website to the ip address.
> when i click on "start" to start my new website on IIS6, it says:
> "the network location cannot be reached. for information about bla bla
> bla...."
> i post below some more informations
> systems are win 2003
> C:\Program Files\Support Tools>httpcfg query iplisten
> IP : 10.1.1.30
> ------------------------------------------------------------
> IP : 10.1.1.31
> ------------------------------------------------------------
> IP : 10.1.1.40
> ------------------------------------------------------------
> IP : 10.1.1.41
> ------------------------------------------------------------
> IP : 10.1.1.16
> ------------------------------------------------------------
> IP : 10.1.1.23
> ------------------------------------------------------------
>
> if i bind my website to the .16 address but in a port *different* than 80,
> it works!....
> please help me
> regards, fabio


 
Reply With Quote
 
fabio
Guest
Posts: n/a

 
      09-14-2007, 02:04 PM
great great great solution!
thanks expert, this is a great workaround to my problem. it does not reveal
the real solution to the problem but it does not matter, i'm too happy to
view the f**** IIS working ))
i spent my week fighting with this hell's product and now i'm FREEEEEEEEEE
))))
ciao,
fabio



"Mathieu CHATEAU" wrote:

> why not just use host header ?
> you may have all website just under one ip (let's two, all under the nlb,
> and some on the server's own ip)
>
> SSL can be also done with host header through a VBscript
>
> --
> Cordialement,
> Mathieu CHATEAU
> http://lordoftheping.blogspot.com
>
>
> "fabio" <(E-Mail Removed)> wrote in message
> news:4F53C0B7-6189-4CFC-981C-(E-Mail Removed)...
> > hi experts,
> > my problem is quite strange&hard to solve for me, maybe one of you could
> > help me.
> > my configuration:
> > 2 machines 10.1.1.15 and 10.1.1.16
> > each machine has 5 aliases .30 .31 .40 .41 .100
> > addresses .30 31 40 41 are used for a web site each, the .100 is used for
> > a
> > cluster in network load balancing (nlb)
> > this configuration works well using httpcfg.exe by microsoft to do not
> > permit to the iis service to bind on all ip addresses.
> > but...
> > i must add 1 new website and my boss does not want it in cluster, just
> > standalone (wtf, damn' boss!)
> > so...
> > i have added one more ip address to the machine 10.1.1.16 (new address is
> > .23) and associated the new website to the ip address.
> > when i click on "start" to start my new website on IIS6, it says:
> > "the network location cannot be reached. for information about bla bla
> > bla...."
> > i post below some more informations
> > systems are win 2003
> > C:\Program Files\Support Tools>httpcfg query iplisten
> > IP : 10.1.1.30
> > ------------------------------------------------------------
> > IP : 10.1.1.31
> > ------------------------------------------------------------
> > IP : 10.1.1.40
> > ------------------------------------------------------------
> > IP : 10.1.1.41
> > ------------------------------------------------------------
> > IP : 10.1.1.16
> > ------------------------------------------------------------
> > IP : 10.1.1.23
> > ------------------------------------------------------------
> >
> > if i bind my website to the .16 address but in a port *different* than 80,
> > it works!....
> > please help me
> > regards, fabio

>
>

 
Reply With Quote
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      09-14-2007, 03:47 PM
great

--
Cordialement,
Mathieu CHATEAU
http://lordoftheping.blogspot.com


"fabio" <(E-Mail Removed)> wrote in message
news:F613CE48-261C-4123-A210-(E-Mail Removed)...
> great great great solution!
> thanks expert, this is a great workaround to my problem. it does not
> reveal
> the real solution to the problem but it does not matter, i'm too happy to
> view the f**** IIS working ))
> i spent my week fighting with this hell's product and now i'm FREEEEEEEEEE
> ))))
> ciao,
> fabio
>
>
>
> "Mathieu CHATEAU" wrote:
>
>> why not just use host header ?
>> you may have all website just under one ip (let's two, all under the
>> nlb,
>> and some on the server's own ip)
>>
>> SSL can be also done with host header through a VBscript
>>
>> --
>> Cordialement,
>> Mathieu CHATEAU
>> http://lordoftheping.blogspot.com
>>
>>
>> "fabio" <(E-Mail Removed)> wrote in message
>> news:4F53C0B7-6189-4CFC-981C-(E-Mail Removed)...
>> > hi experts,
>> > my problem is quite strange&hard to solve for me, maybe one of you
>> > could
>> > help me.
>> > my configuration:
>> > 2 machines 10.1.1.15 and 10.1.1.16
>> > each machine has 5 aliases .30 .31 .40 .41 .100
>> > addresses .30 31 40 41 are used for a web site each, the .100 is used
>> > for
>> > a
>> > cluster in network load balancing (nlb)
>> > this configuration works well using httpcfg.exe by microsoft to do not
>> > permit to the iis service to bind on all ip addresses.
>> > but...
>> > i must add 1 new website and my boss does not want it in cluster, just
>> > standalone (wtf, damn' boss!)
>> > so...
>> > i have added one more ip address to the machine 10.1.1.16 (new address
>> > is
>> > .23) and associated the new website to the ip address.
>> > when i click on "start" to start my new website on IIS6, it says:
>> > "the network location cannot be reached. for information about bla bla
>> > bla...."
>> > i post below some more informations
>> > systems are win 2003
>> > C:\Program Files\Support Tools>httpcfg query iplisten
>> > IP : 10.1.1.30
>> > ------------------------------------------------------------
>> > IP : 10.1.1.31
>> > ------------------------------------------------------------
>> > IP : 10.1.1.40
>> > ------------------------------------------------------------
>> > IP : 10.1.1.41
>> > ------------------------------------------------------------
>> > IP : 10.1.1.16
>> > ------------------------------------------------------------
>> > IP : 10.1.1.23
>> > ------------------------------------------------------------
>> >
>> > if i bind my website to the .16 address but in a port *different* than
>> > 80,
>> > it works!....
>> > please help me
>> > regards, fabio

>>
>>


 
Reply With Quote
 
Anthony
Guest
Posts: n/a

 
      09-14-2007, 04:39 PM
Well done Mathieu!!


"Mathieu CHATEAU" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> great
>
> --
> Cordialement,
> Mathieu CHATEAU
> http://lordoftheping.blogspot.com
>
>
> "fabio" <(E-Mail Removed)> wrote in message
> news:F613CE48-261C-4123-A210-(E-Mail Removed)...
>> great great great solution!
>> thanks expert, this is a great workaround to my problem. it does not
>> reveal
>> the real solution to the problem but it does not matter, i'm too happy to
>> view the f**** IIS working ))
>> i spent my week fighting with this hell's product and now i'm
>> FREEEEEEEEEE
>> ))))
>> ciao,
>> fabio
>>
>>
>>
>> "Mathieu CHATEAU" wrote:
>>
>>> why not just use host header ?
>>> you may have all website just under one ip (let's two, all under the
>>> nlb,
>>> and some on the server's own ip)
>>>
>>> SSL can be also done with host header through a VBscript
>>>
>>> --
>>> Cordialement,
>>> Mathieu CHATEAU
>>> http://lordoftheping.blogspot.com
>>>
>>>
>>> "fabio" <(E-Mail Removed)> wrote in message
>>> news:4F53C0B7-6189-4CFC-981C-(E-Mail Removed)...
>>> > hi experts,
>>> > my problem is quite strange&hard to solve for me, maybe one of you
>>> > could
>>> > help me.
>>> > my configuration:
>>> > 2 machines 10.1.1.15 and 10.1.1.16
>>> > each machine has 5 aliases .30 .31 .40 .41 .100
>>> > addresses .30 31 40 41 are used for a web site each, the .100 is used
>>> > for
>>> > a
>>> > cluster in network load balancing (nlb)
>>> > this configuration works well using httpcfg.exe by microsoft to do not
>>> > permit to the iis service to bind on all ip addresses.
>>> > but...
>>> > i must add 1 new website and my boss does not want it in cluster, just
>>> > standalone (wtf, damn' boss!)
>>> > so...
>>> > i have added one more ip address to the machine 10.1.1.16 (new address
>>> > is
>>> > .23) and associated the new website to the ip address.
>>> > when i click on "start" to start my new website on IIS6, it says:
>>> > "the network location cannot be reached. for information about bla bla
>>> > bla...."
>>> > i post below some more informations
>>> > systems are win 2003
>>> > C:\Program Files\Support Tools>httpcfg query iplisten
>>> > IP : 10.1.1.30
>>> > ------------------------------------------------------------
>>> > IP : 10.1.1.31
>>> > ------------------------------------------------------------
>>> > IP : 10.1.1.40
>>> > ------------------------------------------------------------
>>> > IP : 10.1.1.41
>>> > ------------------------------------------------------------
>>> > IP : 10.1.1.16
>>> > ------------------------------------------------------------
>>> > IP : 10.1.1.23
>>> > ------------------------------------------------------------
>>> >
>>> > if i bind my website to the .16 address but in a port *different* than
>>> > 80,
>>> > it works!....
>>> > please help me
>>> > regards, fabio
>>>
>>>

>



 
Reply With Quote
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      09-14-2007, 08:28 PM
thanks guy

--
Cordialement,
Mathieu CHATEAU
http://lordoftheping.blogspot.com


"Anthony" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Well done Mathieu!!
>
>
> "Mathieu CHATEAU" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> great
>>
>> --
>> Cordialement,
>> Mathieu CHATEAU
>> http://lordoftheping.blogspot.com
>>
>>
>> "fabio" <(E-Mail Removed)> wrote in message
>> news:F613CE48-261C-4123-A210-(E-Mail Removed)...
>>> great great great solution!
>>> thanks expert, this is a great workaround to my problem. it does not
>>> reveal
>>> the real solution to the problem but it does not matter, i'm too happy
>>> to
>>> view the f**** IIS working ))
>>> i spent my week fighting with this hell's product and now i'm
>>> FREEEEEEEEEE
>>> ))))
>>> ciao,
>>> fabio
>>>
>>>
>>>
>>> "Mathieu CHATEAU" wrote:
>>>
>>>> why not just use host header ?
>>>> you may have all website just under one ip (let's two, all under the
>>>> nlb,
>>>> and some on the server's own ip)
>>>>
>>>> SSL can be also done with host header through a VBscript
>>>>
>>>> --
>>>> Cordialement,
>>>> Mathieu CHATEAU
>>>> http://lordoftheping.blogspot.com
>>>>
>>>>
>>>> "fabio" <(E-Mail Removed)> wrote in message
>>>> news:4F53C0B7-6189-4CFC-981C-(E-Mail Removed)...
>>>> > hi experts,
>>>> > my problem is quite strange&hard to solve for me, maybe one of you
>>>> > could
>>>> > help me.
>>>> > my configuration:
>>>> > 2 machines 10.1.1.15 and 10.1.1.16
>>>> > each machine has 5 aliases .30 .31 .40 .41 .100
>>>> > addresses .30 31 40 41 are used for a web site each, the .100 is
>>>> > used for
>>>> > a
>>>> > cluster in network load balancing (nlb)
>>>> > this configuration works well using httpcfg.exe by microsoft to do
>>>> > not
>>>> > permit to the iis service to bind on all ip addresses.
>>>> > but...
>>>> > i must add 1 new website and my boss does not want it in cluster,
>>>> > just
>>>> > standalone (wtf, damn' boss!)
>>>> > so...
>>>> > i have added one more ip address to the machine 10.1.1.16 (new
>>>> > address is
>>>> > .23) and associated the new website to the ip address.
>>>> > when i click on "start" to start my new website on IIS6, it says:
>>>> > "the network location cannot be reached. for information about bla
>>>> > bla
>>>> > bla...."
>>>> > i post below some more informations
>>>> > systems are win 2003
>>>> > C:\Program Files\Support Tools>httpcfg query iplisten
>>>> > IP : 10.1.1.30
>>>> > ------------------------------------------------------------
>>>> > IP : 10.1.1.31
>>>> > ------------------------------------------------------------
>>>> > IP : 10.1.1.40
>>>> > ------------------------------------------------------------
>>>> > IP : 10.1.1.41
>>>> > ------------------------------------------------------------
>>>> > IP : 10.1.1.16
>>>> > ------------------------------------------------------------
>>>> > IP : 10.1.1.23
>>>> > ------------------------------------------------------------
>>>> >
>>>> > if i bind my website to the .16 address but in a port *different*
>>>> > than 80,
>>>> > it works!....
>>>> > please help me
>>>> > regards, fabio
>>>>
>>>>

>>

>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IIS6 on Windows XP with Dynamic IP RG Windows Networking 4 02-19-2010 08:16 PM
IIS6 / Connection Limit Phil Lang Windows Networking 1 04-16-2007 01:01 PM
Can't join domain because "The network location cannot be reached" Terence Windows Networking 3 01-05-2007 08:50 PM
SNMP MIB's for IIS6.0 ? Marlon Brown Windows Networking 0 01-20-2006 02:22 PM
The network location cannot be reached Mezlo Windows Networking 0 11-16-2005 11:00 PM



1 2 3 4 5 6 7 8 9 10 11