When I try >> port/host I get Script Error  "port has no value"  I'm using a
cable modem;  probably my User Preferences isn't set up properly, but 'send
works ok.
Russell [EMAIL PROTECTED]
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 12, 1999 5:51 AM
Subject: [REBOL] Is it possible to obtain IP address of incoming connection?
Re:(2)


>
>
> [EMAIL PROTECTED] wrote:
>
> > Hi Petr,
> >
> > Try peeking at port/host and port/port-id using 2.2. You may be
pleasantly
> > surprised! ;-)
>
> Huh, you guys are magicians ;-)
>
> Thanks,
>
> -pekr-
>
> >
> >
> >   - jim
> >
> > At 01:16 PM 11/12/99 +0100, you wrote:
> > >Hi,
> > >
> > >let's assume following scenario:
> > >
> > >my-rebol-machine:
> > >-------------------
> > >
> > >listen: open/lines tcp://:8001
> > >port: first wait listen
> > >
> > >remote-rebol-machine:
> > >-----------------------
> > >
> > >remote: open/lines tcp://my-rebol-machine-ip:8001
> > >
> > >
> > >
> > >Is it possible in any way to test 'port or 'listen which IP address
> > >connection comes from? If not, - why? Does it break any
> > >ethic/moral/privacy rules? Imposible because of TCP/IP architecture?
> > >
> > >... If it would be possible, it would allow us to filter out unwanted
> > >connections, e.g. "if found? find port/host "194.196.81" ....
> > >
> > >
> > >Thanks,
> > >
> > >-pekr-
>

Reply via email to