Re: [Kea-users] yet another question about multiple subnets %)

2022-11-14 Thread Francis Dupont
Francis Dupont 
> sorry, guys, but i'm going to ask the most popular question again, to which t
> here is still no working answer: how to set multiple subnets on a same interf
> ace so that a client receives an address from each network?

=> if I understand well you have a physical network directly attached to
the server with multiple IPv6 prefixes. As it is a common case in IPv6
of course it is supported by Kea but not so easy.

The first thing (which is not strictly necessary) is to use a shared network
to represent the physical network. This mainly allows to share common
properties of the different subnets e.g. the interface.

The second thing is more technical and is system dependent: the server must
have an address on the interface for each prefix and instead of leaving
it to use the first not link-local address of the interface you should bind
to each address of the interface so replace if the interface is eth0:
 "eth0" by "eth0/2001::...", etc. See the ARM "9.2.4. Interface Configuration"
for the details.

Thanks

Francis Dupont 
-- 
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] How do I install and configure ISC Kea DHCP Server on RHEL 9.0?

2022-11-14 Thread Turritopsis Dohrnii Teo En Ming
Subject: How do I install and configure ISC Kea DHCP Server on RHEL 9.0?

Good day from Singapore,

I understand Kea is a relatively new implementation.

How do I install and configure ISC Kea DHCP Server on RHEL 9.0?

Are there any well written documentation?

Not sure whether to use the classic/legacy ISC DHCP Server or the new ISC
Kea DHCP Server.

Thank you.

Regards,

Mr. Turritopsis Dohrnii Teo En Ming
Targeted Individual in Singapore
Blogs:
https://tdtemcerts.blogspot.com
https://tdtemcerts.wordpress.com
-- 
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] How do I install and configure ISC Kea DHCP Server on RHEL 9.0?

2022-11-14 Thread Dan Oachs
I would strongly suggest going with Kea.  I have Kea running on RHEL 8.

I would start by installing the cloudsmith repository and then you can use
yum/dnf to install kea:
https://cloudsmith.io/~isc/repos/kea-2-2/setup/#formats-rpm

Once you have kea installed, follow the Kea documentation here:
https://kea.readthedocs.io/en/kea-2.2.0/

--Dan


On Mon, Nov 14, 2022 at 9:47 AM Turritopsis Dohrnii Teo En Ming <
tdtemc...@gmail.com> wrote:

> Subject: How do I install and configure ISC Kea DHCP Server on RHEL 9.0?
>
> Good day from Singapore,
>
> I understand Kea is a relatively new implementation.
>
> How do I install and configure ISC Kea DHCP Server on RHEL 9.0?
>
> Are there any well written documentation?
>
> Not sure whether to use the classic/legacy ISC DHCP Server or the new ISC
> Kea DHCP Server.
>
> Thank you.
>
> Regards,
>
> Mr. Turritopsis Dohrnii Teo En Ming
> Targeted Individual in Singapore
> Blogs:
> https://tdtemcerts.blogspot.com
> https://tdtemcerts.wordpress.com
> --
> 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] Debian Packages for KEA 2.0

2022-11-14 Thread Chris Calbreath
I’m looking to upgrade from KEA 1.8 to 2.0 – but I do not see a package for 
hooks until 2.3. I specifically need to use the HA and MySQL CB Hook Libraries; 
are these available in 2.0?
Thanks!
-- 
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] How do I install and configure ISC Kea DHCP Server on RHEL 9.0?

2022-11-14 Thread Kenneth Porter

On 11/14/2022 7:53 AM, Dan Oachs wrote:
I would start by installing the cloudsmith repository and then you can 
use yum/dnf to install kea:

https://cloudsmith.io/~isc/repos/kea-2-2/setup/#formats-rpm

Once you have kea installed, follow the Kea documentation here:
https://kea.readthedocs.io/en/kea-2.2.0/


Is there any reason to avoid kea-2.3? I've been using 2.1.7 on CentOS 7 
and am about to migrate my config to a Rocky 8 server.



Also, the instructions for setting the repo up here say to use yum for 
RHEL distros, but RHEL uses dnf since RHEL-8. (There's a courtesy 
symlink so one can use the "yum" command but it just invokes dnf.) I 
tried to use the manual instructions for dnf for Fedora but they assume 
one is using Fedora 29. I edited the resulting 
/etc/yum.repos.d/isc-kea-2-3.repo to replace fedora/29 with el/8 and 
that made Rocky 8's dnf work and find the 2.3 packages.


https://cloudsmith.io/~isc/repos/kea-2-3/setup/#formats-rpm

-- 
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