It seems to me what IIS have some bug or intend to work wrongly with Java.
If www service of IIS shutted down there are no problem to have working third party 
web servers (two instances of orion server) on same port but different IP addresses on 
same Ethernet interface.

Consider you options:
-use third perty webserver
-use different port and map port 80 on your firewall to web server's listening port on 
your computer.

Hope it will help.

----- Original Message ----- 
From: "Morten Raahede Knudsen" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Thursday, January 10, 2002 4:51 AM
Subject: Re: question about ip allocation


> 
> Hi all
> 
> Thanks for all your informative responses!
> 
> >Sorry but that is just not true.  You can have two processes each with
> their
> >own address listening on the same port.  In fact you can have a process per
> >address since the unique combination must be address and port, the kernel
> >sorts all the rest out.  If you have netcat installed on your linux machine
> >try the following nc -s ip1 -l -p 2000 in another terminal run nc -s
> >ip2 -l -p 2000.  Both processes will be bound to port 2000 and you can
> >connect to each as you would expect.
> 
> >The original poster's problem is likely that he does not have IIS properly
> >configured to listen on only one address.
> 
> This is very interesting I've downloaded netcat for Windows 2000. I can't
> execute those two commands you've suggested.
> 
> On the second command it says:
> 
> "Can't grab 192.168.1.86:2000 with bind"
> 
> Either the two versions of netcat differ or maybe it doesn't work on
> Windows?
> 
> Thanks in advance,
> 
> Morten Raahede Knudsen
> ------------------------------------------------------------
>  Morten Raahede Knudsen                 [EMAIL PROTECTED]
>  Programmør
> 
>  Bilpriser.dk
>  Tolderlundsvej 16
>  DK-5000 Odense C
> 
>  Telefon +45 6314 6065
>  Telefax +45 6619 2164
> ------------------------------------------------------------
>  Ved du hvad din bil er værd? Besøg http://www.bilpriser.dk
> 
> 
> 
> 

Reply via email to