isc-projects / kea-anterius

This is an archive but is no longer maintained and we do NOT recommend you use this in production. There are known security vulnerabilities. This was a Google Summer of Code 2018 project to create a GUI dashboard for Kea. It is publicly available open source, but ISC is *not* supporting it. The original author is unable to provide much support either, so it should be considered experimental.
Mozilla Public License 2.0
66 stars 16 forks source link

Subnet-id issue #35

Open Ron9DK opened 4 years ago

Ron9DK commented 4 years ago

When setting the subnet id it seems like I need to do it in a consecutive sequence which isn't convenient to our setup.

Even if we just jump one number we get the error:

Error 1:  TypeError: Cannot read property '0' of undefined
    at /root/kea-anterius/app.js:271:131
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:189:7)

Is this behaviour to be expected? I consider this a bug and it would be really great with a fix so we would be able to have id's in different sequence ranges.

Regards Ronni

tomaszmrugalski commented 4 years ago

Hey @Ron9DK

Anterius is an abandoned project. It was a project developed by a single person as part of now concluded 3 months long GSOC project. Please take a look at Stork instead. It's being actively maintained by a group of engineers. Stork allows non-consecutive subnet-ids and also supports multiple Kea instances and many other things that Anterius doesn't.