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

[REBOL] Rugby

From: yrochon:redactek at: 10-Mar-2003 10:22

I try to use Rugby protocol by doing this, first I setup the server: * >>do %rugby-base.r * >>triple: func [n [integer!]][3 * n] * >>serve [triple] Everything is working well, so I setup the client: * >>do %rugby-base.r * >>do get-rugby-service http://63.203.208.251:8002 <http://63.203.208.251:8002/> * >>triple 3 So as you must expect, I receive 9 as answer. I know that the server is running very well inside my network, and now I setup my router to forward request on port 8002 to the appropriate machine (192.168.1.102). I have a contact outside that is doing the exact same thing to setup its client and he receives this message when he tries to execute the function: ** Access Error: Cannot connect to 192.168.1.102 ** Where: open-proto ** Near: return to-result read/custom proxy reduce I also tried to use this parameter when I started the server: * serve/restrict [triple] [65.125.103.100] Same error message happened. If you have any idea what I could do wrong. Thanks! yanick.rochon; Consultant(informatique); www.redactek.com;