[Asterisk-Users] HELP with IAXy provisioning

Taemoor Abbasi taemoor at gmail.com
Sun Sep 26 06:52:59 MST 2004


Hi,
I am trying to configure a basic Asterisk setup with Asterisk running
on Linux and a GS 102 phone and an analogue phone connected (through
IAXY adaptor) to Asterisk.

I am stuck at the step of provisioning the IAXy adaptor. I will
quickly give an overview of my setup.
I installed Redhat 9, got the latest version of Asterisk (not 1.0)
from the CVS and installed it successfully. I did not install the DHCP
server on Linux earlier, but from an updated version of the IAXY
installation guide, I read that:

"Q: My IAXy never gets an IP from the DHCP server?
A: Make sure your /etc/dhcpd.conf is similar to the following:
authoritative; # Declare authority
server-identifier mydhcp; # An identifier
option domain-name "mydomain.net"; # My domain
option domain-name-servers "192.168.0.1"; # The IP of my Master DNS
"192.168.0.2"; # The IP of my Slave DNS
ddns-update-style ad-hoc;
subnet 192.168.0.128 netmask 255.255.255.192 { # Subnet/Netmask Served
range dynamic-bootp 192.168.0.139 192.168.0.189; # A range of IPs
option routers 192.168.0.129; # The IP of your router
}"

So I am assuming that my Linux installation needs the DHCP server
properly configured too.

2. Can anyone suggest IP, subnet mask, gateway settings for the linux
machine. As my machine is stand alone (not on any network), I think I
can keep whatever settings are working for someone else. Also if
someone can provide a working copy of /etc/dhcpd.conf and
iaxy.conf.sample files.

PS: I downloaded the latest iaxyprov tool using the CVS. I noticed
when I ran the make command I got "./iaxyprov" executable rather than
"./provision" as mentioned in the IAXy installation guide. Is this an
updated version? and does it work fine?

any HELP in this regard would be highly appreciated!

Thanks,
T



More information about the asterisk-users mailing list