<DIV>Hello:</DIV>
<DIV>Now I want to use dhcp-4.2.3-PI as my dhcpv6 server.</DIV>
<DIV>In my dhcpv6 server,I want to use MAC address to control the access of users,but when I use the "deny unknown-clients" in my config file,The unknown-clients also get the address.I known it works well in dhcpv4 , I don't known why it can't work in HDCPv6. Can you give me any ideas?</DIV>
<DIV> </DIV>
<DIV>P.s</DIV>
<DIV>In the mailing list ,I see the same question, but unfortunately there is no answer corresponding to this question.</DIV>
<DIV> </DIV>
<DIV>And the related config in  my conffile look like this:</DIV>
<DIV>subnet6 2001:db8:1111::/64 {<BR>                option dhcp6.domain-search "nic";<BR>        range6 2001:db8:1111::10 2001:db8:1111::fff;</DIV>
<DIV>        # Use the whole /64 prefix for temporary addresses<BR>        #  (i.e., direct application of RFC 4941)<BR>        range6 2001:db8::/64 temporary;</DIV>
<DIV>        # Some /64 prefixes available for Prefix Delegation (RFC 3633)<BR>        prefix6 2000:: 2001:db8:: /80;<BR>     # deny unknown-clients;<BR>        deny unknown-clients;<BR>}</DIV>
<DIV>host{</DIV>
<DIV>hardware xx:xx:xx:xx:xx:xx;</DIV>
<DIV>}<BR></DIV>
<DIV>Look forward to your reply...</DIV>