<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font style="" face="Tahoma">Joel,<br><br> The reason that happened is probably because you manually did a change from dhcp to static rather than use the script to do it. I see your dhcp is active -<br><br>[wa3dsp@bbb41187 netctl]$ sudo systemctl is-active dhcpcd<br>active<br><br>Which means the following line in the script was not run -<br><br> /usr/bin/systemctl disable dhcpcd 1>/dev/null 2>&1<br><br>disabling dhcp. You need to run this line and/or run the script to do it properly. The script is /usr/local/sbin/netsetup.sh which is run from firsttime.sh<br id="FontBreak"></font><br><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">http://www.crompton.com/hamradio</font></b><font style="font-size:16pt;" size="4"><br></font><br><br><div><hr id="stopSpelling">Date: Fri, 5 Sep 2014 11:53:37 -0500<br>From: w0kgw3@gmail.com<br>To: arm-allstar@hamvoip.org<br>Subject: Re: [arm-allstar] iaxRpt access question<br><br><div dir="ltr">I'd like to thank both Doug WA3DSP and Dave AH6OD for their tireless help on this issue.<br><br>It came down to this exact issue:<br><div dir="ltr"><div><div><br>[root@bbb41187 asterisk]# ip addr show dev eth0<br>2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000<br> link/ether d0:39:72:1a:69:95 brd ff:ff:ff:ff:ff:ff<br> inet <a href="http://192.168.33.22/24" target="_blank">192.168.xx.22/24</a> brd 192.168.33.255 scope global eth0<br> inet <a href="http://192.168.33.157/24" target="_blank">192.168.xx.157/24</a> brd 192.168.33.255 scope global secondary eth0<br><br><br></div>Note the 2nd IP address left over from DHCP, somehow it was surviving reboots and a power cycle of the BBB.<br><br>[root@bbb41187 asterisk]# ip addr del <a href="http://192.168.33.157/24" target="_blank">192.168.xx.157/24</a> dev eth0<br><br></div>That solved all the issues, it was screwing up the routing table and not letting local LAN connections work correctly!<br></div><br clear="all">Cheers,<br>Joel<br>W0KGW<div><div id="ecx:bw" tabindex="0"><img src="https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif"></div></div><br><div></div></div><div class="ecxgmail_extra"><br clear="all"><div><div dir="ltr">Cheers,<br>Joel<br>W0KGW<br></div></div>
<br><br><div class="ecxgmail_quote">On Thu, Sep 4, 2014 at 6:53 PM, Joel Jameson <span dir="ltr"><<a href="mailto:w0kgw3@gmail.com" target="_blank">w0kgw3@gmail.com</a>></span> wrote:<br><blockquote class="ecxgmail_quote" style="border-left:1px #ccc solid;padding-left:1ex;"><div dir="ltr"><div><div>I'm attempting to configure up the iaxrpt client for my node.<br><br></div>I've gone through the tech note on Doug's site, set to the following in iax.conf:<br><br>[iaxrpt]<br>user=iaxrpt<br>type=user<br>context=radio-iaxrpt<br>auth=md5<br>secret=xxxxxxx<br>host=dynamic<br>disallow=all<br>allow=ulaw<br>allow=gsm<br>transfer=no<br><br></div>and extensions.conf has the following:<br>[radio-iaxrpt]<br>exten=41187,1,Rpt,41187|X<br>exten=1999,1,Rpt,1999|X<br><br><div><br>All I see are the following notices in the log (xx.xx is my clients IP address)<br>[Sep 4 18:48:35] NOTICE[7454]: chan_iax2.c:6839 register_verify: No registration for peer 'iaxrpt' (from 192.168.xx.xx)<br>[Sep 4 18:49:07] NOTICE[7459]: chan_iax2.c:6839 register_verify: No registration for peer 'iaxrpt' (from 192.168.xx.xx)<br>[Sep 4 18:49:32] NOTICE[7451]: chan_iax2.c:6839 register_verify: No registration for peer 'iaxrpt' (from 192.168.xx.xx)<br>[Sep 4 18:50:04] NOTICE[7451]: chan_iax2.c:6839 register_verify: No registration for peer 'iaxrpt' (from 192.168.xx.xx)<br>[Sep 4 18:50:30] NOTICE[7453]: chan_iax2.c:6839 register_verify: No registration for peer 'iaxrpt' (from 192.168.xx.xx)<br><br><br><br clear="all"><div><div><div><div dir="ltr">Cheers,<br>Joel<br>W0KGW<br></div></div>
</div></div></div></div>
</blockquote></div><br></div>
<br>_______________________________________________
arm-allstar mailing list
arm-allstar@hamvoip.org
http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
Visit the BBB web page - http://www.crompton.com/hamradio/BeagleBoneBlackAllstar/</div> </div></body>
</html>