[Kea-users] Configuring two separate subnets with PD pool and address pool

Francis Dupont fdupont at isc.org
Fri Nov 16 07:46:02 UTC 2018


Brandon Cazander writes:
> "Dhcp6": {
>     "subnet6": [
>     {
>         "subnet": "2001:db8:1::/64",
>         "pools": [
>             { "pool": "2001:db8:1::1-2001:db8:1::ffff" },
>             { "pool": "2001:db8:1:05::/80" }
>         ],
>         ...
>     }
>     ]
> }

=> pools must be in the subnet. Here I believe there is a typo:
the second pool is not in the subnet, perhaps it should be:
 "pool": "2001:db8:1:0:5::/80"

Regards

Francis Dupont <fdupont at isc.org>



More information about the Kea-users mailing list