Alcatel IP Phones ...

Richard Migneron richard at migneron.com
Wed Jun 20 14:22:59 UTC 2007


Hi,
We are trying to integrate the Alcatel 40x8 series phone to get an ip via
our DHCP server.

So I've created the following in my dhcpd.conf :

...
option alcatel-host-ip code 66 = ip-address;
option alcatel-host-ip 145.248.13.173;

...

option vendor-class-id code 60 = text;
class "alcatel-phone"   { match if substring (option vendor-class-id, 0, 16)
= "alcatel.tsc-ip.0"; }
# class "alcatel-phone" { match pick-first-value (option
dhcp-client-identifier, hardware); }

...

subnet 1.1.151.0 netmask 255.255.255.0 {
    max-lease-time 600;

#   deny client-updates;

    one-lease-per-client on;

    option broadcast-address 1.1.151.255;
    option routers 1.1.151.254;

    ddns-domainname "pa.caic.com.";

    option fqdn.fqdn "pa.caic.com";

    pool { allow members of "pc-class"; allow members of "pxe-clients";
range 1.1.151.1 1.1.151.10; }

    pool { allow members of "alcatel-phone"; range 1.1.151.11 1.1.151.20; }
}

When running dhcpd in debug, I'm getting :

DHCPDISCOVER from 00:80:9f:56:65:e1 via 1.1.151.254: network 1.1.151/24: no
free leases


Now if I go with the "class "alcatel-phone" { match pick-first-value (option
dhcp-client-identifier, hardware); }" and include the an host line with the
right MAC@, no problem it gets its IP address.

Anybody has ever managed to get Alcatel phones to work ????  If so what
gives in my configuration ???

Cheers,

Richard
_________________
Richard Migneron
Yahoo Messenger ID: rmigneron
PGP Fingerprint : EFFE 44E3 894A 7051 F86E E532 4880 9534 E1FB BD33
"J'vous ai déjà dit que je prêtais du pognon à des taux vraiment pas
dégueulasses ?",
Venec, Kaamelott, Livre II, Plus près de Toi



More information about the dhcp-users mailing list