Hi I have re-run my tutorial quickly to ckeck for any mistake. It seems OK and runs fine for me between two Windows 98 machine.
I think you have a problem on the server side. It is as if you were not using the port 8002, because I got the same error (almost) when I change 8002 for 8001. - For my tutorial, I have used rugby, version: 4.3.0. Check your version. Inspect the source looking for 8002. - You can try to use another port with something like serve/with tcp://:9005 on the server side and do get-rugby-service http://192.168.1.51:9005 on the client side. - You may try to test the tutorial on the same machine with two rebol console. For that, you can use both your IP address or 127.0.0.1 (which is localhost). HTH Patrick ----- Original Message ----- From: "Ammon Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 28, 2002 10:34 AM Subject: [REBOL] Rugby > Hi, > > One more user attempts to walk into the rugby fold, but gets knowcked down at > the door. ;-) I have tried to use pat665's tutorial but I meet the following > problem from the "client" machine: > > >> do get-rugby-service http://172.30.8.11:8002 > ** Access Error: Cannot connect to 172.30.8.11 > ** Where: open-proto > ** Near: open/no-wait/direct dest > write-msg msg dest > > The server happens to be a Windows 2K Advanced Server, and it *IS* at > 172.30.8.11 and I can ping it from the client machine. I have tried from both > a linux box and a windoze box with the same error from both. My target > application is a to have a rugby client running on a linux box access the > windoze server previously mentioned. > > Your help is greatly appreciated!! > Ammon > > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > ______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
