I cannot connect my node. 58642

My node won’t connect to Hubnet. It says it is not registered. I do not know how to fix this, can anyone help please.Node number 58642.

Can you connect to anything else? Freestar (2196 or 2167), East Coast Allstar (27399) or the Dallas Parrot 55553. According to allstar.org, 58642 was last seen on 14 Dec 2024 @ 09:06.

What is the output of rpt show registrations? That’s how you can see your registration status.

Hi. I can connect to 2167 but not 2196.I cannot connect to 27399, but I can connect to 55553 & GM7KBK (CQ-UK) but nothing else. 14th of December is when my problem started. Thank you.

Where would I enter that please?

From the console. Use sudo -s -- asterisk -rvvv and then run that command.

https://node63001.local:9090 does not work on my browsers.

I am not sure which version of Asterisk you are using. Have you logged into your node using PuTTY. This would bring up the Admin Menu list on earlier versions of AllStar. From the menu choose Run Asterisk CLI client. Then run “rpt showvars 58642” without the quotes. You may have to scroll up/down on the output but this will have a line REGISTRATIONS = . This will show the registration status.

Ok I will try that. Give me a bit of time to understand Putty and I will be back.

When using PuTTY, the File Protocol will be SFTP. the Host Name will be the IP address of the node and the Port Number will be 222 (3 * 2). Then the user name (root?) and your password.

If you have any private nodes, disconnect them before testing your connections external.

Most popular reasons for connection failure.

I get:
microHUB*CLI> rpt showvars 58642
Variable listing for node 58642:
XX_RPT_RXKEYED=0
XX_RPT_TXKEYED=0
RPT_ETXKEYED=0
RPT_TXKEYED=0
RPT_NUMLINKS=0
RPT_LINKS=0
RPT_NUMALINKS=0
RPT_ALINKS=0
RPT_RX_TIMEOUT=0
RPT_TX_TIMEOUT=0
RPT_AUTOPATCHUP=0
RPT_RXKEYED=0
– 12 variables

Is Supermon installed on your node? http:///supermon2 or http:///supermon. Replace with the real ip address of the node. 192.168.1.xxx etc.

Looks like the forum removed the text I had in brackets. http:// node ip address /supermon2 or http: node ip address /supermon.

Yes, I can access Supermon from the node dashboard or via your instructions.

Are you able to login? The user name is usually admin. Once logged in, the main screen will show you the registration status. There are also additional options to view the full config, system info plus view the logs. You may get some additional info from the AST log when you try to connect to other nodes. Compare successful attempts with unsuccessful attempts. Was it supermon or supermon2 you have installed. Use 2 if available.

This might be relevant.

NOTICE[336] chan_iax2.c: Registration of ‘58642’ rejected: ‘Password incorrect’ from: ‘34.105.111.212’

And this Tom.

[Jan 10 09:31:16] ERROR[318] chan_echolink.c: Error in parsing header on server1.echolink.org

OK. You can check your password firstly by logging into https://www.allstarlink.org/ then > Portal > Node Settings. Hover over the password and make a note of it. It is case-sensitive. Do not share this password with anybody else. Then check /etc/asterisk/iax.conf. Scroll down to the register= line. Check that the password and node number are correct here.

Also, I would suggest that while de-bugging you temporarily disable any add-ins like Echolink. To do this, modify /etc/asterisk/modules.conf and comment out the line that says “load=chan_echolink.so”. Just put a semi-colon in front of it.