Help plese node 538451

Good morning and good Sunday I have installed the new version of allstarlink on a vps with debian 12 everything went ok the installation but I have a problem when I try to connect any node it tells me connected but I get an error as in the attached photo and if I see the dasckboard I don’t see any node connected can someone help me solve this problem a good weekend 73 from Hb9tvw Gabriele


Looks like your node doesn’t know about itself.

From the Diagnostics menu, select item 8 to see if the update service is running. Also, what do items 1 thru 4 show?

Thank you for your prompt reply where can I enable this


I found the update-nodelist package at GitHub - AllStarLink/asl3-update-nodelist: systemctl timer based update-nodelist when I ran into the same thing, running node 588411 in a Virtual Box virtual machine.

From Debian 12 Install - AllStarLink Manual


The following packages are also available and may be installed separately:


ASL3 Nodelist Updater - An updated node service to maintain a local copy of the AllStarLink node database (rpt_extnodes). While, in general, the preferred method of node lookup is DNS, some installations with slow Internet or DNS servers that have very long cache timers may benefit from this method of node lookup instead. Install with sudo apt install asl3-update-nodelist.

Now it is running but no node is connecting and it still gives me the same error thank you 73



It looks as if your node was setup as a “Remote Base”.

Was that intentional? needed?

Good evening and thank you for your prompt reply It was not intentional perhaps by mistake I changed the information from the astarlink page of node 73 from Hb9tvw

So, is all good now?

I don’t always get that message but if I see in the dasckboatd he didn’t connect


For incoming connections, you need to be able have traffic pass from the internet to the the IAX port on your server. The default port # is 4569.

Do you have your VPS setup to pass UDP port 4569?

Also, are you able to make outgoing connections from the node?

Good morning sorry if I misunderstood the translation didn’t work properly yes on the vps the Udp port 4569 iax is open 73

I believe I had the exact same issue (thread below). It turned out to be the Ionos VM had a different ISO of debian 12 for “mass install” and it was missing some stuff.

Which VM is it? Are you sure it is the full-fat debian 12?

The Ionos “Cloud Debian” definitely will not work. This has been tried multiple times and failed because of incomplete kernel header support.

I wonder if this is what the OP has. They mentioned it’s a VM…

The errors look exactly like what I had!

Good evening tried to install asl3 node on debian 12 on Contabo same problem as the other farm on ionos can anyone help me solve thanks 73 from Hb9tvw. There is something missing



When I go to asl-menu main menu then enter the Asterisk CLI I see this
[2024-07-17 11:13:42.221] WARNING[543]: res_rpt_http_registrations.c:148 curl_post: Resolving timed out after 1000 milliseconds
[2024-07-17 11:13:42.221] WARNING[543]: res_rpt_http_registrations.c:150 curl_post: Failed to curl URL ‘https://register.allstarlink.org/

This is a known problem with certain users who have poorly-behaving ISPs: Increase Timeout in app_rpt of HTTP-based Registrations (1s ->6+s) · Issue #352 · AllStarLink/app_rpt · GitHub.

Switch to IAX2 registration, and see if the problem stops.

Also, please post the output of these two commands:

time curl --header "Content-Type: application/json" \
        --request POST \
        --data "{}" \
        https://repo.allstarlink.org/usage/usage

and

dig +short register.allstarlink.org