• Net2bbs and telegard setup

    From Cozmo@21:3/135 to All on Sun Jan 19 09:17:21 2025
    I installed Telegard and I'm trying to Telnet into it. I'm using Net2bbs and Netfoss. After playing around and experimenting I'm unable to Telnet in.
    I'm using SyncTerm and logging in local. Net2BBS says it is "Resolving your IP Adress..."

    This is what I copied from the Net2BBS window:
    01-19-2025 05:58:10 - Listening for Telnet connections on port 23
    01-19-2025 05:58:10 - Listening for Socket Policy connections on port 843
    ALL NODES COMPARED
    Count of duplicate IPs: 00000000
    01-19-2025 05:58:22 - 001 - Telnet login: Node 1 opened.
    01-19-2025 05:58:22 - 001 - IP: 192.168.1.156
    01-19-2025 05:58:23 - 001 - Hostname: Win7VM.mynetworksettings.com
    01-19-2025 05:58:23 - 001 - DNSBL: xbl.spamhaus.org (passed)
    01-19-2025 05:58:23 - 001 - GeoIP: api.ipstack.com: "invalid_access_key" 01-19-2025 05:58:23 - 001 - GeoIP: Falling back to DNSBL method
    01-19-2025 05:58:26 - 001 - DNSBL: zz.countries.nerd.dk (passed)
    Spawn: c:\netfoss\nf.bat /n1 /h364 c:\telegard\telegard.exe -B115200 -Q -N1
    Spawn Failed!
    01-19-2025 05:58:26 - 001 - Node 1 closed.

    Any Ideas?

    |02-=|10Cozmo|02=-

    ... Computers all wait at the same speed!

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)
  • From Cozmo@21:3/135 to All on Sun Jan 19 09:35:40 2025
    I forgot to add I'm using Dosbox on Windows 7 in VirtualBox with Windows 10 64 as the host.

    |02-=|10Cozmo|02=-

    ... Computers are not intelligent. They only think they are.

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)
  • From Warpslide@21:3/110.1 to Cozmo on Sun Jan 19 09:51:36 2025
    *** Quoting Cozmo from a message to All ***

    I installed Telegard and I'm trying to Telnet into it. I'm using
    Net2bbs and Netfoss.

    :)

    Net2BBS says it is "Resolving your IP Adress..."

    Try setting Resolve=0 in net2bbs.ini

    Here's my net2bbs.ini file:

    [--- begin net2bbs.ini ---]
    [Settings]
    Command=c:\telegard\nf\nf.bat /n*N /h*H TELEGARD.EXE -N*N -Q -B57600 -CARQ StartPath=c:\telegard
    Port=23
    ;PolicyPort=843
    ;BindToIP=127.0.0.1
    Nodes=5
    StartNode=1
    MaxSameIP=2
    Debug=0
    NodeView=2
    MainView=2
    NodeLines=25
    Log=telnet.log
    Whitelist=127.0.0.1,192.168.50.154
    Blacklist=blacklist.txt
    BlacklistMsg=You are not welcome here.
    ;BlacklistMsg=goaway.ans
    Editor=notepad.exe
    Semaphore=wait.sem
    Resolve=0
    ;ResolveMsg=o Net2BBS - Resolving your IP Address...
    ShowHost=0
    AntiScanner=1
    AntiHammer=1
    CacheTime=0
    DNSBL=zz.countries.nerd.dk
    ;For nerd.dk only: 156=China 643=Russia 392=Japan 804=Ukraine 408&410=Kora 364=Iran
    BlockCC=156,643,392,804,408,410,364
    DNSBL2=xbl.spamhaus.org
    DNSBL3=zombie.dnsbl
    DNSBL4=blocklist.de
    ;GeoIPWeb=
    ;GeoIPPort=
    ;Request a free API key from ipstack.com
    GeoIPKey=
    [--- end net2bbs.ini ---]


    Jay

    ... Don't force it, get a larger hammer

    --- Telegard v3.09.g2-sp4/mL
    * Origin: Northern Realms (21:3/110.1)
  • From Warpslide@21:3/110.1 to Cozmo on Sun Jan 19 10:03:16 2025
    *** Quoting Cozmo from a message to All ***

    I forgot to add I'm using Dosbox on Windows 7 in VirtualBox with
    Windows 10 64 as the host.

    I'm running in a Windows 10 32bit VM. I also forgot to mention this is what my NF.BAT file looks like:

    [--- begin NF.BAT ---]
    @echo off
    SET TASK=%1
    C:\TELEGARD\NF\ansi.com
    C:\TELEGARD\NF\netfoss.com %1 /l57600
    rem ** If running a DOS based BBS (or Mystic), add " %1" to the end of above line **
    if errorlevel 1 goto end
    C:\TELEGARD\NF\netcom.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
    C:\TELEGARD\NF\netfoss.com /u
    :end
    [--- end NF.BAT ---]


    Jay

    ... You know you're getting old when the candles cost more than the cake

    --- Telegard v3.09.g2-sp4/mL
    * Origin: Northern Realms (21:3/110.1)
  • From Exodus@21:1/144 to Cozmo on Sun Jan 19 15:21:18 2025
    Spawn: c:\netfoss\nf.bat /n1 /h364 c:\telegard\telegard.exe -B115200 -Q -N

    This needs to be a batch file. I had someone try the same thing with Renegade. Net2BBS won't pass all those BBS command lines, make it TG.BAT for telegard -bxxxxxx -q -nxxx



    ... Mental Floss prevents Moral Decay.

    --- Renegade v1.35/DOS
    * Origin: The Titantic BBS Telnet - ttb.rgbbs.info (21:1/144)
  • From Nick Mackechnie@21:1/142 to Warpslide on Mon Jan 20 10:38:00 2025
    *** Quoting Cozmo from a message to All ***

    I forgot to add I'm using Dosbox on Windows 7 in VirtualBox with
    Windows 10 64 as the host.

    I'm running in a Windows 10 32bit VM. I also forgot to mention this is
    what
    my NF.BAT file looks like:

    [--- begin NF.BAT ---]
    @echo off
    SET TASK=%1
    C:\TELEGARD\NF\ansi.com
    C:\TELEGARD\NF\netfoss.com %1 /l57600
    rem ** If running a DOS based BBS (or Mystic), add " %1" to the end of
    above
    line **
    if errorlevel 1 goto end
    C:\TELEGARD\NF\netcom.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
    C:\TELEGARD\NF\netfoss.com /u
    :end
    [--- end NF.BAT ---]

    Hi Jay,

    Here's mine

    --
    @echo off
    rem c:\netfoss\ansi.com
    rem c:\netfoss\netfoss.com
    c:\netfoss\netfoss.com %1
    rem ** If running a DOS based BBS, add " %1" to the end of above line **
    if errorlevel 1 goto end
    c:\netfoss\netcom.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
    c:\netfoss\netfoss.com /u
    :end
    --

    And node1.bat
    --
    @echo off
    path=%path%;t:\slbbs
    c:
    set slbbs=t:\slbbs
    set DSZlog=t:\logs\dsz.log

    t:
    cd \slbbs
    slbbs.exe 115200 14400 /C 1
    rem slbbs.exe 115200 14400 /C 1
    :end
    --

    Nick

    --- SLMAIL v5.1 (#SLO409KEDG15G098)
    * Origin: The Trashcan - The BEST Rubbish * bbs.thenet.gen.nz (21:1/142)
  • From Cozmo@21:3/135 to Warpslide on Sun Jan 19 12:32:37 2025
    I got it to open netfoss but it gives me a runtime 200 error for some reason. And then closes the node. I don't get it.

    |02-=|10Cozmo|02=-

    ... WOMAN.ZIP - Great program but no documentation

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)
  • From Cozmo@21:3/135 to Warpslide on Sun Jan 19 12:43:52 2025
    One thing I'm not understanding is the Command=c:\telegard\nf\nf.bat /n*N /h*H TELEGARD.EXE -N*N -Q -B57600 -CARQ
    Isn't telegard suppose to be run in DosBox? The way it is in that commmand is trying to open it in the Windows CMD. I'm I wrong? I get the first part where its opening NetFoss.

    |02-=|10Cozmo|02=-

    ... 24 hours in a day and 24 beers in a case. Hmmmm...

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)
  • From Cozmo@21:3/135 to Exodus on Sun Jan 19 22:59:21 2025
    Spawn: c:\netfoss\nf.bat /n1 /h364 c:\telegard\telegard.exe -B115200 -
    This needs to be a batch file. I had someone try the same thing with Renegade. Net2BBS won't pass all those BBS command lines, make it
    TG.BAT for telegard -bxxxxxx -q -nxxx

    I put c:\telegard\telegard -N*N -Q -B115200 in a sperate batch file. I also tried to put the whole COMMAND: line from net2bbs.ini in the batch file and run the batch file from net2bbs.ini without any luck. But no luck. Like I said in another post i'm running DosBox so I'm wondering how Telgard can launch doing it this way. It needs to launch in DosBox.

    |02-=|10Cozmo|02=-

    ... There will be a rain dance Friday night, weather permitting!

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)
  • From deon@21:2/116 to Cozmo on Mon Jan 20 20:19:17 2025
    Re: Re: Net2bbs and telegard setup
    By: Cozmo to Warpslide on Sun Jan 19 2025 12:32 pm

    Howdy,

    I got it to open netfoss but it gives me a runtime 200 error for some reason. And then closes the node. I don't get it.

    Runtime 200 error is a pascal problem on new computers (CPU's are too fast).

    You'll need to slow down your (emulated) CPU, or install a TSR that intercepts the issue and plugs it. (Google runtime 200 error, it should give you some hits to fix it.)


    ...δεσ∩
    --- SBBSecho 3.23-Linux
    * Origin: I'm playing with ANSI+videotex - wanna play too? (21:2/116)
  • From Nick Mackechnie@21:1/142 to Cozmo on Mon Jan 20 22:22:00 2025
    I got it to open netfoss but it gives me a runtime 200 error for some
    reason.
    And then closes the node. I don't get it.

    Runtime Error 200 (Divide by zero) is usually caused by a bug in Turbo
    Pascal (older versions) - https://www.pcmicro.com/elebbs/faq/rte200.html#:~: text=Run%20Time%20Error%20200%20(Divide,unit%20included%20with%20these%20com pilers.

    I used TPPatch to fix mine.

    Nick.

    --- SLMAIL v5.1 (#SLO409KEDG15G098)
    * Origin: The Trashcan - The BEST Rubbish * bbs.thenet.gen.nz (21:1/142)
  • From Warpslide@21:3/110 to Cozmo on Mon Jan 20 06:34:32 2025
    On 19 Jan 2025, Cozmo said the following...

    One thing I'm not understanding is the Command=c:\telegard\nf\nf.bat
    /n*N /h*H TELEGARD.EXE -N*N -Q -B57600 -CARQ
    Isn't telegard suppose to be run in DosBox?

    I don't use DosBox at all, just Windows 10 32bit (the 32bit part being the key). It'll run these 16bit applications without needing anything like a VM or DosBox. The only other thing I had to do was enable "legacy console" in the command prompt.


    Jay

    ... Beat inflation - steal!

    --- Mystic BBS v1.12 A49 2024/05/29 (Linux/64)
    * Origin: Northern Realms (21:3/110)
  • From Cozmo@21:3/135 to deon on Mon Jan 20 08:17:25 2025
    I got it to open netfoss but it gives me a runtime 200 error for some reason. And then closes the node. I don't get it.

    Runtime 200 error is a pascal problem on new computers (CPU's are too fast).

    You'll need to slow down your (emulated) CPU, or install a TSR that intercepts the issue and plugs it. (Google runtime 200 error, it should give you some hits to fix it.)


    I fixed the runtime error. Still having issuses getting everthing going. Still working on it.

    Thanks for the reply

    |02-=|10Cozmo|02=-

    ... User Error: Replace user and hit any key to continue...

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)
  • From Cozmo@21:3/135 to Nick Mackechnie on Mon Jan 20 08:18:32 2025
    Runtime Error 200 (Divide by zero) is usually caused by a bug in Turbo Pascal (older versions) - https://www.pcmicro.com/elebbs/faq/rte200.html#:~: text=Run%20Time%20Error%20200%20(Divide,unit%20included%20with%20these%20c

    got it fixed. thanks!

    |02-=|10Cozmo|02=-

    ... A program is used to turn data into error messages.

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)
  • From Cozmo@21:3/135 to Warpslide on Mon Jan 20 09:12:55 2025
    I don't use DosBox at all, just Windows 10 32bit (the 32bit part being
    the key). It'll run these 16bit applications without needing anything
    like a VM or DosBox. The only other thing I had to do was enable
    "legacy console" in the command prompt.

    OMG! I don't know what I was thinking. Major brain fart. I originally was trying to get this done on Windows 10 64 with DosBox and then switched to Win7. And forgot that Win7 32 bit will run these without using DosBox. DUH!

    Your messgae just remineded me. Thank You! The sad thing is I'm running my BBS on a Win7 32 OS, so major brain fart. Unbelieveable!

    Thanks to all that offered help.

    |02-=|10Cozmo|02=-

    ... As I said before, I never repeat myself

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: Lunatics Unleashed BBS (21:3/135)
  • From Nick Mackechnie@21:1/142 to Warpslide on Tue Jan 21 09:12:00 2025
    I don't use DosBox at all, just Windows 10 32bit (the 32bit part being the
    key). It'll run these 16bit applications without needing anything like a VM
    or DosBox. The only other thing I had to do was enable "legacy console" in
    the command prompt.

    I run Searchlight (16bit) on 32bit Windows 10, on 64 bit hypervisor :-)

    --- SLMAIL v5.1 (#SLO409KEDG15G098)
    * Origin: The Trashcan - The BEST Rubbish * bbs.thenet.gen.nz (21:1/142)