¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: New bpq32 install connection refused


 

¿ªÔÆÌåÓý

Is that the whole of the startup message? You should have lines starting "Initialising Port".

This is probably a stupid question, but does linbpq keep running? Ie does it exit?

To check that the ports are listening, use

netstat -n -a | grep 8008??? ??? ??? ??? ??? (repeat for 8010, 8011)

You should see

tcp??????? 0????? 0 0.0.0.0:8008 ?????????? 0.0.0.0:*?????????????? LISTEN

You should be able to test with telnet 127.0.0.1 8010 or browser to 127.0.0.1:8008 (assuming the browser is on the same machine as linbpq - if not use IP address of the linbpq machine instead of 127.0.0.1

?Not related to your connection refused problem, but your KISS port definition is for a physical TNC connected to the Pi header. For Direwolf you need to use a KISS over TCP connection.

73
John


On 15/02/2021 22:52, Carmine Prestia wrote:

Jeff:

For #1, here is the terminal text after start up:

pi@hampi:~/BPQ $ ./pilinbpq
G8BPQ AX25 Packet Switch System Version 6.0.21.26 February 2021
Copyright ? 2001-2021 John Wiseman G8BPQ
Current Directory is /home/pi/BPQ
?
Configuration file Preprocessor.
Using Configuration file /home/pi/BPQ/bpq32.cfg
Conversion (probably) successful
?
PORTS 0x21f9d8 LINKS 0x222420 DESTS 0x225320 ROUTES 0x22b8b0 L4 0x22d2b0 BUFFERS 0x233778
?
Route/Node recovery file BPQNODES.dat not found - Continuing without it

For #2, I did not think of that but I'll set those ports on the router and see what happens.

Thank you.
Carmine, K3CWP

?

Join [email protected] to automatically receive all group messages.