On Thu, May 19, 2011 at 1:18 PM, Casey Deccio <span dir="ltr"><<a href="mailto:casey@deccio.net" target="_blank">casey@deccio.net</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Is there a notion of pools for IPv6 ranges (range6), wherein allow/deny clauses might be placed?  The dhcpd.conf man page doesn't (as far as I can tell) discriminate between IPv4/IPv6, but I can't seem to get it working in my setup:<br>


<br>/etc/dhcp/dhcpd6.conf line 73: range6 declaration not allowed here.<br>            range6 <br>                         ^<br>/etc/dhcp/dhcpd6.conf line 74: Pool declaration with no address range.<br>        }<br>                 ^<br>


Pool declarations must always contain at least<br>one range statement.<br><br></blockquote><div><br>I neglected to include version and configuration information:<br><br>Version: dhcp-4.1.1-P1, distributed with RHEL6<br><br>
dhcpd.conf snippet:<br><br>subnet6 2001:1234:5678:abcd:ffff::/96 {<br>    pool {<br>        deny known-clients;<br>        range6 2001:1234:5678:abcd:ffff::/96;<br>    }<br>}<br><br>Casey<br></div></div>