Per Jessen wrote:

>> BTW: The "hardware ethernet 00:19:99:4e:1e:98" in ISC dhcpd6 is
>> matching the mac in both duid types, regardless of the time...
> 
> You're sure?  I can't make that work - I have this definition
> 
> host office13 {
>         ddns-hostname "office13";
>         option host-name "office13";
>         hardware ethernet 00:01:6c:84:9a:80;
>         host-identifier option dhcp6.client-id
>         00:01:00:01:1b:fd:ee:d9:00:01:6c:84:9a:80;
> }
> 
> Only when I keep "host-identifier option dhcp6.client-id" is the host
> recognised.  I'm running isc dhcp 4.3.3.

I was able to make it work with this config:

host office13 {
        ddns-hostname "office13";
        option host-name "office13";
        host-identifier option dhcp6.client-linklayer-addr 
00:01:00:01:6c:84:9a:80;
}

Apparently the "dhcp6.client-linklayer-addr" option is very new. 



-- 
Per Jessen, Zürich (2.3°C)
http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland.

--
To unsubscribe, e-mail: wicked-devel+unsubscr...@opensuse.org
To contact the owner, e-mail: wicked-devel+ow...@opensuse.org

Reply via email to