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

2024-01-14 Thread Sandro

On 11-01-2024 23:14, Klaus Steden wrote:

FWIW we've used Kea with /31s in our environment successfully (although
_why_  we used /31s is itself dumb and I can't recommend it)


Sounds like this would lend itself for a nice blog post. I'm looking 
forward to it. ;)


-- Sandro

--
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@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users


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

2024-01-11 Thread Klaus Steden
FWIW we've used Kea with /31s in our environment successfully (although
_why_ we used /31s is itself dumb and I can't recommend it)

cheers,
Klaus

On Thu, Jan 11, 2024 at 12:01 PM Scott Rakow  wrote:

> Thanks!
>
> On Thu, Jan 11, 2024 at 7:47 PM Darren Ankney 
> wrote:
>
>> 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  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@lists.isc.org
>> > https://lists.isc.org/mailman/listinfo/kea-users
>> --
>> 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@lists.isc.org
>> https://lists.isc.org/mailman/listinfo/kea-users
>>
> --
> 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@lists.isc.org
> https://lists.isc.org/mailman/listinfo/kea-users
>
-- 
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@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users


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

2024-01-11 Thread Scott Rakow
Thanks!

On Thu, Jan 11, 2024 at 7:47 PM Darren Ankney 
wrote:

> 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  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@lists.isc.org
> > https://lists.isc.org/mailman/listinfo/kea-users
> --
> 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@lists.isc.org
> https://lists.isc.org/mailman/listinfo/kea-users
>
-- 
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@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users


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

2024-01-11 Thread Darren Ankney
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  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@lists.isc.org
> https://lists.isc.org/mailman/listinfo/kea-users
-- 
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@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users


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

2024-01-11 Thread Scott Rakow
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@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users