<p>Hi all ,</p>
<div> I am new to DHCP .I am using dhcp-4.1.0a1 version and i have<br>complied it for IPv6 .i have 2 host m/c .<br>In host1, i executed dhcpd -6 /etc/dhcpd.conf<br> </div>
<div>dhcpd.conf ----</div>
<div> </div>
<div>subnet6 fec0:3::/64 {<br>       range6 fec0:3::3 fec0:3::100;;<br>       option dhcp6.domain-search "<a href="http://example.org">example.org</a>";<br>       option dhcp6.name-servers f3c0:3::101;<br>       allow unknown-clients;<br>
}<br> </div>
<p>and in host2 , i executed dhclient -6 /etc/dhclient.conf</p>
<p>/etc/dhclient.conf ---</p>
<p>interface "eth1"{<br>send dhcp6.oro 1, 2, 7, 12, 13, 23, 24, 39;<br>request domain-name, domain-name-servers, host-name;<br>}</p>
<p>i get an IPv6 address configured on host2 but i dont get domain-name<br>and domain-name-servers configured (/etc/resolv.conf) .</p>
<p>pls guide me . is there anything i need to add in configuration files of either server or client  ? </p>
<p>Thanks,<br>Suppi.</p>