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

2018-11-16 Thread Christian Kratzer
Hi, On Fri, 16 Nov 2018, Francis Dupont wrote: Brandon Cazander writes: "Dhcp6": { "subnet6": [ { "subnet": "2001:db8:1::/64", "pools": [ { "pool": "2001:db8:1::1-2001:db8:1::" }, { "pool": "2001:db8:1:05::/80" } ], ... }

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

2018-11-15 Thread Francis Dupont
Brandon Cazander writes: > "Dhcp6": { > "subnet6": [ > { > "subnet": "2001:db8:1::/64", > "pools": [ > { "pool": "2001:db8:1::1-2001:db8:1::" }, > { "pool": "2001:db8:1:05::/80" } > ], > ... > } > ] > } => pools must be in

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

2018-11-15 Thread Brandon Cazander
Francis Dupont Sent: Thursday, November 15, 2018 1:48:03 PM To: Brandon Cazander Cc: kea-users@lists.isc.org Subject: Re: [Kea-users] Configuring two separate subnets with PD pool and address pool Your problem is Kea does not have enough informations to select the second subnet so it always selects the firs

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

2018-11-15 Thread Francis Dupont
Your problem is Kea does not have enough informations to select the second subnet so it always selects the first one. There are two ways to fix that: - find a way to select the right subnet - simply merge the two subnets inot one (you can have an address pool and a prefix pool in the same subne

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

2018-11-15 Thread Brandon Cazander
I'm trying to configure two separate subnets in kea, one with a prefix delegation pool and another with an address pool and running into some difficulties. I am following the guide for 1.4.0 here (and running kea 1.4.0-P1): https://ftp.isc.org/isc/kea/1.4.0/doc/kea-guide.html#dhcp6-address-conf