Created a migration tool for DHCP Static Reservations to Kea DHCP Server

Started by EasyGoing1, March 09, 2024, 06:58:22 AM

Previous topic - Next topic
I created a tool that migrates your DHCP static reservations from the ISC DHCP server to the new Kea DHCP server. If you have a lot of static assignments, this tool can save you a lot of time.

It can be found here https://github.com/EasyG0ing1/Migration and it is fully documented.

I also wrote one too last month but in python. It automatically merges the isc static leases into the kea reservation section by reading the array of json objects into the xml sub-elements of ElementTree. It also checks if u have a subnet uuid.


https://github.com/patrick0525/Python-Opn-isc-kea


Updated this tool so that you no longer have to edit any text files. It takes your backup config, and simply inserts the Kea mappings in the correct spot and saves it to a new file that you just re-import into OPNsense and done!

https://github.com/EasyG0ing1/Migration

thanks! I will check your tool when I migrate to Kea.
Deciso DEC850v2

great to see this tool. thank you. planning to use it now.
DEC750 Deciso


From the command screen in Windows:

    Make sure you are in the correct folder and that both the config.xml file and the migrate
    program are in that folder, then try again.

    For instructions: migrate how

Quote from: thorneo on May 06, 2024, 11:56:38 AM
So how does one use the windows version on a config backup??
I'm also having the same problem as you but don't know how to solve it.