[arm-allstar] iaxRpt access question

Doug Crompton doug at crompton.com
Fri Sep 5 12:27:45 EST 2014


Joel,

 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 -

[wa3dsp at bbb41187 netctl]$ sudo systemctl is-active dhcpcd
active

Which means the following line in the script was not run -

 /usr/bin/systemctl disable dhcpcd 1>/dev/null 2>&1

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

73 Doug
WA3DSP
http://www.crompton.com/hamradio


Date: Fri, 5 Sep 2014 11:53:37 -0500
From: w0kgw3 at gmail.com
To: arm-allstar at hamvoip.org
Subject: Re: [arm-allstar] iaxRpt access question

I'd like to thank both Doug WA3DSP and Dave AH6OD for their tireless help on this issue.

It came down to this exact issue:

[root at bbb41187 asterisk]# ip addr show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether d0:39:72:1a:69:95 brd ff:ff:ff:ff:ff:ff
    inet 192.168.xx.22/24 brd 192.168.33.255 scope global eth0
    inet 192.168.xx.157/24 brd 192.168.33.255 scope global secondary eth0


Note the 2nd IP address left over from DHCP, somehow it was surviving reboots and a power cycle of the BBB.

[root at bbb41187 asterisk]# ip addr del 192.168.xx.157/24 dev eth0

That solved all the issues, it was screwing up the routing table and not letting local LAN connections work correctly!
Cheers,
Joel
W0KGW
Cheers,
Joel
W0KGW



On Thu, Sep 4, 2014 at 6:53 PM, Joel Jameson <w0kgw3 at gmail.com> wrote:
I'm attempting to configure up the iaxrpt client for my node.

I've gone through the tech note on Doug's site, set to the following in iax.conf:

[iaxrpt]
user=iaxrpt
type=user
context=radio-iaxrpt
auth=md5
secret=xxxxxxx
host=dynamic
disallow=all
allow=ulaw
allow=gsm
transfer=no

and extensions.conf has the following:
[radio-iaxrpt]
exten=41187,1,Rpt,41187|X
exten=1999,1,Rpt,1999|X


All I see are the following notices in the log (xx.xx is my clients IP address)
[Sep  4 18:48:35] NOTICE[7454]: chan_iax2.c:6839 register_verify: No registration for peer 'iaxrpt' (from 192.168.xx.xx)
[Sep  4 18:49:07] NOTICE[7459]: chan_iax2.c:6839 register_verify: No registration for peer 'iaxrpt' (from 192.168.xx.xx)
[Sep  4 18:49:32] NOTICE[7451]: chan_iax2.c:6839 register_verify: No registration for peer 'iaxrpt' (from 192.168.xx.xx)
[Sep  4 18:50:04] NOTICE[7451]: chan_iax2.c:6839 register_verify: No registration for peer 'iaxrpt' (from 192.168.xx.xx)
[Sep  4 18:50:30] NOTICE[7453]: chan_iax2.c:6839 register_verify: No registration for peer 'iaxrpt' (from 192.168.xx.xx)


Cheers,
Joel
W0KGW





_______________________________________________

arm-allstar mailing list
arm-allstar at hamvoip.org
http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar

Visit the BBB web page - http://www.crompton.com/hamradio/BeagleBoneBlackAllstar/ 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.hamvoip.org/pipermail/arm-allstar/attachments/20140905/c2192062/attachment.html>


More information about the arm-allstar mailing list