Private nodes not connecting
Hi guys, I have 2 RPI 3 servers running the latest N4IRS release. I have a private node on each server. RPI3 #1 is 10.0.0.200 NODE 1000:4568 RPI3 #2 is 10.0.0.201 NODE 1001:4569 Neither node can connect to the other. I am using the CLI inside the asterisk program to manually connect using rpt fun 1000 *31001 from server 1 or rpt fun 1001 *31000 from server 2 Listed here is how the scripts are defined. extensions.conf RPI3 #1 [globals] HOMENPA = 209 ; change this to your Area Code NODE = 1000 ; change this to your node number [default] exten => i,1,Hangup RPI3 #2 [globals] HOMENPA = 209 ; change this to your Area Code NODE = 1001 ; change this to your node number [default] exten => i,1,Hangup [radio-secure] exten => ${NODE},1,rpt,${NODE} [radio-secure] exten => ${NODE},1,rpt,${NODE} rpt.conf RPI3 #1 rxchannel = dahdi/pseudo [nodes] ; Note, if you are using automatic update for allstar link nodes, ; no allstar link nodes should be defined here. Only place a definition ; for your local nodes, and private (off of allstar link) nodes here. 1000 = radio@127.0.0.1 <https://us-mg6.mail.yahoo.com/compose?to=radio@127.0.0.1>:4568/1000,NONE ; This must be changed to your node number 1001 = radio@10.0.0.201 <https://us-mg6.mail.yahoo.com/compose?to=radio@10.0.0.201>:4569/1001,NONE ; and iax port number if not the default RPI3 #2 rxchannel = dahdi/pseudo [nodes] ; Note, if you are using automatic update for allstar link nodes, ; no allstar link nodes should be defined here. Only place a definition ; for your local nodes, and private (off of allstar link) nodes here. 1000 = radio@10.0.0.201 <https://us-mg6.mail.yahoo.com/compose?to=radio@10.0.0.201>:4568/1000,NONE ; This must be changed to your node number 1001 = radio@127.0.0.1 <https://us-mg6.mail.yahoo.com/compose?to=radio@127.0.0.1>:4569/1001,NONE ; and iax port number if not the default I am not having any results with this. I did not uncomment node register line in iax.conf for either server and also in rpt,conf I did not uncomment the status report lines I just simply want these two servers to talk to each other on the same lan The nodes in both of these servers are HUBS. Anyone have any ideas I have over looked? Ron Simpson, N6GKJ Amateur Radio ................... Have you ever noticed that when you are looking for something, it is always found in the last place you look? Ron Simpson, N6GKJ.... Amateur Radio
You have to define each node in the other node. Once I am back to my office I will send you an example of someone does t beat me to it Sent from my iPhone
On Sep 2, 2016, at 2:23 PM, N6GKJ Land <n6gkj1@gmail.com> wrote:
Hi guys,
I have 2 RPI 3 servers running the latest N4IRS release. I have a private node on each server.
RPI3 #1 is 10.0.0.200 NODE 1000:4568 RPI3 #2 is 10.0.0.201 NODE 1001:4569
Neither node can connect to the other. I am using the CLI inside the asterisk program to manually connect using rpt fun 1000 *31001 from server 1
or
rpt fun 1001 *31000 from server 2
Listed here is how the scripts are defined.
extensions.conf RPI3 #1 [globals] HOMENPA = 209 ; change this to your Area Code NODE = 1000 ; change this to your node number
[default]
exten => i,1,Hangup
RPI3 #2 [globals] HOMENPA = 209 ; change this to your Area Code NODE = 1001 ; change this to your node number
[default]
exten => i,1,Hangup
[radio-secure] exten => ${NODE},1,rpt,${NODE}
[radio-secure] exten => ${NODE},1,rpt,${NODE}
rpt.conf
RPI3 #1 rxchannel = dahdi/pseudo
[nodes] ; Note, if you are using automatic update for allstar link nodes, ; no allstar link nodes should be defined here. Only place a definition ; for your local nodes, and private (off of allstar link) nodes here.
1000 = radio@127.0.0.1:4568/1000,NONE ; This must be changed to your node number 1001 = radio@10.0.0.201:4569/1001,NONE ; and iax port number if not the default
RPI3 #2
rxchannel = dahdi/pseudo
[nodes] ; Note, if you are using automatic update for allstar link nodes, ; no allstar link nodes should be defined here. Only place a definition ; for your local nodes, and private (off of allstar link) nodes here.
1000 = radio@10.0.0.201:4568/1000,NONE ; This must be changed to your node number 1001 = radio@127.0.0.1:4569/1001,NONE ; and iax port number if not the default
I am not having any results with this. I did not uncomment node register line in iax.conf for either server and also in rpt,conf I did not uncomment the status report lines
I just simply want these two servers to talk to each other on the same lan
The nodes in both of these servers are HUBS. Anyone have any ideas I have over looked?
Ron Simpson, N6GKJ Amateur Radio ...................
Have you ever noticed that when you are looking for something, it is always found in the last place you look? Ron Simpson, N6GKJ.... Amateur Radio _______________________________________________ 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.
Ron, set debug: rpt debug level 7 rpt fun 1000 *31001 from server 1 or rpt fun 1001 *31000 from server 2 What is the output? -- "Just say no to world domination"
sorry I didn't see them defined when I was on my phone looking at this email. When you do run rpt fun 1000 *31001, what is the result of the command? On Fri, Sep 2, 2016 at 2:23 PM, N6GKJ Land <n6gkj1@gmail.com> wrote:
Hi guys,
I have 2 RPI 3 servers running the latest N4IRS release. I have a private node on each server.
RPI3 #1 is 10.0.0.200 NODE 1000:4568 RPI3 #2 is 10.0.0.201 NODE 1001:4569
Neither node can connect to the other. I am using the CLI inside the asterisk program to manually connect using rpt fun 1000 *31001 from server 1
or
rpt fun 1001 *31000 from server 2
Listed here is how the scripts are defined.
extensions.conf RPI3 #1 [globals] HOMENPA = 209 ; change this to your Area Code NODE = 1000 ; change this to your node number
[default]
exten => i,1,Hangup
RPI3 #2 [globals] HOMENPA = 209 ; change this to your Area Code NODE = 1001 ; change this to your node number
[default]
exten => i,1,Hangup
[radio-secure] exten => ${NODE},1,rpt,${NODE}
[radio-secure] exten => ${NODE},1,rpt,${NODE}
rpt.conf
RPI3 #1 rxchannel = dahdi/pseudo
[nodes] ; Note, if you are using automatic update for allstar link nodes, ; no allstar link nodes should be defined here. Only place a definition ; for your local nodes, and private (off of allstar link) nodes here.
1000 = radio@127.0.0.1 <https://us-mg6.mail.yahoo.com/compose?to=radio@127.0.0.1>:4568/1000,NONE ; This must be changed to your node number 1001 = radio@10.0.0.201 <https://us-mg6.mail.yahoo.com/compose?to=radio@10.0.0.201>:4569/1001,NONE ; and iax port number if not the default
RPI3 #2
rxchannel = dahdi/pseudo
[nodes] ; Note, if you are using automatic update for allstar link nodes, ; no allstar link nodes should be defined here. Only place a definition ; for your local nodes, and private (off of allstar link) nodes here.
1000 = radio@10.0.0.201 <https://us-mg6.mail.yahoo.com/compose?to=radio@10.0.0.201>:4568/1000,NONE ; This must be changed to your node number 1001 = radio@127.0.0.1 <https://us-mg6.mail.yahoo.com/compose?to=radio@127.0.0.1>:4569/1001,NONE ; and iax port number if not the default
I am not having any results with this. I did not uncomment node register line in iax.conf for either server and also in rpt,conf I did not uncomment the status report lines
I just simply want these two servers to talk to each other on the same lan
The nodes in both of these servers are HUBS. Anyone have any ideas I have over looked?
Ron Simpson, N6GKJ Amateur Radio ...................
Have you ever noticed that when you are looking for something, it is always found in the last place you look? Ron Simpson, N6GKJ.... Amateur Radio
_______________________________________________ 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 am assuming both nodes are on the same NAT in your network. If so, then make sure you define them with a path (to each other) in rpt.conf To understand... Allstar is a asterisk switch and if a node is not registered to it, how would allstar know how to make connections to it. Your local node has to be told. In my 29283 rpt.conf... 29999 = radio@192.168.1.223/29999,NONE The 29999 is currently a private node so use your private node number in it and it's IP address for the other machine needing to connect to it. reverse that in the other rpt.conf description. It needs to know the path to connect since it is not using Allstar to handle that. ...mike/kb8jnm
Hi guys,
I have 2 RPI 3 servers running the latest N4IRS release. I have a private node on each server.
RPI3 #1 is 10.0.0.200 NODE 1000:4568 RPI3 #2 is 10.0.0.201 NODE 1001:4569
Neither node can connect to the other. I am using the CLI inside the asterisk program to manually connect using rpt fun 1000 *31001 from server 1
or
rpt fun 1001 *31000 from server 2
Listed here is how the scripts are defined.
extensions.conf RPI3 #1 [globals] HOMENPA = 209 ; change this to your Area Code NODE = 1000 ; change this to your node number
[default]
exten => i,1,Hangup
RPI3 #2 [globals] HOMENPA = 209 ; change this to your Area Code NODE = 1001 ; change this to your node number
[default]
exten => i,1,Hangup
[radio-secure] exten => ${NODE},1,rpt,${NODE}
[radio-secure] exten => ${NODE},1,rpt,${NODE}
rpt.conf
RPI3 #1 rxchannel = dahdi/pseudo
[nodes] ; Note, if you are using automatic update for allstar link nodes, ; no allstar link nodes should be defined here. Only place a definition ; for your local nodes, and private (off of allstar link) nodes here.
1000 = radio@127.0.0.1 <https://us-mg6.mail.yahoo.com/compose?to=radio@127.0.0.1>:4568/1000,NONE ; This must be changed to your node number 1001 = radio@10.0.0.201 <https://us-mg6.mail.yahoo.com/compose?to=radio@10.0.0.201>:4569/1001,NONE ; and iax port number if not the default
RPI3 #2
rxchannel = dahdi/pseudo
[nodes] ; Note, if you are using automatic update for allstar link nodes, ; no allstar link nodes should be defined here. Only place a definition ; for your local nodes, and private (off of allstar link) nodes here.
1000 = radio@10.0.0.201 <https://us-mg6.mail.yahoo.com/compose?to=radio@10.0.0.201>:4568/1000,NONE ; This must be changed to your node number 1001 = radio@127.0.0.1 <https://us-mg6.mail.yahoo.com/compose?to=radio@127.0.0.1>:4569/1001,NONE ; and iax port number if not the default
I am not having any results with this. I did not uncomment node register line in iax.conf for either server and also in rpt,conf I did not uncomment the status report lines
I just simply want these two servers to talk to each other on the same lan
The nodes in both of these servers are HUBS. Anyone have any ideas I have over looked?
Ron Simpson, N6GKJ Amateur Radio ...................
Have you ever noticed that when you are looking for something, it is always found in the last place you look? Ron Simpson, N6GKJ.... Amateur Radio _______________________________________________ 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.
Ron, You have the nodes section correct on both nodes: RPI3 #1 [nodes] 1000 = radio@127.0.0.1:4568/1000,NONE ; This must be changed to your node number 1001 = radio@10.0.0.201:4569/1001,NONE ; and iax port number if not the default RPI3 #2 [nodes] 1000 = radio@10.0.0.201:4568/1000,NONE ; This must be changed to your node number 1001 = radio@127.0.0.1:4569/1001,NONE ; and iax port number if not the default In rpt.conf on each node I assume you have: for RPI3 #1: [1000] rxchannel = dahdi/pseudo for RPI3 #2: [1001] rxchannel = dahdi/pseudo You did not show that. Just want to check On 9/2/2016 2:23 PM, N6GKJ Land wrote:
Hi guys,
I have 2 RPI 3 servers running the latest N4IRS release. I have a private node on each server.
RPI3 #1 is 10.0.0.200 NODE 1000:4568 RPI3 #2 is 10.0.0.201 NODE 1001:4569
Neither node can connect to the other. I am using the CLI inside the asterisk program to manually connect using rpt fun 1000 *31001 from server 1
or
rpt fun 1001 *31000 from server 2
Listed here is how the scripts are defined.
extensions.conf RPI3 #1 [globals] HOMENPA = 209 ; change this to your Area Code NODE = 1000 ; change this to your node number
[default]
exten => i,1,Hangup
RPI3 #2 [globals] HOMENPA = 209 ; change this to your Area Code NODE = 1001 ; change this to your node number
[default]
exten => i,1,Hangup
[radio-secure] exten => ${NODE},1,rpt,${NODE}
[radio-secure] exten => ${NODE},1,rpt,${NODE}
rpt.conf
RPI3 #1 rxchannel = dahdi/pseudo
[nodes] ; Note, if you are using automatic update for allstar link nodes, ; no allstar link nodes should be defined here. Only place a definition ; for your local nodes, and private (off of allstar link) nodes here.
1000 = radio@127.0.0.1 <https://us-mg6.mail.yahoo.com/compose?to=radio@127.0.0.1>:4568/1000,NONE ; This must be changed to your node number 1001 = radio@10.0.0.201 <https://us-mg6.mail.yahoo.com/compose?to=radio@10.0.0.201>:4569/1001,NONE ; and iax port number if not the default
RPI3 #2
rxchannel = dahdi/pseudo
[nodes] ; Note, if you are using automatic update for allstar link nodes, ; no allstar link nodes should be defined here. Only place a definition ; for your local nodes, and private (off of allstar link) nodes here.
1000 = radio@10.0.0.201 <https://us-mg6.mail.yahoo.com/compose?to=radio@10.0.0.201>:4568/1000,NONE ; This must be changed to your node number 1001 = radio@127.0.0.1 <https://us-mg6.mail.yahoo.com/compose?to=radio@127.0.0.1>:4569/1001,NONE ; and iax port number if not the default
I am not having any results with this. I did not uncomment node register line in iax.conf for either server and also in rpt,conf I did not uncomment the status report lines
I just simply want these two servers to talk to each other on the same lan
The nodes in both of these servers are HUBS. Anyone have any ideas I have over looked?
Ron Simpson, N6GKJ Amateur Radio ...................
Have you ever noticed that when you are looking for something, it is always found in the last place you look? Ron Simpson, N6GKJ.... Amateur Radio
_______________________________________________ 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.
-- "Just say no to world domination"
participants (4)
-
Corey Dean -
mike@midnighteng.com -
N6GKJ Land -
Steve Zingman