Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Problem with Rebol in a LAN & How do you ping in Rebol?

 [1/8] from: the:optimizer:tiscali:it at: 27-Nov-2003 20:12


On Thu, 27 Nov 2003 13:52:09 +0100, Petr Krenzelok <[petr--krenzelok--trz--cz]> wrote:
> 1) try setting debugging mode: trace/net: true > 2) it surely should work. Do you have rebol NET settings set properly in
<<quoted lines omitted: 3>>
> 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

 [2/8] from: SunandaDH::aol::com at: 27-Nov-2003 14:21

Re: How do you ping in Rebol?


> BTW, what's the right way to make a ping in Rebol?
Unfortunately you can't....More info and some possible approaches at: http://www.compkarori.com/vanilla/display/Why+can't+I+ping Sunanda.

 [3/8] from: g:santilli:tiscalinet:it at: 28-Nov-2003 9:58

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


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 <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/

 [4/8] from: the:optimizer:tiscali:it at: 1-Dec-2003 0:24


On Fri, 28 Nov 2003 09:58:48 +0100, Gabriele Santilli <[g--santilli--tiscalinet--it]> 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

 [5/8] from: g:santilli:tiscalinet:it at: 1-Dec-2003 10:18


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 <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/

 [6/8] from: the:optimizer:tiscali:it at: 1-Dec-2003 22:38


On Mon, 1 Dec 2003 10:18:19 +0100, Gabriele Santilli <[g--santilli--tiscalinet--it]> wrote:
> Hi Mauro, > On Monday, December 1, 2003, 12:24:50 AM, you wrote:
<<quoted lines omitted: 3>>
> 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

 [7/8] from: g:santilli:tiscalinet:it at: 2-Dec-2003 10:16


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 <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/

 [8/8] from: the:optimizer:tiscali:it at: 2-Dec-2003 22:28


On Tue, 2 Dec 2003 10:16:10 +0100, Gabriele Santilli <[g--santilli--tiscalinet--it]> wrote:
> Hi Mauro, > On Monday, December 1, 2003, 10:38:35 PM, you wrote:
<<quoted lines omitted: 5>>
> MF> cannot connect to myself... > But, did you have a program listening on that port?
Ohmmm, ermmm.. well... ohohhhh... AAARGH! Yeah, yeah, I'm stupid I know... 8) Sorry... M&F

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted