<div dir="ltr"><div><div>Thanks Doug, I was able to ping each node from one another.<br></div>For a goof i changed the internal ip address to a dns address that I use.<br></div>Now it is working. Go figure. <br><div><br>28183 = <a href="http://radio@127.0.0.1/28183,NONE">radio@127.0.0.1/28183,NONE</a> ;900 MHz NODE 28183<br>40822 = <a href="http://radio@w2ymm1.noip.me:4568/40822,NONE">radio@w2ymm1.noip.me:4568/40822,NONE</a> ; UHF NODE 40822<br><br></div><div>Thanks again<br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr">Robert Prybyzerski Jr<br>W2YMM<br>631-960-1051<br><a href="http://www.w2ymm.com" target="_blank">http://www.w2ymm.com</a></div></div></div>
<br><div class="gmail_quote">On Wed, Jan 21, 2015 at 7:02 PM, Doug Crompton <span dir="ltr"><<a href="mailto:doug@crompton.com" target="_blank">doug@crompton.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div dir="ltr"><font color="#000000" face="Tahoma,sans-serif">Bob,<br><br> I think it looks like you are doing the right thing. You DO need to put the port in the node statement if it is not 4569. You can also include it if it is 4569 optionally.<br><br>Can you ping each node from all the others using the local IP address? Go over it again and make sure you have the right IP's and ports defining each node.<br><br>Each node would have a node stanza defining itself 127.0.0.1:port and each other local node 192.168.x.x:port<br><br>I am assuming the nodes that are not 4569 have the port set in iax.conf and also at <a href="http://allstarlink.org" target="_blank">allstarlink.org</a>.<br></font><br><b><font style="font-size:16pt" size="4">73 Doug</font><font style="font-size:16pt" size="4"><br></font><font style="font-size:16pt" size="4">WA3DSP</font><font style="font-size:16pt" size="4"><br></font><font style="font-size:16pt" size="4"><a href="http://www.crompton.com/hamradio" target="_blank">http://www.crompton.com/hamradio</a></font></b><font style="font-size:16pt" size="4"><br></font><br><br><div><hr>Date: Wed, 21 Jan 2015 17:44:39 -0500<br>From: <a href="mailto:w2ymm1@gmail.com" target="_blank">w2ymm1@gmail.com</a><br>To: <a href="mailto:arm-allstar@hamvoip.org" target="_blank">arm-allstar@hamvoip.org</a><br>Subject: [arm-allstar] Unable to connect to my own nodes<div><div class="h5"><br><br><div dir="ltr"><div>Here is my call for help.<br><br>I now have 3 BeagleBone Black computers at my home.<br>Each one on a different server port. <br>1-28183 Server port 4569<br>2-29973 Server port 4567 (Not on at the moment)<br>3-40822 Server port 4568<br><br>All work fine individually. <br><br>But, When I try to connect 1 of them to the other I get a <br>"Connection Failed Announcement"<br>I've tried 2 different of configurations in my [nodes] section of rpt.conf<br>I've made the same changes on all nodes.<br>example I have tried are :<br>on node 28183<br>28183 = <a href="http://127.0.0.1/28183%2cNONE" target="_blank">radio@127.0.0.1/28183,NONE</a> ;THIS NODE 28183<br>29973 = <a href="http://192.168.1.85/29973%2cNONE" target="_blank">radio@192.168.1.85/29973,NONE</a> ;test NODE<br>40822 = <a href="http://192.168.1.70/40822%2cNONE" target="_blank">radio@192.168.1.70/40822,NONE</a> ; UHF NODE 40822<br><br>and on node 40822<br>28183 = <a href="http://192.168.1.55/28183%2cNONE" target="_blank">radio@192.168.1.55/28183,NONE</a> ;900 node 28183<br>29973 = <a href="http://192.168.1.85/29973%2cNONE" target="_blank">radio@192.168.1.85/29973,NONE</a> ;test NODE<br>40822 = <a href="http://127.0.0.1/40822%2cNONE" target="_blank">radio@127.0.0.1/40822,NONE</a> ; UHF NODE 40822<br><br>and with the :server port Number defined<br><br>28183 = <a href="http://127.0.0.1/28183%2cNONE" target="_blank">radio@127.0.0.1/28183,NONE</a> ;THIS NODE 28183<br>29973 = <a href="http://192.168.1.85:4567/29973%2cNONE" target="_blank">radio@192.168.1.85:4567/29973,NONE</a> ;test NODE<br>40822 = <a href="http://192.168.1.70:4568/40822%2cNONE" target="_blank">radio@192.168.1.70:4568/40822,NONE</a> ; UHF NODE 40822<br><br>28183 = <a href="http://192.168.1.55:4569/28183%2cNONE" target="_blank">radio@192.168.1.55:4569/28183,NONE</a> ;900 node 28183<br>29973 = <a href="http://192.168.1.85:4567/29973%2cNONE" target="_blank">radio@192.168.1.85:4567/29973,NONE</a> ;test NODE<br>40822 = <a href="http://127.0.0.1/40822%2cNONE" target="_blank">radio@127.0.0.1/40822,NONE</a> ; UHF NODE 40822<br><br><br>asterisk -r <br>rpt fun 28183 *340822<br>---RESULTS--- <br>bbb-28183*CLI> rpt fun 28183 *340822<br> -- Hungup 'DAHDI/pseudo-152593722'<br>[Jan 21 17:25:44] NOTICE[1206]: chan_iax2.c:4087 __auto_congest: Auto-congesting call due to slow response<br> -- Hungup 'IAX2/192.168.1.70:4569-1059'<br> -- Hungup 'DAHDI/pseudo-251895737'<br><br><br>Is there something I am missing ?<br>I've restarted asterisk, I've rebooted the BBB. Not sure what else to do at this point and any help would be greatly appreciated.<br><br><br></div>Thanks Bob P W2YMM<br><br clear="all"><div><div><div><div dir="ltr">Robert Prybyzerski Jr<br>W2YMM<br><a href="tel:631-960-1051" value="+16319601051" target="_blank">631-960-1051</a><br><a href="http://www.w2ymm.com" target="_blank">http://www.w2ymm.com</a></div></div></div>
</div></div>
<br></div></div>_______________________________________________
arm-allstar mailing list
<a href="mailto:arm-allstar@hamvoip.org" target="_blank">arm-allstar@hamvoip.org</a>
<a href="http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar" target="_blank">http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar</a>
Visit the BBB web page - <a href="http://www.crompton.com/hamradio/BeagleBoneBlackAllstar/" target="_blank">http://www.crompton.com/hamradio/BeagleBoneBlackAllstar/</a></div> </div></div>
<br>_______________________________________________<br>
<br>
arm-allstar mailing list<br>
<a href="mailto:arm-allstar@hamvoip.org">arm-allstar@hamvoip.org</a><br>
<a href="http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar" target="_blank">http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar</a><br>
<br>
Visit the BBB web page - <a href="http://www.crompton.com/hamradio/BeagleBoneBlackAllstar/" target="_blank">http://www.crompton.com/hamradio/BeagleBoneBlackAllstar/</a><br></blockquote></div><br></div>