[REBOL] Re: Problem with Rebol in a LAN
From: petr:krenzelok:trz:cz at: 27-Nov-2003 13:52
Mauro Fontana wrote:
>Hi all,
>I would like to use Rebol in a LAN to write some simple client/server apps
>but I find it impossible to do any communication with any other computer on
>the LAN.
>That is I cannot open any TCP or UDP port on any computer. Actually even a
>open tcp://myhost:anynumber works.
>
>We have a firewall on the LAN that checks for external accesses (that is
>towards Internet) but I do not think it can influence internal packet
>transmission.
>
>So, can anyone help me sirting this problem out?
>
>I hope the given info is enough.
>
>M&F
>
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 :-)
-pekr-