Keyboard Shortcuts
Likes
- Bpq32
- Messages
Search
Re: Telnet issues via older clients
On 4/7/25 11:07, Doug VE1LG via groups.io wrote:
If I try to telnet into my node (on my home LAN) from an older telnet client (i.e. MS-DOS or Mac System 7) I get the callsign prompt and after typing 1 or 2 characters several gibberish characters are printed on the screen and I can't type anymore. If, from one of these older telnet clients, I telnet into a Linux box I have on my LAN and then from there telnet into my node all is fine.BPQ sends some telnet IAC (Interpret As Command) characters when you connect via what it thinks is a telnet connection Last I looked at this at a low level BPQ sends 0xFF 0xFB 0x03 0xFF 0xFB 0x01 0xFF = Telnet IAC ('Interpret as Command') 0xFB = Telnet Sender Will (enable this option) 0x01 = echo (RFC 857) 0x03 = suppress go ahead (RFC 858) Could this be what you are referring to?? These sequences are as old as the hills, but I wonder if these old clients may perhaps not implement it? Just a guess, but you could verify the behavior by using something like netcat to send such a sequence to these old clients and see if they choke on that. 73 -Willem -- ================================================================ Dr. Willem A. Schreuder, President, Principia Mathematica Address: 3835 Beaver Brook Canyon Road, Evergreen, CO 80439, USA Tel: (303) 716-3573 Email: Willem.Schreuder@... |
Telnet issues via older clients
Hi all,
?
If I try to telnet into my node (on my home LAN) from an older telnet client (i.e. MS-DOS or Mac System 7) I get the callsign prompt and after typing 1 or 2 characters several gibberish characters are printed on the screen and I can't type anymore.? If, from one of these older telnet clients, I telnet into a Linux box I have on my LAN and then from there telnet into my node all is fine.
?
So there's some compatibility issue between the old and new.? These same older telnet clients can telnet into anything and everything I've thrown at them from Linux boxes to various "modern" bulletin board systems etc.? But just not LinBPQ's telnet server.
?
This isn't "mission critical", I just like to mix hobbies.? I've tried all the things you'd expect like vt100 vs ansi etc, to no avail.? Anyone else solve this issue? Or am I the only one even trying to match up such old machines with LinBPQ's telnet lol.
?
73, Doug |
Re: KM4ACK's Video How to install a Winlink Server on a Pi
I set up generic PTT with FLrig and no that's working. Closest packet station is 44km away. Why I'm setting up my own.?
toggle quoted message
Show quoted text
KM6QAQ?
|
Re: KM4ACK's Video How to install a Winlink Server on a Pi
PAT shows active so it's probabaly grabbed that port.?
toggle quoted message
Show quoted text
KM6QAQ?
|
Re: BPQ web session disconnect time out configuration?
I've noticed the same thing with my LinBPQ, ever since I updated to 6.0.24.69.? It has a hard time loading Webmail, sometimes requiring several reloads of the page, and sometimes Terminal won't load completely.? Restarting LinBPQ improves it for a while, but then gets worse. |
Re: Add apps to node
You Da Man Joey. This is exactly what I wanted. Works like a charm. Now all I have to do is work out a script that will allow a telnet session to produce finger requests. Give?it a try? "finger ^philadelphia@..."? ?replace philadelphia with?your town and ditch the ^ if you want metric vs imperial. Thanks!!! On Thu, Apr 3, 2025 at 8:36?PM Joey KQ4CIN via <joey.scarlett=[email protected]> wrote:
|
Re: Add apps to node
Hey mark
?
I have several apps running locally as well as on? tcp servers and a docker server on my network.? I think that this?
MUD "telnet 44.56.66.6 4000
Should probably look like
?
APPLICATION 23,MUD,ATTACH 2 44.56.66.6 4000 REALTELNET NOCALL,,?
?
Application 23 will vary based on how many apps you have running. In your case it may be application 4 or 5 or 6 etc.
The attach 2 statement connects the telnet line.
It would be like c 2 44.56.66.6 4000?
?
As long as your statement is not set to localhost you will be connecting out to another server?
?
Chris listed 3 examples
one running locally as local host followed by port 4000
Next was a connect statement with an domain name followed by port 23
And the last was a connect statement using an IP address followed by port 23
?
I hope that helps?
73
Kq4cin?
? |
Re: Add apps to node
Yes, but it does not speak?to what I want to do. This simply allows me to connect to an application running?on the same machine as the BPQ. Don't want that. I want users to enter "MUD" and they be gazetted?to a different machine that is hosting the MUD.? As I said, this works in JNOS very well - mbox alias MUD "telnet 44.56.66.6 4000". Its an alias. As if a user had typed the command out at the BBS prompt like so ... You have 0 messages. NI2O:NI2O Area: g7ltt Current msg# 0. BAT,BOFH,DX,GAMES,MUD,WX,?,A,B,C,CONV,D,E,F,H,I,IH,IP,J,K,L,M,N,NR,O,P,PI,R,S,T,U,V,W,X,Z > On Thu, Apr 3, 2025 at 3:04?AM John G8BPQ via <john.wiseman=[email protected]> wrote:
|
Re: APRS Message Acknowledgments
Also getting the below error on linbpq start:
?
Using Shared Memory /BPQAPRSSharedMem Create Shared Memory: Permission denied Create APRS Shared Memory Failed Map APRS Shared Memory Allocated at (nil) APRS not using shared memory APRS Non-Shared Memory Allocated at f17bb008 APRS Digi/Gateway Enabled |
Re: Add apps to node
the below lines are what i use APPLICATION 21,SMAUG,ATTACH 2 localhost 4000 REALTELNET NOCALL,, ? ;NOCALL so it doesn't send callsign to MUD games APPLICATION 22,HACK,ATTACH 2 23 REALTELNET NOCALL,, ? ;NOCALL so it doesn't send callsign to MUD gamesAPPLICATION 23,DMUD,ATTACH 2 82.68.167.69 23 REALTELNET NOCALL,, ? ; this should give you examples of a locally hosted server, a remote/url server, and a remote/ip server. (with all the added 'switches' a really long url will exceed the line character limit. use resolved ip instead) the realtelnet switch is fairly self explanatory but explained well in the docs that were linked. the nocall switch connects you to a server without 'pushing' assumed credentials. good luck kb0wlf |
APRS Message Acknowledgments
My APRS in LinBPQ does not seem to acknowledging incoming messages??
?
Apologies for any grammar or spelling errors!
--
73 de Glenn Allison N3MEL
(tprfn) The Packet Radio Forwarding Network
EPA Hub Station
www.tprfn.net?
Emergency Coordinator
Chester County ARES/RACES
www.w3eoc.org
|
Re: Add apps to node
¿ªÔÆÌåÓýHave you readApplications Interface.html ? You can also set up a telnet connect command as an Application Alias. BPQ doesn't have a finger command. 73, John On 03/04/2025 02:20, Mark Phillips via
groups.io wrote:
|
Add apps to node
I am trying to add some applications to my node. Under JNOS I was able to add "mbox alias" statements?that allowed users to enter an alias e.g. "MUD" and then it would magically?telnet them to an app (a copy of Circle MUD). Can I do this with BPQ? I've done this in my config? APPLICATION 4,MUD,,NI2O-5,WYNWX,255 but I can't work out how to then create a telnet connection out of the node to the service when the MUD command is issued. All I get is "WAYNE:NI2O-3} Sorry, Application MUD is not running - Please try later". Which makes sense as there's?no instructions to do "telnet 44.56.66.6 4000". While I'm at it, can we also do "finger"? eg?"finger ^philadelphia@..." Thanks Mark / NI2O |
Re: Packet BBS using 44 network
Hello Mark, On Wed, Apr 2, 2025, 1:51 PM Mark Phillips via <enicomms=[email protected]> wrote:
Ok, but that wasn¡¯t made clear IMO.
Actually in my own experience, many do. They don't always have the DMZ feature that works with IPGATEWAY,? however. In my case I am using my own router. I have my own VPS/VPN solution using Wireguard and Vultr in order to work around Carrier Grade NAT. Without it I can't even do AXUDP links let alone 44-net. It works, but it was complicated to set up.
Those that are using BPQ's IPGATEWAY are receiving the RIP44 updates directly just as a linux gateway running ampr-ripd does.
Looking at the original post, all he wanted was to get the BPQ BBS on 44-net. There are ways to get more hosts on 44-net once one host is on it with IPGATEWAY. Using IPGATEWAY for that would not be my first choice, however.? 73, Lee K5DAT?
|
Re: Packet BBS using 44 network
Not at all "less complicated". Firstly, you would not be setting up the HamGate. It would be done by others so you are simply a client. Secondly, most ISP router devices do not support DMZ or similar settings (are you still using your ISP's router - ditch it NOW!!!!). 3rdly, how are you receiving the APMPR-RIP statements that will update your local ENCAP? 44net RIP is not compatible with standard RIP and so while you may?be getting the updates your Debian box will not understand them. Fourthly, that setup only covers a single host. What if you have a subnet to route?? How do you get to the other addresses in?your network? ? On Wed, Apr 2, 2025 at 2:29?PM Lee Bengston via <kilo5dat=[email protected]> wrote:
|
Re: Packet BBS using 44 network
Since when is obtaining a VMS (I believe that's equivalent to a VPS here in the US), turning that into a "hamgate", and setting up a VPN, less complicated than adding 5 lines to BPQ's configuration file and leveraging the DMZ feature of a home router to point to a previously unused LAN address? While the above doesn't always work due to ISP limitations, if it does work, it's considerably less complicated. Lee K5DAT On Wed, Apr 2, 2025 at 6:34?AM Mark Phillips via <enicomms=[email protected]> wrote:
|
Re: Packet BBS using 44 network
¿ªÔÆÌåÓýWhy do you want to use 44 addresses?Why do you want to use to BPQ to give access to 44 addresses? 73, John On 02/04/2025 15:54, Alan wrote:
|
Re: LinBPQ says: KAM Pactor com4 com4 could not be opened
Bingo! Tnx, Rich.
toggle quoted message
Show quoted text
73, Misko YT7MPB Hi Misko, |