Re: [Kea-users] Help converting working ISC DHCP (Option 125 w/ suboption 193) to Kea

2025-10-01 Thread Darren Ankney
k you, Darren Ankney On Sun, Sep 28, 2025 at 11:49 AM BruckyNetworks via Kea-users wrote: > > Hi all, > > I’m attempting to migrate from ISC DHCP to Kea DHCP and failing badly. I am > after some assistance translating a small, working ISC config into Kea. > > What the set up is

Re: [Kea-users] Accessing sub-options of RAI vendor sub-option

2025-09-25 Thread Darren Ankney
Hi Wilhelm, You seem to be correct. Kea does not seem support that. I could not find an existing GL issue about this either. Please feel free to open an issue here: https://gitlab.isc.org/isc-projects/kea/-/issues/ to report this problem. Thank you, Darren Ankney On Tue, Sep 23, 2025 at 6

Re: [Kea-users] kea not updating bind9

2025-09-23 Thread Darren Ankney
Hi Charles, While testing, you can enable update-on-renew (see here: https://kea.readthedocs.io/en/kea-3.0.1/arm/dhcp4-srv.html#ddns-for-dhcpv4) to make Kea more talkative with the DNS server. Thank you, Darren Ankney On Tue, Sep 23, 2025 at 2:39 PM Charles Curley wrote: > > On Tue,

Re: [Kea-users] ping-check-hooks – global vs subnet level enable-ping-check behavior

2025-09-08 Thread Darren Ankney
Hello Dipesh, I have opened: https://gitlab.isc.org/isc-projects/kea/-/issues/4106 thank you for reporting this documentation error. Thank you, Darren Ankney On Fri, Aug 29, 2025 at 3:13 PM Dipesh Kayastha wrote: > > Hello Darren, > > While testing libdhcp_ping_check.so, I noti

Re: [Kea-users] Expire single IP

2025-09-04 Thread Darren Ankney
k you, Darren Ankney On Thu, Sep 4, 2025 at 8:38 AM DDFR | Ronald Blaas wrote: > > Hi Darren, > > This looks very promising! > > Can we use this method per subnet ? > Our DHCP server provides services for multiple subnets. > > Regards, > > Ronald > > > >

Re: [Kea-users] Expire single IP

2025-09-04 Thread Darren Ankney
) so that the lease is recorded by option 82 as well (i.e., the client-id in the lease is replaced with the option82 hex). In this way, Kea will effectively be unaware that the client has changed. Thank you, Darren Ankney On Wed, Sep 3, 2025 at 9:16 AM DDFR | Ronald Blaas wrote: > > Hi all

Re: [Kea-users] Simplified logging?

