Re: [Kea-users] ipv6 prefix delegation

2022-11-29 Thread Alan Batie
On 11/29/22 4:32 PM, Kevin P. Fleming wrote: Will kea do prefix delegation? Yes, as documented in the Kea ARM (Administrator Reference Manual): https://kea.readthedocs.io/en/latest/arm/dhcp6-srv.html#subnet-and-prefix-delegation-pools OK, so it looks like the migration tool generated the ri

Re: [Kea-users] option-def

2022-11-29 Thread Alan Batie
On 11/29/22 5:11 PM, Darren Ankney wrote: I think that option-def is only valid at the global level or inside client classes Thanks! -- ALAN BATIE Senior Systems Engineer 541-754-7325 alan.ba...@peakinternet.com www.peakinternet.com

Re: [Kea-users] option-def

2022-11-29 Thread Darren Ankney
On Tue, Nov 29, 2022 at 7:26 PM Alan Batie wrote: > failed to initialize Kea server: configuration error using file > '/etc/kea/kea-dhcp4.conf': /etc/kea/kea-dhcp4.conf:259.9-20: got > unexpected keyword "option-def" in subnet4 map. I think that option-def is only valid at the global level or in

Re: [Kea-users] ipv6 prefix delegation

2022-11-29 Thread Kevin P. Fleming
On Tue, Nov 29, 2022, at 19:28, Alan Batie wrote: > I'm trying to setup a kea server to replace our isc-dhcp server and used > the keama tool to generate a config file. In the ipv6 config, it > silently commented out all the prefix delegation sections: > > "pd-pools": [ > //{ > /

[Kea-users] ipv6 prefix delegation

2022-11-29 Thread Alan Batie
I'm trying to setup a kea server to replace our isc-dhcp server and used the keama tool to generate a config file. In the ipv6 config, it silently commented out all the prefix delegation sections: "pd-pools": [ //{ // # Customer lan delegated prefixes // "prefi

[Kea-users] option-def

2022-11-29 Thread Alan Batie
I'm trying to setup a kea server to replace our isc-dhcp server and used the keama tool to generate a config file. Although option-def is documented, the kea server reports: failed to initialize Kea server: configuration error using file '/etc/kea/kea-dhcp4.conf': /etc/kea/kea-dhcp4.conf:259.

Re: [Kea-users] Assigning unique /64 to each CPE for IA_NA

2022-11-29 Thread Xuo Guoto via Kea-users
--- Original Message --- On Tuesday, November 29th, 2022 at 5:28 PM, Darren Ankney wrote: > > > > How can kea be configured for such a configuration? > > > I don't believe that is possible. You are correct. I got confused reading standards of SLAAC and DHCPv6. TR-177 clearly says:

Re: [Kea-users] Assigning unique /64 to each CPE for IA_NA

2022-11-29 Thread Darren Ankney
On Tue, Nov 29, 2022 at 6:29 AM Xuo Guoto via Kea-users wrote: > > Thanks for the suggestion, I have made changes as suggested. > > --- Original Message --- > On Tuesday, November 29th, 2022 at 4:19 PM, Darren Ankney > wrote: > > > "pools": [ > > { > > "pool": "2404:640:4003:2640::1 - >

Re: [Kea-users] Assigning unique /64 to each CPE for IA_NA

2022-11-29 Thread Xuo Guoto via Kea-users
Thanks for the suggestion, I have made changes as suggested. --- Original Message --- On Tuesday, November 29th, 2022 at 4:19 PM, Darren Ankney wrote: > "pools": [ > { > "pool": "2404:640:4003:2640::1 - > 2404:0640:4003:26ff::::fffe" > } > ], Now I am getting IA_NA for cl

Re: [Kea-users] Assigning unique /64 to each CPE for IA_NA

2022-11-29 Thread Darren Ankney
On Tue, Nov 29, 2022 at 4:28 AM Xuo Guoto via Kea-users wrote: > > Thanks for your reply, Darren. > > I went through the configuration and made a similar configuration to give it > a try. My objective was to get a IA_NA address, with each client getting a > single address, bu from different /64

Re: [Kea-users] Assigning unique /64 to each CPE for IA_NA

2022-11-29 Thread Xuo Guoto via Kea-users
Thanks for your reply, Darren. I went through the configuration and made a similar configuration to give it a try. My objective was to get a IA_NA address, with each client getting a single address, bu from different /64 pool, but it fails with NoAddrsAvail(2) "Sorry, no address could be alloc