[Kea-users] Is Kea-DHCP able to support a /30 network?

Darren Ankney darren.ankney at gmail.com
Thu Jan 11 19:47:18 UTC 2024


Hi Scott,

This would be the correct way:

"subnet": "10.10.1.0/30",
"pools": [ { "pool":  10.10.1.2 - 10.10.1.2 } ],

Thank you,

Darren Ankney

On Thu, Jan 11, 2024 at 1:50 PM Scott Rakow <srsqrd at gmail.com> wrote:
>
> In one of my subnets I am having to deploy, I have a /30 network which has only one IP. Will Kea-DHCP be able to support this, as I have not seen anything in the documentation for this.
>
> If so, would I have to set up the Pool to look like...
>
> "subnet": "10.10.1.0/30",
> "pools": [ { "pool":  10.10.1.2 } ],
>
> Or would it have to look like...
>
> "subnet": "10.10.1.0/30",
> "pools": [ { "pool":  10.10.1.2 - 10.10.1.2 } ],
>
> Thanks,
> Scott
> --
> ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information.
>
> To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.
>
> Kea-users mailing list
> Kea-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/kea-users


More information about the Kea-users mailing list