<p>Hello,</p>
<p>I'm trying to setup a small ipv6 network with a dhcpv6 server, so <br>I am using dhcp 4.0.0 with the configurations files below.<br>I can see messages exchange between client and server (Solicit, Advertise, Request and Reply)<br>
with an IPv6 address, but on the client interface there is no address configuration (ifconfig eth0)<br>but the address is well allocated.<br>I tried another DHCPv6 client with the isc dhcpv6 server and this works that's why I think the problem<br>
is on the client, maybe on my conf file.</p>
<p>Then I tried to do Dynamic DNS with isc dhcp 4.0.0 and BIND9 but the dhcp server never communicates with the DNS<br>but i have the error : "Unable to convert dhcp6.fqdn domain name to printable form"</p>
<p>thanks if someone can help me.</p>
<p>Cyril</p>
<p> </p>
<p>dhclient.conf:</p>
<div>----------------</div>
<div>interface "eth0"{<br> send dhcp6.oro 1, 2, 7, 12, 13, 23, 24, 39;<br> request domain-name, domaine-name-servers, host-name;<br>}</div>
<div>----------------</div>
<p>dhcpd.conf:</p>
<div>----------------</div>
<div>subnet6 2001::/64 {<br> range6 2001::5 2001::50;<br> option dhcp6.domain-search "<a href="http://example6.com/" target="_blank">example6.com</a>";<br> option dhcp6.name-servers 2001::abcd:0:0:1;<br> allow unknown-clients;<br>
}</div>
<div>----------------</div>