private nodes not connecting
HI ! , I have trouble connecting private nodes across routers . We have nodes 1003 and node 1200 , each on a different router on an intranet linked with many Ubiquiti radios on 5 ghz band. We use WDS on all radios , and the routers are Mikrotik RB-750 and Rb-2011 all updated to the latest firmware ( 6.25) from both locations we could ping the remote Asterisk machine and we can SSH or WEBMIN in it, no issues ! I am using port UDP 4570 on both, I am sure about my DST rules in routers , and my routes are declared. So I can pass traffic from one lan to the other with no issues. I f I check with SSH while I try to connect from the remote node, I could see a WARNING [2421] app_rpt.c:17811 rpt_exec; Node 1200 IP 10.204.2.7 does not match link Ip 10.205.1.25!! . What it means for me is that the machine received an answer to the connect request with the router`s physical L3 address of the used port instead of the address of the Asterisk remote box Such is a router ! it packs the info with the source address of the router Is there a location in Asterisk where we could instruct the machine to listen to any address ? or may be someone knows a workaround I worked around 150 hours to resolve this issue , with no success . Help me please, I do not sleep since many nights ! Thanks for your help, Serge VE2ABC tech. director aresqc.org
In rpt.conf you have to put the IP address and port of the other node(s) in your private network. Not sure I have your IPs right but... One node would look something like this: [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. 1200 = radio@127.0.0.1 <mailto:radio@127.0.0.1>:4570/1200,NONE ; Local node 1003 = radio@10.205.1.25 <mailto:radio@10.205.1.25>:4570/1003,NONE ; Remote Node The other node like this: [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. 1003 = radio@127.0.0.1 <mailto:radio@10.205.1.25>:4570/1003,NONE ; Local Node 1200 = radio@ <mailto:radio@127.0.0.1>10.204.2.7:4570/1200,NONE ; Remote node Hope that helps you get some sleep :-) -- Tim :wq
On Jan 27, 2015, at 3:53 PM, Serge Bérubé <ve2abc@ve2abc.com> wrote:
HI ! , I have trouble connecting private nodes across routers . We have nodes 1003 and node 1200 , each on a different router on an intranet linked with many Ubiquiti radios on 5 ghz band. We use WDS on all radios , and the routers are Mikrotik RB-750 and Rb-2011 all updated to the latest firmware ( 6.25) from both locations we could ping the remote Asterisk machine and we can SSH or WEBMIN in it, no issues ! I am using port UDP 4570 on both, I am sure about my DST rules in routers , and my routes are declared. So I can pass traffic from one lan to the other with no issues. I f I check with SSH while I try to connect from the remote node, I could see a WARNING [2421] app_rpt.c:17811 rpt_exec; Node 1200 IP 10.204.2.7 does not match link Ip 10.205.1.25!! . What it means for me is that the machine received an answer to the connect request with the router`s physical L3 address of the used port instead of the address of the Asterisk remote box… Such is a router ! it packs the info with the source address of the router… Is there a location in Asterisk where we could instruct the machine to listen to any address ? or may be someone knows a workaround… I worked around 150 hours to resolve this issue , with no success . Help me please, I do not sleep since many nights !
Thanks for your help, Serge VE2ABC tech. director aresqc.org <http://aresqc.org/>
_______________________________________________ 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.
This works as long as the 2 nodes are static IPs right? If the nodes are set for DHCP then it might get a different IP from the router and then the other node cant find it. Just my 1.5 cents. (2 cents CDN) VA3RQ On 1/28/2015 12:10 AM, Tim Sawyer wrote:
In rpt.conf you have to put the IP address and port of the other node(s) in your private network. Not sure I have your IPs right but...
One node would look something like this: [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. 1200 = radio@127.0.0.1 <mailto:radio@127.0.0.1>:4570/1200,NONE ; Local node 1003 = radio@10.205.1.25 <mailto:radio@10.205.1.25>:4570/1003,NONE ; Remote Node
The other node like this: [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. 1003 = radio@127.0.0.1 <mailto:radio@10.205.1.25>:4570/1003,NONE ; Local Node 1200 = radio@ <mailto:radio@127.0.0.1>10.204.2.7:4570/1200,NONE ; Remote node
Hope that helps you get some sleep :-) -- Tim :wq
On Jan 27, 2015, at 3:53 PM, Serge Bérubé <ve2abc@ve2abc.com <mailto:ve2abc@ve2abc.com>> wrote:
HI ! , I have trouble connecting private nodes across routers . We have nodes 1003 and node 1200 , each on a different router on an intranet linked with many Ubiquiti radios on 5 ghz band. We use WDS on all radios , and the routers are Mikrotik RB-750 and Rb-2011 all updated to the latest firmware ( 6.25) from both locations we could ping the remote Asterisk machine and we can SSH or WEBMIN in it, no issues ! I am using port UDP 4570 on both, I am sure about my DST rules in routers , and my routes are declared. So I can pass traffic from one lan to the other with no issues. I f I check with SSH while I try to connect from the remote node, I could see a WARNING [2421] app_rpt.c:17811 rpt_exec; Node 1200 IP 10.204.2.7 does not match link Ip 10.205.1.25!! . What it means for me is that the machine received an answer to the connect request with the router`s physical L3 address of the used port instead of the address of the Asterisk remote box… Such is a router ! it packs the info with the source address of the router… Is there a location in Asterisk where we could instruct the machine to listen to any address ? or may be someone knows a workaround… I worked around 150 hours to resolve this issue , with no success . Help me please, I do not sleep since many nights ! Thanks for your help, Serge VE2ABC tech. director aresqc.org <http://aresqc.org/> _______________________________________________ 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
To unsubscribe from this list please visithttp://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-usersand 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 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.
For DHCP, reserve the assigned IP, then setup the corresponding port forwarding. Thanks, Bob kk6ecm Sent from iPad
On Jan 28, 2015, at 7:08 AM, Jon Rorke <jrorke@cogeco.ca> wrote:
This works as long as the 2 nodes are static IPs right? If the nodes are set for DHCP then it might get a different IP from the router and then the other node cant find it. Just my 1.5 cents. (2 cents CDN)
VA3RQ
On 1/28/2015 12:10 AM, Tim Sawyer wrote: In rpt.conf you have to put the IP address and port of the other node(s) in your private network. Not sure I have your IPs right but...
One node would look something like this: [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. 1200 = radio@127.0.0.1:4570/1200,NONE ; Local node 1003 = radio@10.205.1.25:4570/1003,NONE ; Remote Node
The other node like this: [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. 1003 = radio@127.0.0.1:4570/1003,NONE ; Local Node 1200 = radio@10.204.2.7:4570/1200,NONE ; Remote node
Hope that helps you get some sleep :-) -- Tim :wq
On Jan 27, 2015, at 3:53 PM, Serge Bérubé <ve2abc@ve2abc.com> wrote:
HI ! , I have trouble connecting private nodes across routers . We have nodes 1003 and node 1200 , each on a different router on an intranet linked with many Ubiquiti radios on 5 ghz band. We use WDS on all radios , and the routers are Mikrotik RB-750 and Rb-2011 all updated to the latest firmware ( 6.25) from both locations we could ping the remote Asterisk machine and we can SSH or WEBMIN in it, no issues ! I am using port UDP 4570 on both, I am sure about my DST rules in routers , and my routes are declared. So I can pass traffic from one lan to the other with no issues. I f I check with SSH while I try to connect from the remote node, I could see a WARNING [2421] app_rpt.c:17811 rpt_exec; Node 1200 IP 10.204.2.7 does not match link Ip 10.205.1.25!! . What it means for me is that the machine received an answer to the connect request with the router`s physical L3 address of the used port instead of the address of the Asterisk remote box… Such is a router ! it packs the info with the source address of the router… Is there a location in Asterisk where we could instruct the machine to listen to any address ? or may be someone knows a workaround… I worked around 150 hours to resolve this issue , with no success . Help me please, I do not sleep since many nights !
Thanks for your help, Serge VE2ABC tech. director aresqc.org
_______________________________________________ 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 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 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.
participants (4)
-
Jon Rorke -
kk6ecm -
Serge Bérubé -
Tim Sawyer