[REBOL] Re: Problem with Rebol in a LAN & How do you ping in Rebol?

2003-12-02 Thread Mauro Fontana

On Tue, 2 Dec 2003 10:16:10 +0100, Gabriele Santilli 
<[EMAIL PROTECTED]> wrote:

>
> Hi Mauro,
>
> On Monday, December 1, 2003, 10:38:35 PM, you wrote:
>
> MF> That IP was mine. I do not have any personal firewall installed at 
> work so
> MF> I suppose it should be open.
> MF> BTW. I have tried to use Rebol disconnected by the LAN (cable out), 
> but I
> MF> cannot connect to myself...
>
> But, did you have a program listening on that port?

Ohmmm, ermmm.. well... oho... AAARGH!

Yeah, yeah, I'm stupid I know... 8)

Sorry...

M&F

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: Problem with Rebol in a LAN & How do you ping in Rebol?

2003-12-02 Thread Gabriele Santilli

Hi Mauro,

On Monday, December 1, 2003, 10:38:35 PM, you wrote:

MF> That IP was mine. I do not have any personal firewall installed at work so
MF> I suppose it should be open.
MF> BTW. I have tried to use Rebol disconnected by the LAN (cable out), but I
MF> cannot connect to myself...

But, did you have a program listening on that port?

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amiga Group Italia sez. L'Aquila  ---   SOON: http://www.rebol.it/

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: Problem with Rebol in a LAN & How do you ping in Rebol?

2003-12-01 Thread Mauro Fontana

On Mon, 1 Dec 2003 10:18:19 +0100, Gabriele Santilli 
<[EMAIL PROTECTED]> wrote:

>
> Hi Mauro,
>
> On Monday, December 1, 2003, 12:24:50 AM, you wrote:
>
> MF> Well, no code since now. I just tries a open
> MF> tcp://192.168.30.xxx:anyport MF> but that always report that it is 
> not possible to open the connection with
> MF> the selected IP.
>
> Was that port open on that destination machine?

That IP was mine. I do not have any personal firewall installed at work so 
I suppose it should be open.
BTW. I have tried to use Rebol disconnected by the LAN (cable out), but I 
cannot connect to myself...

OS is Windows 2000 SP3. I should try to configure the network from 
scratch...

Thanks anyway

M&F

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: Problem with Rebol in a LAN & How do you ping in Rebol?

2003-12-01 Thread Gabriele Santilli

Hi Mauro,

On Monday, December 1, 2003, 12:24:50 AM, you wrote:

MF> Well, no code since now. I just tries a open
MF> tcp://192.168.30.xxx:anyport 
MF> but that always report that it is not possible to open the connection with
MF> the selected IP.

Was that port open on that destination machine?

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amiga Group Italia sez. L'Aquila  ---   SOON: http://www.rebol.it/

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: Problem with Rebol in a LAN & How do you ping in Rebol?

2003-11-30 Thread Mauro Fontana

On Fri, 28 Nov 2003 09:58:48 +0100, Gabriele Santilli 
<[EMAIL PROTECTED]> wrote:

Hi,


> MF> BTW, what's the right way to make a ping in Rebol?
>
> You can't. However there's no reason why networking shouldn't work
> in REBOL if it works in other applications. I wonder, does:
>
> read http://www.rebol.com/
>
> work for you?

Not it doesn't as the firewall is filtering my IP number and does not allow 
me to connect directly with Internet

>
> Anyway, can you post your code?

Well, no code since now. I just tries a open tcp://192.168.30.xxx:anyport 
but that always report that it is not possible to open the connection with 
the selected IP. Even when the ip number is the same computer I'm using 
Rebol on.
May be the gateway address used to read the mails? That only accepts the 
address of the external pop3 server... but ping works internally...

I'll have a better look tomorrow.

Thanks anyway

M&F



-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: Problem with Rebol in a LAN & How do you ping in Rebol?

2003-11-28 Thread Gabriele Santilli

Hi Mauro,

On Thursday, November 27, 2003, 8:12:20 PM, you wrote:

MF> I should have the proper net setup, though I have not set any proxy server.

Actually  I  don't  think  SET-NET  has  anything  to do with your
problem,  as  long as you're just using tcp:// . And I don't think
you'll need a proxy to access machines on your LAN...


MF> BTW, what's the right way to make a ping in Rebol?

You can't. However there's no reason why networking shouldn't work
in REBOL if it works in other applications. I wonder, does:

   read http://www.rebol.com/

work for you?

Anyway, can you post your code?

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amiga Group Italia sez. L'Aquila  ---   SOON: http://www.rebol.it/

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.



[REBOL] Re: Problem with Rebol in a LAN & How do you ping in Rebol?

2003-11-27 Thread Mauro Fontana

On Thu, 27 Nov 2003 13:52:09 +0100, Petr Krenzelok <[EMAIL PROTECTED]> 
wrote:

> 1) try setting debugging mode: trace/net: true
> 2) it surely should work. Do you have rebol NET settings set properly in 
> your user.r? E.g. mine is:
> set-net [EMAIL PROTECTED] "orion.sec.trz.cz" "orion.sec.trz.cz" 
> "proxy.sec.trz.cz" 3128 generic]
>
> Imo - if you can ping other IP and there is no local (personal) firewall 
> software blocking the connection, it has to work :-)
>

Thanks for the answer.

I should have the proper net setup, though I have not set any proxy server.
I user "trace on" but it fleooded the console with too many info to 
understand something.
I use it at work, so I cannot give it too much time. I'll try the trace/net 
option.

BTW, what's the right way to make a ping in Rebol?

M&F

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.