connecting on private node number from an allstar node
Ok I amsure it has been discussed before.. but google is not my friend tonight.. So I got that private node at a fix ip on the net.the port it run on is 4570 (4569 was not available cause of an asterisk pbx on the smae network) the node number is 1100 I know I have to add this to the node stanza in rpt.conf 1100 = radio@ipadressofthenode:4570/1100,NONE But do I have to add something else somewhere? I was under the impression I had to add something in extension.conf? Thanks for the help ve2pf
Yes, you have to do two steps. 1) On the web site ( the AllStar portal), go into your server network configuration and change the port to 4570 2) On your node edit /etc/asterisk/iax.config to add a line bindport=4570 above the bindaddr=0.0.0.0 line. restart you node. -- Tim WD6AWP
On Oct 31, 2014, at 5:40 PM, pete M <petem001@hotmail.com> wrote:
Ok I amsure it has been discussed before.. but google is not my friend tonight..
So I got that private node at a fix ip on the net.the port it run on is 4570 (4569 was not available cause of an asterisk pbx on the smae network)
the node number is 1100
I know I have to add this to the node stanza in rpt.conf
1100 = radio@ipadressofthenode:4570/1100,NONE
But do I have to add something else somewhere?
I was under the impression I had to add something in extension.conf?
Thanks for the help
ve2pf
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org <mailto:App_rpt-users@ohnosec.org> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users>
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
In extensions.conf - [radio-secure] exten => 1100,1,rpt,1100 The entry in rpt.conf would be - [nodes] 1100 = radio@127.0.0.1/1100,NONE and in iax.conf - [general] bindport=4570 The OTHER end of the connection would need an rpt.conf entry like - [nodes] 1100 = radio@ip_address_of_1100:4570/1100,NONE Note that the IP address above is the local IP address if on the same network or the public IP address if remote. In that case it would also have to be port forwarded in your router. If the node 1100 was connecting to was also private it would need to have an entry in it's nodes stanza of rpt.conf with the address and port information of the remote node. 73 Doug WA3DSP http://www.crompton.com/hamradio From: petem001@hotmail.com To: app_rpt-users@ohnosec.org Date: Fri, 31 Oct 2014 20:40:55 -0400 Subject: [App_rpt-users] connecting on private node number from an allstar node Ok I amsure it has been discussed before.. but google is not my friend tonight.. So I got that private node at a fix ip on the net.the port it run on is 4570 (4569 was not available cause of an asterisk pbx on the smae network) the node number is 1100 I know I have to add this to the node stanza in rpt.conf 1100 = radio@ipadressofthenode:4570/1100,NONE But do I have to add something else somewhere? I was under the impression I had to add something in extension.conf? Thanks for the help ve2pf _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
I missed that fact that it’s a private node. It that case you do not need, in fact can’t, modify the server entry on the portal. In addition to Doug’s example below there are a couple of things to add. In the local [nodes] stanza in rpt.conf the loopback needs the port. And it needs a list of all the other private nodes you want to connect. If the other end was node 1000 then the local [nodes] stanza would look like this: [nodes] 1100 = radio@127.0.0.1 <mailto:radio@127.0.0.1>:4570/1100,NONE 1000 = radio@IP_address_of_1000:port_if_not_4569/1000,NONE Also, if you don’t have a registered public node you will not be able to connect to other public nodes. -- Tim :wq
On Oct 31, 2014, at 6:32 PM, Doug Crompton <doug@crompton.com> wrote:
In extensions.conf -
[radio-secure] exten => 1100,1,rpt,1100
The entry in rpt.conf would be -
[nodes] 1100 = radio@127.0.0.1 <mailto:radio@127.0.0.1>/1100,NONE
and in iax.conf -
[general] bindport=4570
The OTHER end of the connection would need an rpt.conf entry like -
[nodes] 1100 = radio@ip_address_of_1100:4570/1100,NONE
Note that the IP address above is the local IP address if on the same network or the public IP address if remote. In that case it would also have to be port forwarded in your router. If the node 1100 was connecting to was also private it would need to have an entry in it's nodes stanza of rpt.conf with the address and port information of the remote node.
73 Doug WA3DSP http://www.crompton.com/hamradio <http://www.crompton.com/hamradio>
From: petem001@hotmail.com To: app_rpt-users@ohnosec.org Date: Fri, 31 Oct 2014 20:40:55 -0400 Subject: [App_rpt-users] connecting on private node number from an allstar node
Ok I amsure it has been discussed before.. but google is not my friend tonight..
So I got that private node at a fix ip on the net.the port it run on is 4570 (4569 was not available cause of an asterisk pbx on the smae network)
the node number is 1100
I know I have to add this to the node stanza in rpt.conf
1100 = radio@ipadressofthenode:4570/1100,NONE
But do I have to add something else somewhere?
I was under the impression I had to add something in extension.conf?
Thanks for the help
ve2pf
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org <mailto:App_rpt-users@ohnosec.org> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users>
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
participants (3)
-
Doug Crompton -
pete M -
Tim Sawyer