[v6] Beginner with fixed-address6

chinmaya sn (chins) chinmaya at gmail.com
Thu May 22 16:46:02 UTC 2008


I am still having trouble to get this working. I still don't see ISC DHCP
providing options under host declaration.
Here is my configuration file


preferred-lifetime 2000;
default-lease-time 2000;


subnet6 fe80::/64 {
    range6 fc00:0000:4491:0200::25 fc00:0000:4491:0200::100;
}

host test-box {
    host-identifier option dhcp6.client-id
        00:01:00:01:47:b3:86:d0:00:07:5b:77:87:ae;
    option dhcp6.name-servers fc00:0:4491::18;
}


The whole file is that simple. My client is a device, and the client-id
exactly matches value displayed in wireshark.


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.

Any help is greatly appreciated.

thanks
chinmaya


On Tue, Feb 26, 2008 at 6:54 AM, Stephane Bortzmeyer <bortzmeyer at nic.fr>
wrote:

> On Wed, Feb 13, 2008 at 06:03:34PM -0700,
>  chins <chinmaya at gmail.com> wrote
>  a message of 112 lines which said:
>
> > host-identifier option dhcp6.client-id is not working for me.  any
> > clues on what to look for?
>
> There is probably a small mistake in the client-id in your
> configuration file.
>
> Is the client ISC-dhcp, too? If so, the client-id is in clear in the
> leases file. Check there is no typo.
>
> If the client is another implementation, use tcpdump -vvv to see what the
> request looks like. tcpdump decodes the client-id.
>
>


-- 
chinmaya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20080522/f838f4df/attachment.html>


More information about the dhcp-users mailing list