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

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

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 > your user.r? E.g. mine is: > set-net [[petr--krenzelok--trz--cz] "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