I am still having trouble to get this working. I still don't see ISC DHCP providing options under host declaration.<br>Here is my configuration file<br><br><br>preferred-lifetime 2000;<br>default-lease-time 2000;<br><br>
<br>subnet6 fe80::/64 {<br>    range6 fc00:0000:4491:0200::25 fc00:0000:4491:0200::100;<br>}<br><br>host test-box {<br>    host-identifier option dhcp6.client-id<br>        00:01:00:01:47:b3:86:d0:00:07:5b:77:87:ae;<br>    option dhcp6.name-servers fc00:0:4491::18;<br>
}<br><br><br>The whole file is that simple. My client is a device, and the client-id exactly matches value displayed in wireshark.<br><br><br>I am also trying to debug this in the source code, I am yet to explore the code base, can anyone give me pointers please.<br>
<br>Any help is greatly appreciated. <br><br>thanks<br>chinmaya<br><br><br><div class="gmail_quote">On Tue, Feb 26, 2008 at 6:54 AM, Stephane Bortzmeyer <<a href="mailto:bortzmeyer@nic.fr">bortzmeyer@nic.fr</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Wed, Feb 13, 2008 at 06:03:34PM -0700,<br>
 chins <<a href="mailto:chinmaya@gmail.com">chinmaya@gmail.com</a>> wrote<br>
<div class="Ih2E3d"> a message of 112 lines which said:<br>
<br>
> host-identifier option dhcp6.client-id is not working for me.  any<br>
> clues on what to look for?<br>
<br>
</div>There is probably a small mistake in the client-id in your<br>
configuration file.<br>
<br>
Is the client ISC-dhcp, too? If so, the client-id is in clear in the<br>
leases file. Check there is no typo.<br>
<br>
If the client is another implementation, use tcpdump -vvv to see what the<br>
request looks like. tcpdump decodes the client-id.<br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>chinmaya<br>