• Problem with Interbbs messaging

    From HusTler@VERT/HAVENS to All on Mon Sep 21 15:29:42 2020

    I wanted to move this to the correct Area. I am not getting listed on the InterBBS user list.

    Is this in your services.ini?

    Yes

    ActiveUser-UDP service enabled in you
    services.ini:

    [ActiveUser-UDP]
    Port=11
    MaxClients=10
    LogLevel=Notice
    Options=UDP | NO_HOST_LOOKUP
    Command=fingerservice.js -u

    Yes it is

    Well it seems to be working now:

    No it is not. I am still not listed on the user list. I will give you or anyone that can help full administrator access to trouble shoot the problem.



    HusTler
    havens.synchro.net:23

    ---
    þ Synchronet þ Havens BBS havens.synchro.net
  • From HusTler@VERT/HAVENS to All on Mon Sep 21 18:15:43 2020
    Re: Problem with Interbbs messaging
    By: HusTler to All on Mon Sep 21 2020 08:29 am

    Here is a copy of my services.ini. Is everthing correct to be listed on interbbs messaging?

    ; ctrl/services.ini file

    ; Each section is a service, the [section name] is the service/protocol name (b y default)

    ; $Id: services.ini,v 1.13 2019/01/01 12:28:52 rswindell Exp $

    ; Global keys supported (in root section and/or per service section):

    ; LogLevel (default: LogLevel specified in sbbs.ini)
    ; StackSize (Thread stack size, advanced use only, default: 0 - unspecified)
    ; MaxClients (default: 0 - unlimited)
    ; ListenBacklog (valid for TCP services only, default: 5)
    ; Options (default: 0, see below for valid bit flag definitions)

    MaxClients=10
    ListenBacklog=5

    ; Each service also supports the following keys:

    ; Enabled (default: true)
    ; Command (command-line to execute)
    ; Protocol (default: service/section name)
    ; Port (TCP/UDP port number or name, default: look-up TCP or UDP port by servic e/protocol name)
    ; Interface (default: network interface IP address specified in sbbs.ini [servi ces])
    ; Host (default: unspecified) - only run on the specified hostname
    ; NotHost (default: unspecified) - do not run on the specified hostname

    ; Advanced JavaScript execution keys:
    ; JavaScriptMaxBytes
    ; JavaScriptContextStack
    ; JavaScriptThreadStack
    ; JavaScriptBranchLimit
    ; JavaScriptGcInterval
    ; JavaScriptYieldInterval

    ; Supported Options bit flags (separated with |):
    ; NO_HOST_LOOKUP
    ; NO_RECYCLE
    ; MUTE
    ; UDP
    ; STATIC
    ; LOOP
    ; NATIVE
    ; FULL_ACCEPT


    ; Network News Transfer Protocol (NNTP)
    [NNTP]
    Port=119
    Command=nntpservice.js -f

    [NNTPS]
    Enabled=false
    Port=563
    Options=TLS
    Command=nntpservice.js


    [MSP]
    Port=18
    MaxClients=10
    Command=mspservice.js

    ; Message Send Protocol service (UDP)
    [MSP-UDP]
    Enabled=true
    Port=18
    Options=UDP
    Command=mspservice.js

    ; Active User service
    [ActiveUser]
    Port=11
    Command=fingerservice.js -u

    ; Active User service
    [ActiveUser-UDP]
    Port=11
    MaxClients=10
    Loglevel=Notice
    Options=UDP | NO_HOST_LOOKUP
    Command=fingerservice.js -u

    ;QOTD service
    [QOTD]
    Enabled=true
    Port=17
    Command=qotdservice.js

    ; QOTD service (UDP)
    [QOTD-UDP]
    Enabled=true
    Port=17
    Options=UDP
    Command=qotdservice.js

    ; Finger Service
    [Finger]
    Port=79
    Command=fingerservice.js

    ; Finger Service, fast (for inter-BBS instant-messaging)
    [Finger-UDP]
    Enabled=true
    Port=79
    Options=UDP
    Command=fingerservice.js

    ; Archaic HTTP-like protocol
    [Gopher]
    Port=70
    Command=gopherservice.js

    ; Internet Relay Chat (IRC) Daemon (Server)
    [IRC]
    Port=6667
    Options=STATIC | LOOP
    Command=ircd.js

    ; JSON inter-bbs communications server
    [JSON]
    Port=10088
    Interface=127.0.0.1
    Options=STATIC | LOOP
    Command=json-service.js


    [Hotline]
    Port=5500
    Command=hotline.js
    MaxClients=20
    Enabled=false

    [Hotline-TRANS]
    Port=5501
    Command=hotline-transfer.js
    MaxClients=20
    Enabled=false

    [BINKP]
    Enabled=false
    Port=24554
    Command=binkit.js

    [FlashPolicy]
    Port=843
    Command=flashpolicyserver.js
    Enabled=false

    [WS]
    Port=1123
    Options=NO_HOST_LOOKUP
    Command=websocketservice.js

    [WSS]
    Port=11235
    Options=NO_HOST_LOOKUP|TLS
    Command=websocketservice.js


    [MRC-Connector]
    Port=5000
    Options=STATIC | LOOP
    Command=../xtrn/mrc/mrc-connector.js

    HusTler
    havens.synchro.net:23

    ---
    þ Synchronet þ Havens BBS havens.synchro.net
  • From Digital Man@VERT to HusTler on Mon Sep 21 18:53:07 2020
    Re: Problem with Interbbs messaging
    By: HusTler to All on Mon Sep 21 2020 08:29 am


    I wanted to move this to the correct Area. I am not getting listed on the InterBBS user list.

    Is this in your services.ini?

    Yes

    ActiveUser-UDP service enabled in you
    services.ini:

    [ActiveUser-UDP]
    Port=11
    MaxClients=10
    LogLevel=Notice
    Options=UDP | NO_HOST_LOOKUP
    Command=fingerservice.js -u

    Yes it is

    Well it seems to be working now:

    No it is not.

    By "working" I mean, at least one test method (http://cvs.synchro.net/scanmyports.ssjs?havens.synchro.net) is reporting that your systat service is responding.

    I am still not listed on the user list. I will give you or
    anyone that can help full administrator access to trouble shoot the problem.

    For some reason the nightly method of list verification isn't detecting your system as not responding to systat requests. Rather than debug the issue, I just added an override for your system so it should be listed in the distributed sbbsimsg.lst tomorrow.

    digital man

    Synchronet/BBS Terminology Definition #16:
    CVS = Concurrent Versioning System
    Norco, CA WX: 77.8øF, 59.0% humidity, 4 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From HusTler@VERT/HAVENS to Digital Man on Tue Sep 22 03:08:19 2020
    Re: Problem with Interbbs messaging
    By: Digital Man to HusTler on Mon Sep 21 2020 11:53 am

    For some reason the nightly method of list verification isn't detecting your system as not responding to systat requests. Rather than debug the issue, I just added an override for your system so it should be listed in the distributed sbbsimsg.lst tomorrow.

    digital man

    Thanks DM I'll be looking to cross this off my todo list. :)

    HusTler
    havens.synchro.net:23

    ---
    þ Synchronet þ Havens BBS havens.synchro.net
  • From Bob Roberts@VERT/HOVAL to Digital Man on Sat Oct 10 22:32:32 2020
    Re: Problem with Interbbs messaging
    By: Digital Man to HusTler on Mon Sep 21 2020 11:53 am

    By "working" I mean, at least one test method (http://cvs.synchro.net/scanmyports.ssjs?havens.synchro.net) is reporting that your systat service is responding.

    I used the method above to scan my ports. Whats the bare minimum that I need to open for the InterBBS chat to work? I've got MSP (18) and Finger (79) open now, and I suspect I need to open systat (11) as well. Do I really need finger (79) open?

    Appreciate it.

    |08~|07Bob|06Rob|08~

    Bob

    ... I used to be indecisive; now I'm not sure.

    ---
    þ Synchronet þ Halls of Valhalla - San Francisco, CA
  • From Digital Man@VERT to Bob Roberts on Sun Oct 11 01:09:11 2020
    Re: Problem with Interbbs messaging
    By: Bob Roberts to Digital Man on Sat Oct 10 2020 03:32 pm

    Re: Problem with Interbbs messaging
    By: Digital Man to HusTler on Mon Sep 21 2020 11:53 am

    By "working" I mean, at least one test method (http://cvs.synchro.net/scanmyports.ssjs?havens.synchro.net) is reporting that your systat service is responding.

    I used the method above to scan my ports. Whats the bare minimum that I need to open for the InterBBS chat to work? I've got MSP (18) and Finger (79) open now, and I suspect I need to open systat (11) as well. Do I really need finger (79) open?

    For inter-bbs instant messaging, you need TCP port 18 (MSP) and UDP port 11 (active-users/systat). You do not have to have finger port 79 (UDP or TCP) open.

    digital man

    Sling Blade quote #12:
    Karl (re hammer): I don't rightly know. I just kinda woke up holding it.
    Norco, CA WX: 70.1øF, 68.0% humidity, 11 mph NNE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net