OPNsense Forum

English Forums => 25.7 Series => Topic started by: matt335672 on August 29, 2025, 06:00:11 PM

Title: Kea - Routes not assigned during prefix delegation
Post by: matt335672 on August 29, 2025, 06:00:11 PM
I've got two OPNSense routers. One receives a /48 from my ISP, and delegates a /60 to the other.

This has been working on ISC DHCP for a few years. It's a very similar setup in some ways to the one in this topic:-

https://forum.opnsense.org/index.php?topic=48651.0


I've migrated the first router to Kea now, and I've had to add a static route to the second router for the delegated prefix in order for everything to work correctly. There doesn't seem to be an automated addition of the route for the delegated prefix.

I've added a static lease for the second router, and this is outside of the delegated prefix range.

In the topic linked above, you point slowhawkeclipse at the file https://github.com/opnsense/core/blob/master/src/opnsense/scripts/dhcp/prefixes.php. I can't find an equivalent of this for for Kea.

Am I missing something, or is this facility not yet implemented?

Thanks for any info.
Title: Re: Kea - Routes not assigned during prefix delegation
Post by: Monviech (Cedrik) on August 29, 2025, 06:19:31 PM
Its one of the roadmap items

https://github.com/opnsense/core/issues/9135
Title: Re: Kea - Routes not assigned during prefix delegation
Post by: matt335672 on August 29, 2025, 06:21:53 PM
Thanks for the swift reply, and apologies for not checking the Github issues.
Title: Re: Kea - Routes not assigned during prefix delegation
Post by: Monviech (Cedrik) on August 29, 2025, 06:32:31 PM
Its okay it was just added recently :)