Re: question about ip allocation

2002-01-10 Thread Morten Raahede Knudsen


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






Re: question about ip allocation

2002-01-09 Thread Morten Raahede Knudsen

Hi

Thanks for your answers!

>try adding a host="x.x.x.x" attribute to the web-site tag in
>default-web-site.xml

I have tried that, it only oanswers on the given address, but it still seems
 to block for other servers on other ip addresses.

>Try changing the port number that Orion accepts requests from 80 to a
>different unused value e.g 2002.
>So that the url will look something like http://127.0.0.1:2002

This will give problems for users with firewalls.

I'm still open for suggestions!

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






question about ip allocation

2002-01-08 Thread Morten Raahede Knudsen

Hi

I'm sorry if this is a newbie question, but I haven't found the answer in
the archive.
My machine has two IP addresses.
In my web-site.xml I have specifically set Orion to use one of those ip
addresses.
It only answers on that specific ip address.
However, when another server (IIS) tries to use the other IP adress on the
same port number (80),
IIS refuses to start as it replies ("Address already in use")

Does anyone have a solution?

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