• TWGS Error

    From Rick V@VERT to All on Sat May 3 08:55:48 2025
    Hello All.
    I'm trying to get TWGS to work under SBBS. I have it setup just as the wiki FAQ's say, but keep get the same error.

    5/3 08:52:39a Node 1 <Rick V> Node 1 RLogin gate to filecabi.casacam.net port 2002 on socket 1772
    5/3 08:52:49a Node 1 <Rick V> !TELGATE ERROR 10061 (0) connecting to server: filecabi.casacam.net

    My command line is "*rlogin filecabi.casacam.net:2002"

    This works when I call it from SyncTERM directly from within my network and from the outside. It also works on Mystic. Any thoughts on my error?

    Rick V

    --- SBBSecho 3.24-Win32
    * Origin: The File Cabinet BBS [filecabi.casacam.net:1025] (1:154/110)
    * Synchronet * Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Rick V on Sat May 3 13:41:45 2025
    Re: TWGS Error
    By: Rick V to All on Sat May 03 2025 08:55 am

    Hello All.
    I'm trying to get TWGS to work under SBBS. I have it setup just as the wiki FAQ's say, but keep get the same error.

    5/3 08:52:39a Node 1 <Rick V> Node 1 RLogin gate to filecabi.casacam.net port 2002 on socket 1772
    5/3 08:52:49a Node 1 <Rick V> !TELGATE ERROR 10061 (0) connecting to server: filecabi.casacam.net

    https://windowsreport.com/winsock-error-10061/

    My command line is "*rlogin filecabi.casacam.net:2002"

    That looks fine.

    This works when I call it from SyncTERM directly from within my network and from the outside. It also works on Mystic. Any thoughts on my error?

    What about directly from the same computer as the RLogin server?
    --
    digital man (rob)

    Synchronet "Real Fact" #108:
    Weedpuller "Falling Star" http://youtu.be/J0ijOUT7KIw
    Norco, CA WX: 60.5øF, 79.0% humidity, 2 mph W wind, 0.00 inches rain/24hrs
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From phigan@VERT/TACOPRON to Rick V on Sat May 3 14:07:19 2025
    Re: TWGS Error
    By: Rick V to All on Sat May 03 2025 08:55 am

    My command line is "*rlogin filecabi.casacam.net:2002"

    Where do you specify the username? Just for kicks, try instead "rlogin -p 2002 filecabi.casacam.net" ... You can specify the username with -l after the 2002.

    ---
    þ Synchronet þ TIRED of waiting 2 hours for a taco? GO TO TACOPRONTO.bbs.io
  • From Digital Man@VERT to phigan on Sat May 3 14:28:14 2025
    Re: TWGS Error
    By: phigan to Rick V on Sat May 03 2025 02:07 pm

    Re: TWGS Error
    By: Rick V to All on Sat May 03 2025 08:55 am

    My command line is "*rlogin filecabi.casacam.net:2002"

    Where do you specify the username? Just for kicks, try instead "rlogin -p 2002 filecabi.casacam.net" ... You can specify the username with -l after the 2002.

    I don't think "rlogin -p 2002 filecabi.casacam.net" makes sense. The '-p' option doesn't take an argument, so the "2002" would be interpretted as the address to connect to and that's not going to work.
    --
    digital man (rob)

    Sling Blade quote #3:
    Karl (re: killing Doyle): That second one just plum near cut his head in two. Norco, CA WX: 61.7øF, 78.0% humidity, 3 mph W wind, 0.00 inches rain/24hrs
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rick V@VERT to Digital Man on Sat May 3 18:29:54 2025
    Hello Digital.

    05 Sep 70 17:10, you wrote to me:

    Re: TWGS Error
    By: Rick V to All on Sat May 03 2025 08:55 am

    Hello All.
    I'm trying to get TWGS to work under SBBS. I have it setup just as
    the wiki FAQ's say, but keep get the same error.

    5/3 08:52:39a Node 1 <Rick V> Node 1 RLogin gate to
    filecabi.casacam.net port 2002 on socket 1772
    5/3 08:52:49a Node 1 <Rick V> !TELGATE ERROR 10061 (0)
    connecting to
    server: filecabi.casacam.net

    https://windowsreport.com/winsock-error-10061/

    My command line is "*rlogin filecabi.casacam.net:2002"

    That looks fine.

    This works when I call it from SyncTERM directly from within my
    network and from the outside. It also works on Mystic. Any thoughts
    on my error?

    What about directly from the same computer as the RLogin server?
    --
    digital man (rob)

    I can use SyncTERM to get to it from within my home network, and also from outside my network. I can also get to it from my Mystic system, so for some reason I can't get it from my Synchronet system. I really don't need it on my system, but it bugs me that I can't get it to work. I'll look at that 10061 error page too.

    Rick V

    --- SBBSecho 3.24-Win32
    * Origin: The File Cabinet BBS [filecabi.casacam.net:1025] (1:154/110)
    * Synchronet * Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From phigan@VERT/TACOPRON to Digital Man on Sat May 3 16:15:03 2025
    Re: TWGS Error
    By: Digital Man to phigan on Sat May 03 2025 02:28 pm

    I don't think "rlogin -p 2002 filecabi.casacam.net" makes sense. The '-p' option doesn't take an argument, so the "2002" would be interpretted as the

    Is that maybe windows vs linux rlogin? 'man rlogin' tells me -p is "Port to connect to on the remote host." and takes a port argument.

    ---
    þ Synchronet þ TIRED of waiting 2 hours for a taco? GO TO TACOPRONTO.bbs.io
  • From Digital Man@VERT to Rick V on Sat May 3 16:54:56 2025
    Re: TWGS Error
    By: Rick V to Digital Man on Sat May 03 2025 06:29 pm

    Hello Digital.

    05 Sep 70 17:10, you wrote to me:

    Re: TWGS Error
    By: Rick V to All on Sat May 03 2025 08:55 am

    Hello All.
    I'm trying to get TWGS to work under SBBS. I have it setup just as
    the wiki FAQ's say, but keep get the same error.

    5/3 08:52:39a Node 1 <Rick V> Node 1 RLogin gate to
    filecabi.casacam.net port 2002 on socket 1772
    5/3 08:52:49a Node 1 <Rick V> !TELGATE ERROR 10061 (0)
    connecting to
    server: filecabi.casacam.net

    https://windowsreport.com/winsock-error-10061/

    My command line is "*rlogin filecabi.casacam.net:2002"

    That looks fine.

    This works when I call it from SyncTERM directly from within my
    network and from the outside. It also works on Mystic. Any thoughts
    on my error?

    What about directly from the same computer as the RLogin server?

    I can use SyncTERM to get to it from within my home network, and also from outside my network.

    That doesn't really answer the question. If the RLogin server and the client are both behind a NAT and the public hostname resolves to a *public* hostname, your NAT gateway will have to support "hairpinning" to be able to connect from one to the other using the public IP address. So either enabling hairpinning or use the private IP address (instead of the public hostname/IP address) on the *rlogin command-line.
    --
    digital man (rob)

    Breaking Bad quote #14:
    First name of Emlio - that's at least half a beaner, let you off for $10 - Hank Norco, CA WX: 60.5øF, 84.0% humidity, 5 mph SSE wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to phigan on Sat May 3 16:55:43 2025
    Re: TWGS Error
    By: phigan to Digital Man on Sat May 03 2025 04:15 pm

    Re: TWGS Error
    By: Digital Man to phigan on Sat May 03 2025 02:28 pm

    I don't think "rlogin -p 2002 filecabi.casacam.net" makes sense. The '-p' option doesn't take an argument, so the "2002" would be interpretted as the

    Is that maybe windows vs linux rlogin? 'man rlogin' tells me -p is "Port to connect to on the remote host." and takes a port argument.

    We're talking about the Synchronet rlogin gateway module: https://wiki.synchro.net/module:rlogin
    --
    digital man (rob)

    Sling Blade quote #14:
    Karl Childers: Some folks call it a sling blade, I call it a kaiser blade. Norco, CA WX: 60.5øF, 84.0% humidity, 5 mph SSE wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Martin Kazmaier@VERT to Rick V on Sat May 3 15:35:00 2025
    Hello All.
    I'm trying to get TWGS to work under SBBS. I have it setup just as the wiki FAQ's say, but keep get the same error.

    5/3 08:52:39a Node 1 <Rick V> Node 1 RLogin gate to
    filecabi.casacam.net port 2002 on socket 1772 5/3 08:52:49a Node 1
    <Rick V> !TELGATE ERROR 10061 (0) connecting to server: filecabi.casacam.net

    My command line is "*rlogin filecabi.casacam.net:2002"

    This works when I call it from SyncTERM directly from within my network and from the outside. It also works on Mystic. Any thoughts on my error?

    Is port 2002 open from the outside? I don't know if you need to pass user
    name or not in sbbs...

    --
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp,
    ,wss) (Ports 22,23,110,21,119,999)


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (1:340/1101)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rick V@VERT to phigan on Sat May 3 20:49:14 2025
    Hello phigan.

    05 Sep 70 20:07, you wrote to Digital Man:

    Re: TWGS Error
    By: Digital Man to phigan on Sat May 03 2025 02:28 pm

    I don't think "rlogin -p 2002 filecabi.casacam.net" makes sense.
    The '-p' option doesn't take an argument, so the "2002" would be
    interpretted as the

    Is that maybe windows vs linux rlogin? 'man rlogin' tells me -p is
    "Port to connect to on the remote host." and takes a port argument.

    I'm running Windows 11.

    Rick V

    --- SBBSecho 3.24-Win32
    * Origin: The File Cabinet BBS [filecabi.casacam.net:1025] (1:154/110)
    * Synchronet * Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to Rick V on Sat May 3 19:14:43 2025
    Re: TWGS Error
    By: Rick V to phigan on Sat May 03 2025 08:49 pm

    Hello phigan.

    05 Sep 70 20:07, you wrote to Digital Man:

    Re: TWGS Error
    By: Digital Man to phigan on Sat May 03 2025 02:28 pm

    I don't think "rlogin -p 2002 filecabi.casacam.net" makes sense.
    The '-p' option doesn't take an argument, so the "2002" would be
    interpretted as the

    Is that maybe windows vs linux rlogin? 'man rlogin' tells me -p is "Port to connect to on the remote host." and takes a port argument.

    I'm running Windows 11.

    That doesn't really matter. We're talking about the Synchronet RLogin Gateway module (rlogin.js), right?
    --
    digital man (rob)

    Synchronet "Real Fact" #28:
    Rob Swindell's first computer was a Commodore VIC-20 (circa 1981)
    Norco, CA WX: 56.6øF, 89.0% humidity, 12 mph W wind, 0.00 inches rain/24hrs
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From phigan@VERT/TACOPRON to Digital Man on Sun May 4 06:48:58 2025
    Re: TWGS Error
    By: Digital Man to phigan on Sat May 03 2025 04:55 pm

    We're talking about the Synchronet rlogin gateway module:

    My apologies, I missed that.

    Didn't help that when I looked at my Synchronet config, I had some .js scripts where I thought I was using rlogin ;).

    ---
    þ Synchronet þ TIRED of waiting 2 hours for a taco? GO TO TACOPRONTO.bbs.io