2025-09-04 Thread Darren Ankney
"severity": "DEBUG", "debuglevel": 99 } ] } You can set as many of these up as you like. Perhaps one per logger name (see list here: https://kea.readthedocs.io/en/kea-3.0.1/arm/logging.html#id3) Please note that you can also send al

Re: [Kea-users] ping-check-hooks – global vs subnet level enable-ping-check behavior

2025-08-29 Thread Darren Ankney
sc.org/isc-projects/kea/-/issues describing the problem in detail. Thank you, Darren Ankney On Fri, Aug 29, 2025 at 3:07 AM Dipesh Kayastha wrote: > > Hello Kea team, > > I am testing the libdhcp_ping_check.so hook library and observed some > behavior I’d like clarification on. >

Re: [Kea-users] Issue with sharing IA_NA and IA_PD in same /48 address pool - Was: Re: Kea 3.1.0 is released

2025-08-14 Thread Darren Ankney
hedocs.io/en/kea-3.0.0/arm/dhcp6-srv.html#using-a-specific-relay-agent-for-a-subnet And here (shared-networks): https://kea.readthedocs.io/en/kea-3.0.0/arm/dhcp6-srv.html#local-and-relayed-traffic-in-shared-networks Your prefix delegation and IA_NA subnets need not be part of the same /48. Many ISPs c

Re: [Kea-users] Bulk Leasequery

2025-08-11 Thread Darren Ankney
, Darren Ankney On Mon, Aug 11, 2025 at 4:38 PM Brent Miles via Kea-users wrote: > > Can bulk leasequery work using a mysql backend or is it limited to memfile > only? > > > This message is intended only for the use of the individual or entity to > which it is addressed and ma

Re: [Kea-users] New Project: Kea Quick Config

2025-08-11 Thread Darren Ankney
his software have two criteria: * Do not require further configuration (except HA). * Are open source. The additional hooks available in Kea 3.0.0 open source are now available for selection in "Hooks Configuration". [#80] Download here: https://gitlab.isc.org/isc-projects/kea-

Re: [Kea-users] sources.list for Debian Bookworm Kea 3.0

2025-07-21 Thread Darren Ankney
non-production server. Thank you, Darren Ankney On Mon, Jul 21, 2025 at 12:04 PM fbcadmin via Kea-users wrote: > > Originally I followed instructions at > https://kb.isc.org/docs/isc-kea-packages to install kea dhcp. I looked > at that page and did not see a 3-0 version o

Re: [Kea-users] Can't create gitlab account

2025-07-20 Thread Darren Ankney
sc.org/isc-projects/kea/-/issues/4017 Thank you, Darren Ankney On Sat, Jul 19, 2025 at 4:02 PM Nathan Faulkner wrote: > > Unless I'm misreading the spec, the length for sub-option 19 (hex 13) should > be 0. > > On Sat, Jul 19, 2025, 3:54 PM Darren Ankney wrote: >> >&

Re: [Kea-users] Can't create gitlab account

2025-07-19 Thread Darren Ankney
01 = sub option 1 06 = 6 bytes length 564C414E3132 = VLAN12 This is exactly what would appear on the wire. Thank you, Darren Ankney On Sat, Jul 19, 2025 at 12:59 PM Nathan Faulkner wrote: > > The registration page mentioned that some domains were blocked and this list > could be

Re: [Kea-users] Shared Network with Radius Hook

2025-07-19 Thread Darren Ankney
ile. Then your (probably) systemd logs should show the error. Assuming systemd, your startup logs should be available like so: `sudo journalctl -xe -u ` (where service name is replaced by the service name of the kea-dhcp4 daemon). Thank you, Darren Ankney On Tue, Jul 15, 2025 at 11:20 AM Brent

Re: [Kea-users] Problems moving from ISC-DHCP to Kea

2025-07-19 Thread Darren Ankney
docs.io/en/kea-3.0.0/arm/dhcp4-srv.html#host-reservations-in-dhcpv4 Thank you, Darren Ankney On Wed, Jul 16, 2025 at 3:04 AM Mike Lieberman wrote: > > I have been using ISC-DHCP for years. I am a complete novice with Kea. > > I installed Kea 3.0.0 in a Debian 12 server. I migrated my

Re: [Kea-users] Can't create gitlab account

2025-07-19 Thread Darren Ankney
d to use on the command line. For some tips (though they are instructions for templates) see here: https://kb.isc.org/docs/how-to-use-perfdhcp-benchmarking-tool Thank you, Darren Ankney On Thu, Jul 17, 2025 at 9:33 PM Nathan Faulkner wrote: > > I was trying to create an account to report a couple

Re: [Kea-users] Specifying the lifetimes for ipv6 temporary addresses

2025-07-01 Thread Darren Ankney
don't think they would have the same lifetime.. Thank you, Darren Ankney On Mon, Jun 30, 2025 at 3:03 PM Ede Wolf wrote: > > Am 29.06.25 um 12:31 schrieb Darren Ankney: > > Hi, > > > > Are you sure the IA_TA are coming from Kea? > > https://kea.readthedocs

Re: [Kea-users] Specifying the lifetimes for ipv6 temporary addresses

2025-06-29 Thread Darren Ankney
ted in RFC 8415." Thank you, Darren Ankney On Sat, Jun 28, 2025 at 11:43 AM Ede Wolf wrote: > > Hello, > > Currently, when the main ipv6 address lifetimes gets renewed, the > temporary ones do also. > > And I would like to change that behavior globally - at least for all of

Re: [Kea-users] Kea DHCP - next-server Field Does Not Accept FQDN

2025-06-13 Thread Darren Ankney
Hi Dipesh, This is not currently supported. You can open an issue here: https://gitlab.isc.org/isc-projects/kea/-/issues/ requesting the support be added. Thank you, Darren Ankney On Fri, Jun 13, 2025 at 2:13 AM Dipesh Kayastha < er.dipesh.kayas...@gmail.com> wrote: > Dear Kea Develop

Re: [Kea-users] Using Kea with high-availability pgsql

2025-06-13 Thread Darren Ankney
ot;haproxy" (https://www.haproxy.org/) to provide multiple database support. If this won't work for you, perhaps you could open an issue requesting multiple database server support be added here: https://gitlab.isc.org/isc-projects/kea/-/issues/ Thank you, Darren Ankney On Tue, Jun

Re: [Kea-users] HA partner suddenly goes into 'terminated' state

2025-06-13 Thread Darren Ankney
want to enable lease caching: https://kea.readthedocs.io/en/kea-2.6.3/arm/dhcp4-srv.html#lease-caching which SHOULD mitigate the issue (assuming it is the same cause as issue 2932. If it is the same cause as 2223, then perhaps not). Thank you, Darren Ankney On Mon, Jun 9, 2025 at 9:13 AM Elton

Re: [Kea-users] TLS support for isc-kea-pgsql in pre-built packages

2025-06-05 Thread Darren Ankney
Hi Wilhelm, I think that Kea needs to be changed before SSL will be supported in the PostgreSQL connection. I think the team is tracking the issue here: https://gitlab.isc.org/isc-projects/kea/-/issues/3927 Thank you, Darren Ankney On Tue, Jun 3, 2025 at 9:52 AM Wilhelm Wijkander wrote

Re: [Kea-users] checking for a valid kea json conf

2025-06-05 Thread Darren Ankney
at it will find configuration errors that would not prevent Kea from starting. Thank you, Darren Ankney On Tue, Jun 3, 2025 at 10:35 AM Gregor Kling wrote: > > > On 6/3/25 16:15, Francis Dupont wrote: > > -t (it does not check everything but at least > > syntax errors

Re: [Kea-users] HTTPS not validating for Kea HA and Stork

2025-06-04 Thread Darren Ankney
readed-configuration-ha-mt Thank you, Darren Ankney On Mon, Jun 2, 2025 at 6:17 PM Jason Bailey via Kea-users wrote: > > I'm trying to turn up four Kea DHCP servers (version 2.4.1 via official > Kea packages) in dual active/passive HA pairs (servers 1 and 2 in one > pair and serv

Re: [Kea-users] Using Kea with high-availability pgsql

2025-06-04 Thread Darren Ankney
Hi Wilhelm, Currently, Kea does not support multiple database servers directly. This article may be of some use: https://kb.isc.org/docs/experimenting-with-postgresql-high-availability Thank you, Darren Ankney On Mon, Jun 2, 2025 at 9:21 AM Wilhelm Wijkander wrote: > > Hello :) > >

Re: [Kea-users] Error: Unable to override definition of option '121' in standard option space 'dhcp4'

2025-06-04 Thread Darren Ankney
Hi Mark, > Is there a way to get around the error "unable to override definition of > option '121' in standard option space 'dhcp4' "? Yes. This article describes such a method: https://kb.isc.org/docs/redefining-standard-options Thank you, Darren Ankney

Re: [Kea-users] heartbeat-delay in LB mode and lease updates

2025-06-04 Thread Darren Ankney
f the heartbeat. I am not, however, a C++ expert so I could be wrong. Thank you, Darren Ankney On Fri, May 23, 2025 at 4:13 AM Diogo André de Assumpção via Kea-users wrote: > > Hi! > > > > Looking at the following bit from the Kea ARM > > > > heartbeat-delay - s

Re: [Kea-users] Grouping host entries

2025-05-30 Thread Darren Ankney
(member('bookworm'))", "boot-file-name": "/linf/bookworm/boot/current-amd64/pxelinux.0" } ] Please review this documentation for further details: - https://kea.readthedocs.io/en/latest/arm/classify.html - https://kea.readthedocs.io/en/latest/arm/dhcp4-srv.ht

Re: [Kea-users] Grouping host entries

2025-05-30 Thread Darren Ankney
ame": "/linf/bookworm/boot/current-amd64/pxelinux.0" } ] Where 123 is the option number of "pxe-system-type". Repeat for the other cases in the group shown. Thank you, Darren Ankney On Fri, May 30, 2025 at 8:17 AM Christoph Pleger wrote: > > Hello, > > i

Re: [Kea-users] Using database lookups to classify clients

2025-05-27 Thread Darren Ankney
hook). Thank you, Darren Ankney On Tue, May 27, 2025 at 5:01 AM Wilhelm Wijkander wrote: > > Thanks a lot - I didn't realize it reading about them in the ARM, but > put together as you described it was exactly what I needed! > > However am I right in thinking that I can o

Re: [Kea-users] kea crashes from global reservation ip mismatch

2025-05-27 Thread Darren Ankney
s guards (see: https://kea.readthedocs.io/en/kea-2.6.2/arm/dhcp4-srv.html#pool-selection-with-client-class-reservations) on any of the subnets. Thank you, Darren Ankney On Fri, May 23, 2025 at 2:19 PM Nathan Wicka via Kea-users < kea-users@lists.isc.org> wrote: > Hi, Darren. > > > &

Re: [Kea-users] wrestling with Windows

2025-05-22 Thread Darren Ankney
er systems I could use just one > "no_win" class, which I would consider more elegant, but I haven't > seen a way to do this. You will be able to do this in 3.0.0 with Option class-tagging: https://kea.readthedocs.io/en/kea-2.7.8/arm/classify.html#option-class-tagging Thank you,

Re: [Kea-users] kea crashes from global reservation ip mismatch

2025-05-22 Thread Darren Ankney
Hi Nate, How was Kea installed? Did you compile from source or install via packages? It doesn't look like that crash from 2018 is relevant. User was able to avoid the crash by not loading a hook he was trying to create. Thank you, Darren Ankney On Wed, May 21, 2025 at 5:59 PM Nathan Wick

Re: [Kea-users] Kea 2.6.1 started issuing duplicate IPs after restart

2025-05-16 Thread Darren Ankney
logs surrounding this time period, something might be revealed. Please be sure and redact any sensitive information. Also, the latest stable Stork is 2.0.1 and the latest stable Kea is 2.6.2. You may want to make plans to upgrade. Thank you, Darren Ankney On Fri, May 16, 2025 at 3:59 PM Don

Re: [Kea-users] Kea v3 (2.7.7) - Global options via API

2025-05-10 Thread Darren Ankney
(or settings) from global were included, then you might not have a way to know which option data needs to be sent in subsequent edits and which is from global. To submit ideas or bug reports, you can do that here: https://gitlab.isc.org/isc-projects/kea/-/issues/ Thank you, Darren Ankney On Fri

Re: [Kea-users] Kea v3 (2.7.7) - Global options via API

2025-05-09 Thread Darren Ankney
, and many others do not). Thank you, Darren Ankney On Fri, May 9, 2025 at 5:50 AM Matt Crum via Kea-users wrote: > > Hi - > > > > We’re developing an API integration with Kea and until now have been doing > whole file operations for everything, because we did not have access t

Re: [Kea-users] Option 82 sub-option 11 not honored or processed

2025-05-09 Thread Darren Ankney
e rather than "stash-agent-option": true Please note that you also need to set "store-extended-info": true (see: https://kea.readthedocs.io/en/kea-2.6.2/arm/dhcp4-srv.html#storing-extended-lease-information) Perhaps this will solve the problem? Thank you, Darren Ankney On Wed,

Re: [Kea-users] Kea-DHCP upgrade 2.4 to 2.6 issues

2025-05-05 Thread Darren Ankney
Hi Scott, Ahh... I didn't realize you were using -T flag. This is fixed in 2.7.3: https://gitlab.isc.org/isc-projects/kea/-/issues/3542 Thank you, Darren Ankney On Mon, May 5, 2025 at 2:55 PM Scott Rakow wrote: > Hey Darren, > Thanks for your help. > > I do specifically hav

Re: [Kea-users] Kea-DHCP upgrade 2.4 to 2.6 issues

2025-05-04 Thread Darren Ankney
hat I saw left out the > ha-maintenance-cancel and start commands. You will be able to setup remote API listening directly in the various daemons in 2.7+ The separate daemon is removed, but the functionality survives. You are encouraged to setup a test machine of some sort and start experimentin

Re: [Kea-users] Kea-users Digest, Vol 130, Issue 47

2025-05-04 Thread Darren Ankney
simply delete the lease file, then you'll have orphaned DNS records hanging around. For testing, I recommend a short lease (perhaps 5 minutes) so that you can just wait for the lease to expire and things to happen naturally. Thank you, Darren Ankney -- ISC funds the development of this softwa

Re: [Kea-users] DDNS works for IPv4, but not IPv6

2025-04-27 Thread Darren Ankney
garding where to look for those logs. You said this was a home lab. You might try temporarily allowing updates from "any;" of any record type in your BIND server configuration just to make sure it isn't some mistake in the security policy you've defined. Thank you, Darren Ankne

Re: [Kea-users] Kea-DHCP upgrade 2.4 to 2.6 issues

2025-04-26 Thread Darren Ankney
rt if the database schema is not updated. See here: https://kea.readthedocs.io/en/kea-2.4.1/arm/admin.html#upgrading-a-mysql-database-from-an-earlier-version-of-kea (MySQL) or here: https://kea.readthedocs.io/en/kea-2.4.1/arm/admin.html#upgrading-a-postgresql-database-from-an-earlier-version-of-kea (Po

Re: [Kea-users] Question regarding to kea configuration in memory

2025-04-23 Thread Darren Ankney
Hi, I am still unable to replicate this behavior. It works as expected for me. Please can you give the exact API commands and data payload required to reproduce this behavior? Thank you, Darren Ankney On Wed, Apr 23, 2025 at 8:50 AM tachibanash...@outlook.com wrote: > > I have unica

Re: [Kea-users] Question regarding to kea configuration in memory

2025-04-22 Thread Darren Ankney
Hi, I am not able to reproduce this behavior. Please can you share your entire "Before config-write" Kea configuration? Please redact any sensitive items. Thank you, Darren Ankney On Mon, Apr 21, 2025 at 9:45 AM tachibanash...@outlook.com wrote: > > Hi Darren, > > I a

Re: [Kea-users] dhcp4 server listening on more than one interface does not work

2025-04-22 Thread Darren Ankney
o not know if achieving the same behavior is possible. Thank you, Darren Ankney On Sat, Apr 19, 2025 at 5:39 PM Chuck Zmudzinski via Kea-users wrote: > > Hi Darren, > > I found the reason for the problem, but still have a question. Your > advice to look at the logs identified the

Re: [Kea-users] Managing Large Number of Static Leases

2025-04-22 Thread Darren Ankney
environment, to not use a database server with Kea as the database queries that Kea must make actually decrease performance. Thank you, Darren Ankney On Mon, Apr 21, 2025 at 2:07 PM Dave Hall via Kea-users wrote: > > Hello, > > As we are starting to plan for an eventual migration from ISC DHC

Re: [Kea-users] Question regarding to kea configuration in memory

2025-04-19 Thread Darren Ankney
why an _class2 would be added in this case. Do you have a "device" or "device_class2" defined in client-classes (not in the subnet but an actual class definition)? Thank you, Darren Ankney On Thu, Apr 17, 2025 at 5:23 PM tachibanash...@outlook.com wrote: > > Gree

Re: [Kea-users] Problem when using libdhcp_subnet_cmds.so in kea 2.7.7

2025-04-19 Thread Darren Ankney
Hello, That is indeed true. The API will write out a complex file. This is because Kea is dumping the configuration from memory, which includes all of the defaults. There isn't a way around this that I am aware of. Thank you, Darren Ankney On Mon, Apr 14, 2025 at 10:01 AM tachib

Re: [Kea-users] dhcp4 server listening on more than one interface does not work

2025-04-19 Thread Darren Ankney
;: to the subnet as a hint for selecting the subnet as explained here: https://kea.readthedocs.io/en/latest/arm/dhcp4-srv.html#local-and-relayed-traffic-in-shared-networks It could be something else, but with the information available here, that is my guess. Thank you, Darren Ankney On Sun, Apr

Re: [Kea-users] Problem when using libdhcp_subnet_cmds.so in kea 2.7.7

2025-04-13 Thread Darren Ankney
You will need to perform a config-write to write the changes to the config file. The changes made by API commands are only in memory until a config-write is performed. On Thu, Apr 10, 2025 at 12:56 PM tachibanash...@outlook.com < tachibanash...@outlook.com> wrote: > Hi Razvan, > > > I run the AP

Re: [Kea-users] kea-dhcp6 : KNOWN class setting vs mac-sources and DUIDs types

2025-04-13 Thread Darren Ankney
hink you might find that option 79 is not included. Thank you, Darren Ankney On Tue, Apr 8, 2025 at 12:06 PM Jan Rovner via Kea-users < kea-users@lists.isc.org> wrote: > Hello, > > I am running dhcp6 server with strict policy that KEA talks only to > clients with known MACs (Reserva

Re: [Kea-users] [EXTERNAL] Re: Option 43

2025-04-10 Thread Darren Ankney
}, { "name": "syslog-address", "space": "vendor-encapsulated-options" "data": "some data" }, { "name": "vendor-encapsulated-options"

Re: [Kea-users] HA syncing lease database

2025-04-04 Thread Darren Ankney
ty of transmitting computer > viruses. We do not guarantee, however, that any attachments to this Email > are virus-free. > -- > *From:* Kea-users on behalf of Darren > Ankney > *Sent:* Thursday, April 3, 2025 1:37 PM > *To:* Kea user's list > *Subject:* Re: [Kea-us

Re: [Kea-users] HA syncing lease database

2025-04-03 Thread Darren Ankney
Hi Jason, If you want to manually manipulate the leases (which is normally not recommended, but I assume you have good reason for doing this), then you'll have to send the delete to both servers. I do not believe that these API calls will be synced. Thank you, Darren Ankney On Thu,

Re: [Kea-users] HA Load Balancing: HA_BUFFER4_RECEIVE_NOT_FOR_US Issue

2025-03-21 Thread Darren Ankney
) Something like this: "pools": [ { "pool": "172.16.120.50 - 172.16.120.125", "client-class": "HA_server1" }, { "pool": "172.16.120.126 - 172.16.120.200", "client-class": &q

Re: [Kea-users] Failure Scenario Evaluation

2025-03-13 Thread Darren Ankney
Hi Diogo, You haven't missed anything. This is the current intended behavior. There is a new Gitlab issue about this here: https://gitlab.isc.org/isc-projects/kea/-/issues/3790 that may interest you. Thank you, Darren Ankney On Mon, Mar 10, 2025 at 8:46 PM Diogo André de Assumpção vi

Re: [Kea-users] need to use circuit-id in option

2025-03-07 Thread Darren Ankney
xxc='+option[82].option[1].hex" but I've never tried to use these functions or packet contents in the "data" field. Thank you, Darren Ankney On Wed, Mar 5, 2025 at 4:04 AM DDFR | Ronald Blaas wrote: > > Hi all, > > We recently switch a subnet from isc-dhcp to

Re: [Kea-users] Overwrite option-data fields with client-classes in reservations

2025-03-07 Thread Darren Ankney
client is not a member of the 'google-ns' class. Thank you, Darren Ankney On Fri, Mar 7, 2025 at 11:42 AM Walter Reiner via Kea-users wrote: > > Hello, > > thank you for your help. > > I have it now setup in the following way: > > ~~~ > "hooks-libraries"

Re: [Kea-users] Overwrite option-data fields with client-classes in reservations

2025-03-04 Thread Darren Ankney
-option-so-flexible-option-actions-for-option-value-settings Thank you, Darren Ankney On Tue, Mar 4, 2025 at 11:08 AM Walter Reiner via Kea-users wrote: > > Hi, > > I'm trying to overwrite option-data fields, e.g. domain-name-servers but also > others, for specific reservat

Re: [Kea-users] Support for valid-lifetime and max-valid-lifetime per pool in Kea

2025-03-01 Thread Darren Ankney
Hi Dipesh, Please see https://gitlab.isc.org/isc-projects/kea/-/issues/953 where you can voice your support for this. Thank you, Darren Ankney On Thu, Feb 27, 2025 at 4:05 PM Dipesh Kayastha wrote: > > Hello Kea Developers and Users, > > > > We are in the process of migratin

Re: [Kea-users] COMMAND_SOCKET_CONNECTION_SHUTDOWN_FAIL error logs

2025-03-01 Thread Darren Ankney
Hi Sébastien, You may want to ask this question on stork-users ( https://lists.isc.org/mailman/listinfo/stork-users) since it is related to Stork. A Stork developer or two have been known to respond there as well. Thank you, Darren Ankney On Tue, Feb 25, 2025 at 3:14 AM Sébastien Nauer via Kea

Re: [Kea-users] Is Interface mandate in kea-DHCPv6 section

2025-02-20 Thread Darren Ankney
e here: https://kea.readthedocs.io/en/latest/arm/dhcp6-srv.html#using-a-specific-relay-agent-for-a-subnet). But you may not have to if the relay agent source IP is actually part of one of the subnets configured on your DHCP server. Thank you, Darren Ankney -- ISC funds the development of this so

Re: [Kea-users] keama-leases.py "over encodes" the uid for the client_id after skipping the first and last digit

2025-02-18 Thread Darren Ankney
so that you can contribute if you like. Thank you, Darren Ankney On Sat, Feb 15, 2025 at 5:19 PM John Lind wrote: > > This is hard to describe, so I'll try to show it as clearly as I can. > > The leases script takes the client id, skips the first digit, then converts > eac

Re: [Kea-users] Not processing DHPCv6 Relayed requests

2025-02-18 Thread Darren Ankney
hared-network statement. Hope that helps! Thank you, Darren Ankney On Mon, Feb 17, 2025 at 11:31 PM Geoff Sweet wrote: > > So let me paint the picture here. Several subnets. Each behind a common > firewall and each in its own firewall zone. Each subnet has a dhcp relay > listener

Re: [Kea-users] Not processing DHPCv6 Relayed requests

2025-02-16 Thread Darren Ankney
figuration. There are no prefix for the server to allocate configured here. See here: https://kea.readthedocs.io/en/kea-2.6.1/arm/dhcp6-srv.html#subnet-and-prefix-delegation-pools Thank you, Darren Ankney On Sat, Feb 15, 2025 at 7:15 PM Geoff Sweet wrote: > > So I have now modified this share

Re: [Kea-users] keama-leases.py fails with abandoned leases

2025-02-16 Thread Darren Ankney
Hi John, Probably a combination of here: https://reports.kea.isc.org/dev_guide/d6/dbd/dhcpDatabaseBackends.html#memfile-description and looking at the source code. Thank you, Darren Ankney On Sat, Feb 15, 2025 at 6:32 PM John Lind wrote: > > Where would I find the documentation on w

Re: [Kea-users] keama mistranslating dhcp-client-identified

2025-02-16 Thread Darren Ankney
, Darren Ankney On Sat, Feb 15, 2025 at 3:06 PM John Lind wrote: > > Thanks! Yes - I understood about the "reservations" not being stored, but > rather a lease based on the reservation, though I did express that carelessly. > > So - is there a suggestion "box"?

Re: [Kea-users] Not processing DHPCv6 Relayed requests

2025-02-15 Thread Darren Ankney
cal-and-relayed-traffic-in-shared-networks where it says: " it is a configuration error to specify different relay addresses for the respective subnets in the shared network." Thank you, Darren Ankney On Sat, Feb 15, 2025 at 3:10 AM Geoff Sweet wrote: > > Thanks kindly there Darren,

Re: [Kea-users] keama mistranslating dhcp-client-identified

2025-02-15 Thread Darren Ankney
isn't so much keeping the reservation in this file as it is keeping a lease. Clients who have not obtained their reserved address will not appear in this file. Thank you, Darren Ankney On Fri, Feb 14, 2025 at 5:28 PM John Lind wrote: > > Well, it appears that I have been on a foo

Re: [Kea-users] keama mistranslating dhcp-client-identified

2025-02-14 Thread Darren Ankney
n. You can have multiple reservations for the same IP address, however (see here: https://kea.readthedocs.io/en/kea-2.6.1/arm/dhcp4-srv.html#multiple-reservations-for-the-same-ip), which would let you achieve what you are trying to achieve I think. Thank you, Darren Ankney On Thu, Feb 13, 2025 a

Re: [Kea-users] Spawning client classes and limiting IP addresses

2025-02-13 Thread Darren Ankney
Hi Jason, That actually isn't intended. It will (probably) be fixed in 2.7.7: https://gitlab.isc.org/isc-projects/kea/-/issues/3702 Thank you, Darren Ankney On Thu, Feb 13, 2025 at 4:21 PM Jason Creviston wrote: > Thanks for the reply Darren! You got my brain working again,

Re: [Kea-users] Kea DHCP forensic logging (Darren Ankney)

2025-02-13 Thread Darren Ankney
circuit-id: ' + option[82].option[1].hex, '') // sub-option 1 is the circuit-id. Thank you, Darren Ankney On Wed, Feb 12, 2025 at 4:34 PM Jim Springsteen wrote: > > I apologize for my late response. > > I am making use of the request-parser-format and the documentation

Re: [Kea-users] Not processing DHPCv6 Relayed requests

2025-02-13 Thread Darren Ankney
you need to specify the address. Something like this: "interfaces-config": { "interfaces": [ "ens18/2001:db8::12" ] }, See here: https://kea.readthedocs.io/en/latest/arm/dhcp6-srv.html#interface-configuration Thank you, Darren Ankney O

Re: [Kea-users] keama mistranslating dhcp-client-identified

2025-02-09 Thread Darren Ankney
wister inside the double quotes) but you might want to perform a packet capture to confirm that your client actually has a hostname in the client-id field. I've not seen that previously. Option 61 normally isn't present at all or contains the mac address. But if this was working in ISC

Re: [Kea-users] keama-leases.py fails with abandoned leases

2025-02-07 Thread Darren Ankney
the team would want to save these when importing the leases, more work might be required, was what I really meant. Thank you, Darren Ankney On Thu, Feb 6, 2025 at 5:18 PM John Lind wrote: > > Awesome! Thank you so much! I'm confused about it saying the patch "may not > work

Re: [Kea-users] keama-leases.py fails with abandoned leases

2025-02-06 Thread Darren Ankney
Hi John, Someone has reported for you: https://gitlab.isc.org/isc-projects/keama/-/issues/70 Have a great week! Thank you, Darren Ankney On Thu, Feb 6, 2025 at 2:55 PM John Lind wrote: > > Thanks, Darren. I'm retired now, and don't really have a way to get another >

Re: [Kea-users] keama-leases.py fails with abandoned leases

2025-02-06 Thread Darren Ankney
eate a merge request though. Thank you, Darren Ankney On Mon, Feb 3, 2025 at 10:57 PM John Lind wrote: > > I managed to pull the script from the GIT repository. It doesn't seem to be > versioned, but I believe it is the latest and it says: > > # dhcp2kea by marmo > # 6-1

Re: [Kea-users] Kea DHCP forensic logging

2025-02-06 Thread Darren Ankney
hat in mind, are you getting the logs you need? Thank you, Darren Ankney On Wed, Jan 29, 2025 at 9:45 AM Jim Springsteen wrote: > > Darren, > > I have been trying to use a customized response-parser-format, but I can't > find good documentation on the options I can use to

Re: [Kea-users] Kea DHCP forensic logging

2025-01-28 Thread Darren Ankney
Hi Jim, I think, if I recall correctly, that DISCOVER are not logged by the legal log. I think if you supply a customized response-parser-format, you'll see the option 82 from the OFFER logged. Thank you, Darren Ankney On Tue, Jan 28, 2025 at 4:51 PM Jim Springsteen wrote: > > Af

Re: [Kea-users] DHCPv6 flooding by Windows 11 24H2 clients

2025-01-24 Thread Darren Ankney
ot; (https://kea.readthedocs.io/en/kea-2.6.1/arm/dhcp4-srv.html#ddns-for-dhcpv4) Thank you, Darren Ankney On Fri, Jan 24, 2025 at 4:43 PM wrote: > > Hi, > > I am facing a quite strange issue with Windows 11 24H2 clients and Kea > DHCPv6. > > Windows seems to constantly request a

Re: [Kea-users] Option 125 suboption 1 not send

2025-01-24 Thread Darren Ankney
t;gaps". see: https://kea.readthedocs.io/en/kea-2.6.1/arm/dhcp4-srv.html#dhcpv4-vendor-specific-options .. specifically the VIVSO (option 125) sub options example. Thank you, Darren Ankney On Fri, Jan 24, 2025 at 6:08 AM DDFR | Ronald Blaas wrote: > > Hi all > > I must be forgetting s

Re: [Kea-users] Kea DHCP forensic logging

2025-01-23 Thread Darren Ankney
.html#configuring-the-forensic-logging-hooks). These use the same expression syntax as client-classification (see here: https://kea.readthedocs.io/en/kea-2.6.1/arm/classify.html#using-expressions-in-classification). Thank you, Darren Ankney On Tue, Jan 21, 2025 at 4:34 PM Jim Springsteen wrote: &

Re: [Kea-users] Stork not reporting on subnet usage

2025-01-18 Thread Darren Ankney
Hi Uwe, Have you loaded the stat_cmds hook in Kea? Stork needs this for at least some of the statistics. See here: https://kea.readthedocs.io/en/kea-2.6.1/arm/hooks.html#libdhcp-stat-cmds-so-statistics-commands-for-supplemental-lease-statistics On Fri, Jan 17, 2025 at 4:08 PM Uwe Jasper wrote:

Re: [Kea-users] Kea DHCP forensic logging

2025-01-18 Thread Darren Ankney
do what you describe is the first example in the documentation. You may need to play with log rotation and retention settings to keep what you want for as long as is required. Thank you, Darren Ankney On Fri, Jan 17, 2025 at 1:49 PM Jim Springsteen < jim.springst...@southslope.com> wrote

Re: [Kea-users] KEA DHCPv6 subnet prefixes from upstream IA_PD

2025-01-15 Thread Darren Ankney
? I don't know. Perhaps you could test in a lab setting before implementation? Thank you, Darren Ankney On Wed, Jan 15, 2025 at 7:40 AM Owen DeLong wrote: > > Can I really substitute part of a string from an include file? Forgive my > ignorance, but what would the syntax for that l

Re: [Kea-users] [External] - Re: Option Class-Tagging Configuration

2025-01-14 Thread Darren Ankney
-srv.html#additional-classification) might help? Your goal would be to isolate these so that you only set one per "option-data": { } so they don't overwrite each other. You can use multiple additional client classes in each subnet to accomplish this. Thank you, Darren Ankney On Tue, Ja

Re: [Kea-users] KEA DHCPv6 subnet prefixes from upstream IA_PD

2025-01-14 Thread Darren Ankney
how widely expressions can be used in a kea configuration file > outside of client classes. > > If that capability doesn’t currently exist, it’s probably very much worth > adding to the enhancements list. > > Owen > > > > On Jan 14, 2025, at 10:02, Darren Ankney wrot

Re: [Kea-users] Option Class-Tagging Configuration

2025-01-14 Thread Darren Ankney
ead of the name (not 100% sure that is a valid workaround). The code for 'boot-file-name' seems to be 67. So replace "name": "boot-file-name" with "code": 67 in one of them perhaps? Thank you, Darren Ankney On Tue, Jan 14, 2025 at 2:20 PM Isaac Brummel

Re: [Kea-users] [EXTERNAL] Re: Some questions on client class configuration

2025-01-14 Thread Darren Ankney
Hello Yu, I do not know for sure, but I think the intention is for the things in the 2.7.x branch to be released in 3.0.0. Since this is already in the 2.7.x branch, it should be in 3.0.0 Thank you, Darren Ankney On Tue, Jan 14, 2025 at 10:42 AM Xiao, Yu (CCI-Atlanta) wrote: > > Hi

Re: [Kea-users] KEA DHCPv6 subnet prefixes from upstream IA_PD

2025-01-14 Thread Darren Ankney
Hi Owen, I can't think of anyway from within Kea to do this. Kea would have no knowledge of what prefix was delegated. I would say that you would need to do scripts or find some consumer device that already does this for you (e.g., perhaps one of the ASUS routers?). Thank you, Darren A

Re: [Kea-users] Some questions on client class configuration

2025-01-14 Thread Darren Ankney
4 - require-client-classes -> evaluate-additional-classes - This change is merely a renaming to make it more clear what the functionality actually does. The naming was unclear before and led to confusion (see: https://kea.readthedocs.io/en/kea-2.7.5/arm/dhcp4-srv.html#additional-classificatio

Re: [Kea-users] boost: Assertion `px != 0' failed.

2025-01-14 Thread Darren Ankney
Hi Jonas, You may want to read this article about how to report crashes to the development team: https://kb.isc.org/docs/aa-00340 it should provide all of the necessary details about what needs to be collected and what to do with it. Thank you, Darren Ankney On Mon, Jan 13, 2025 at 2:45 PM

Re: [Kea-users] High availability with a database cluster issue

2025-01-09 Thread Darren Ankney
ok would be that all servers would try to answer each client. You would also want to run the random lease allocator to avoid collisions. Thank you, Darren Ankney On Thu, Jan 9, 2025 at 4:51 AM Sébastien Nauer wrote: > > Hello Daren, > > Thank you for your comments. > > We use

Re: [Kea-users] reservations-out-of-pool

2025-01-09 Thread Darren Ankney
tork-users (https://lists.isc.org/mailman/listinfo/stork-users), however. Thank you, Darren Ankney On Wed, Jan 8, 2025 at 5:13 AM DDFR | Ronald Blaas wrote: > > Hi All, > > Just notices something > > > In Stork (v2.0.0) I see a configuration issue > > > Kea daemon [29

Re: [Kea-users] High availability with a database cluster issue

2025-01-08 Thread Darren Ankney
-10-and-11 ) If you haven't already found them, there are a couple of articles about MySQL clusters and Kea: https://kb.isc.org/docs/getting-started-with-galera-or-percona-for-kea https://kb.isc.org/docs/experimental-mysql-clusters-for-kea (this one might not be relevant) Thank you, Darren A

Re: [Kea-users] Feature request: Control when "evaluate-additional-classes" is executed

2025-01-03 Thread Darren Ankney
ome of this is being used to make a decision about the inclusion of options. Thank you, Darren Ankney On Fri, Jan 3, 2025 at 5:13 AM Peter Davies wrote: > > Hi Jonas, > > Thank you for your interest in Kea. > > > Please create a feature request issue at > https://gitlab.

Re: [Kea-users] dhcp4 interfaces quantity limit?

2024-12-24 Thread Darren Ankney
Hi, I would think that this small number would be no problem but I don't know that for sure. I'd advise testing prior to deployment. Thank you, Darren Ankney On Tue, Dec 24, 2024 at 7:54 AM fbcadmin via Kea-users wrote: > > 20 > > On 12/24/24 05:22, Darren Ankney wrote:

Re: [Kea-users] dhcp4 interfaces quantity limit?

2024-12-24 Thread Darren Ankney
wanting to listen on? Thank you, Darren Ankney On Mon, Dec 23, 2024 at 9:47 PM fbcadmin via Kea-users wrote: > > Is there a limit on how many network interfaces work with kea-dhcp? > > -- > ISC funds the development of this software with paid support subscriptions. > C

Re: [Kea-users] ALLOC_ENGINE_V4_DISCOVER_ADDRESS_CONFLICT issue

2024-12-23 Thread Darren Ankney
could deal with these conflicts as they come up instead of creating potentially a worse problem with potential duplicate address assignments? Thank you, Darren Ankney On Mon, Dec 23, 2024 at 7:02 AM fbcadmin via Kea-users wrote: > > I see , thanks for the info. > > I use ONA [ OpenNe

  1   2   3   4   5   >