[REBOL] Re: Binding server ports to specific host IPs
From: gscottjones:mchsi at: 10-Aug-2002 6:04
<snip>
From: Scott Jones
> >You should be able to specify the actual IP that you wish to use on your
> >machine, like:
> >server-port: open/lines tcp://192.168.0.1:4321
>
From: "Brian Hawley"
> You should, but what you have just done is open a client port.
> A server port is opened from specs like tcp://:4321 . You are
> not given the opportunity to specify which of your server IPs
> to bind to, or if you are I am asking would like to know how.
Hi, Brian,
I see what you are saying. My mistake. I don't know the answer either.
Sorry.
--Scott Jones