cannot ddns on a IP phone

Doug Armstrong doug at ovationdata.com
Mon Feb 26 21:14:45 UTC 2007


De Leeuw Guy wrote:
> (second post because I'm not sure that the first one are delivered)
>
> Hello all,
>
> I have a lot of lines in my dhcpd.conf like :
>
> host pcTest     { hardware ethernet 00:11:5b:ac:cc:0b; }
>
> I try to configure my ddns to always register the value of the host
> attribute (pcTest in this case) on the dns system, and not the value
> returned by the client, but I cannot do that.
>
> Here my config :
>
> ddns-update-style interim;
> ddns-updates on;
> ddns-domainname "eurofer.be.";
> ddns-rev-domainname "3.168.192.in-addr.arpa.";
> ignore client-updates;
> deny unknown-clients;
>
> and on each group I use  : use-host-decl-names on;
>
>
> Could you help me ?
>
> Thanks in advance
>
> Guy
>
>
>
>   
I beleve the construct is somthing like:
ddns-hostname = pick (
                host-decl-name,
                option host-name,
                concat ("ods-", binary-to-ascii (10, 8, 
"-",leased-address)));
search dhcpd.config manpage for ddns-hostname for usage.

Good
Luck

Douglas Armstrong


More information about the dhcp-users mailing list