¿ªÔÆÌåÓý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: |