Private node connection failure

I have trying to connect to my private node number in allstar dashboard.
My pubic node i569840 and private 1999. when i excute connect cmd, connection failed:
i did an asterisk -rvv and got this:

Did you create an entry for the connection in the dialplan (extensions.conf) ?

Or should I say, can you post the entry for it ?

Is that 1999 node dahdi channel driven ? and selected correctly ?

A correct entry in the [nodes] section of rpt.conf ? You might post that for eyes on typo.




One thing you have not shown was the entry in extensions.conf for your private node.

Should look like this but with your node number.

exten => 1951,1,Answer
exten => 1951,n,Wait(2)
exten => 1951,n,Playback(rpt/node)
exten => 1951,n,Playback(digits/1&digits/9&digits/5&digits/1)
exten => 1951,n,Rpt,1951|P

in your rpt.conf under [NODES]
you list your main node
569840 = radio@10.0.0.17:4562/569840,NONE
and 1999
1999 = radio@127.0.0.1:4569/1999,NONE

your 1999 is on the same port as your main node so please change the port to the proper address and port of your main node.

then it should be able to connect.

If the nodes are on the same server, then it should look something like this

569840 = radio@127.0.0.0:(iaxport)/569840,none
1999 = radio@127.0.0.0:(iaxport)/1999,none

But use ‘your iaxport’ as defined in iax.conf

sudo: unable to resolve host node569840: No address associated with hostname

We we are still skipping past questions that I have no answer for.

Are both nodes on the same server ?

yes they are both on the same server 569840 569841

exten => 1999,1,Answer
exten => 1999,n,Wait(2)
exten => 1999,n,Playback(rpt/node)
exten => 1999,n,Playback(digits/1&digits/9&digits/9&digits/9)
exten => 1999,n,Rpt,1999|P

You still need routing for the private node shown.
It is not [allstar-sys] which handles network connections.
A private node is not part of the network.
That is why it needs it’s own routing.
The bold line is the actual connection.

I believe the stanza is [radio-control]
But I don’t know what the current default is, I’m using my old configs.

well good news.

I got my AllScan and Supermon7.4 working.
Now just Allmon3 dashboard public node to private node to access DVSwitch.
DVSwitch is already setup with TGIF and DStar

Allmon3 dashboard wont take my password

  1. Set a password for the default user allmon3:
allmon3-passwd allmon3
  1. Enable and restart the services
systemctl enable allmon3 
systemctl restart allmon3

thanks it work but wont connect

sudo: unable to resolve host node569840: No address associated with hostname

Have you set the apache, web access password ?
(see instructions)

I need to see what you are doing. cause there never should be an issue. if you are logged into your ASL3 node thru ssh and you cd /etc/allmon3 directory and applied what I wrote then you should be able to log into your allmon3 dashboard.

if you are trying to connect 1999 to your main node I told you in an earlier post you need to change the port to match the main node in the rpt.conf file.