[Asterisk-Users] Soekris net4801 and IAXy dhcp issue
Leo Ann Boon
leo at datvoiz.com
Thu Jun 22 16:34:24 MST 2006
See my comments in-line.
Juan Luis Moyano wrote:
> Hi all, I have a Soekris net4801-50 board with OpenBSD 3.9 where I've
> configured a dhcp server and tested it with a regular PC connected
> directly via a crossover cable with success. The problem comes when I
> try to connect my IAXy device instead of the PC. I can see with
> 'tcpdump -nettti sis1' that the IAXy isn't sending any packets to the
> dhcp server. I thought my IAXy was bad but then I configured a second
> dhcp server with the exact same config file and the IAXy worked right
> out. So I don't have a clue of what could be happening. Please shed me
> some light on this issue. Thanks in advance.
>
> Juan Luis Moyano
>
> #cat /etc/dhcpd.conf
> shared-network LOCAL-NET {
>
> option domain-name "b-fon.com.ar";
> option domain-name-servers 10.32.2.254, 200.69.193.1,
> 200.69.193.2;
>
> subnet 10.32.2.0 netmask 255.255.255.0 {
> option routers 10.32.2.254;
> range 10.32.2.32 10.32.2.64;
Have you tried:
range dynamic-bootp 10.32.2.32 10.32.2.64;
IIRC, IAXY requires bootp.
Leo
<snip>
More information about the asterisk-users
mailing list