I'm getting the following:
01:33:21 MANAGER Starting event system
░│ 01:33:21 MANAGER Starting 1 server(s)
░│ 01:33:21 TELNET Unable to open IPV4 port: Error -1 (13)
░│ 01:33:21 TELNET Unable to open IPV6 port: Error -1 (13)
░│ 01:33:21 MANAGER Cryptlib not detected; SSL/SSH capabilities disabled ░│ 01:33:21 EVENT Starting 0 event(s)
I used the install utility, but I don't know what I need to do to enable the telnet server to open the port. I checked the wiki to no avail.
FAQ too. I'm running Ubuntu 22.04 (24.04 was way too unstable for me) in
a VMWare VM under a Windows 10 Pro 64Bit Host. I'm not worried about
the cryptlib error, I'm just running this to start my BBS under Linux.
░│ 01:33:21 TELNET Unable to open IPV4 port: Error -1 (13)
░│ 01:33:21 TELNET Unable to open IPV6 port: Error -1 (13)
Make sure you are not using port 23 in Linux. It won't work, can't remember the minimum port number though, if you want to use 23 then set the BBS up as 2300 and port forward 23 to 2300. That is how I handle it..
Ah, Avon to the rescue it is lower then port 1025, so if you don't want
to run in Sudo, you can set the BBS as 2300 and port forward 2300 to 23
or whatever port you are using below 1025..
On 09 Jul 2024, Shurato said the following...
░│ 01:33:21 TELNET Unable to open IPV4 port: Error -1 (13) ░│ 01:33:21 TELNET Unable to open IPV6 port: Error -1 (13)
Make sure you are not using port 23 in Linux. It won't work, can't
remember the minimum port number though, if you want to use 23 then set
the BBS up as 2300 and port forward 23 to 2300. That is how I handle it..
On Tue, 9 Jul 2024 23:12:06 -0400, you wrote:
Ah, Avon to the rescue it is lower then port 1025, so if you don'twant
to run in Sudo, you can set the BBS as 2300 and port forward 2300 to23
or whatever port you are using below 1025..
You can also take a look into 'cap_net_bind_service' in order to bind to lower ports without sudo (as a regular user).
On Tue, 9 Jul 2024 23:12:06 -0400, you wrote:
Ah, Avon to the rescue it is lower then port 1025, so if you don'twant
to run in Sudo, you can set the BBS as 2300 and port forward 2300 to23
or whatever port you are using below 1025..
You can also take a look into 'cap_net_bind_service' in order to bind to lower ports without sudo (as a regular user).
Thanks! Would I port forward from my modem or from Linux? My modem
can't port forward to a different port and anyway has no more port forwarding rules available (I'm aleady using 16...).
You can also take a look into 'cap_net_bind_service' in order to bind lower ports without sudo (as a regular user).
That did it!
On 10 Jul 2024, Shurato said the following...
Thanks! Would I port forward from my modem or from Linux? My modem can't port forward to a different port and anyway has no more port forwarding rules available (I'm aleady using 16...).
You would port forward on your Router. Usually 192.168.1.1 more then
likely the password is admin see if there are any menus for port
forwarding. Above Assession (Sorry if I misspelled your handle) posted
also you could cap_net_bind_service, I never used this but many he could explain it a bit more so you might be able to use that if you can't change port forwarding ports..
On 10 Jul 2024, Shurato said the following...
bindYou can also take a look into 'cap_net_bind_service' in order to
lower ports without sudo (as a regular user).
That did it!
There ya go. Great Job Assession!!!
I should Google how to use that for the future! LOL
I should Google how to use that for the future! LOL
setcap 'cap_net_bind_service=+ep' /path/to/mis