pools for IPv6 ranges

Casey Deccio casey at deccio.net
Mon May 23 15:35:58 UTC 2011


On Thu, May 19, 2011 at 1:18 PM, Casey Deccio <casey at deccio.net> wrote:

> 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:
>
> /etc/dhcp/dhcpd6.conf line 73: range6 declaration not allowed here.
>             range6
>                          ^
> /etc/dhcp/dhcpd6.conf line 74: Pool declaration with no address range.
>         }
>                  ^
> Pool declarations must always contain at least
> one range statement.
>
>
I neglected to include version and configuration information:

Version: dhcp-4.1.1-P1, distributed with RHEL6

dhcpd.conf snippet:

subnet6 2001:1234:5678:abcd:ffff::/96 {
    pool {
        deny known-clients;
        range6 2001:1234:5678:abcd:ffff::/96;
    }
}

Casey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20110523/4e831f33/attachment.html>


More information about the dhcp-users mailing list