[Kea-users] Kea 2.6.5: hosts-database with PostgreSQL not querying database during DHCP lease allocation
Eddie Taylor
eddie.taylor at data443.com
Thu May 21 01:24:02 UTC 2026
Attacheced are logs
Environment:
Kea 2.6.5 (stable)
3-server HA cluster (load-balancing mode)
PowerDNS servers: 10.40.31.1, 10.40.31.2, 10.40.31.3
PostgreSQL backend: 10.40.31.7:5000 via PgBouncer
Database schema: 22.2
Configuration:
hosts-database configured on all 3 servers with PostgreSQL connection details
All required hooks loaded: libdhcp_host_cmds.so, libdhcp_lease_cmds.so, libdhcp_ha.so, libdhcp_pgsql_cb.so
HA is healthy and working correctly
Kea version: 2.6.5
Hook: libdhcp_pgsql_cb.so loading successfully
Database: PostgreSQL hosts database opening at startup
Reproduction: VM MAC bc:24:11:43:b0:19 configured with reserved IP 10.40.3.185 in database, but receives pool IP 10.40.3.164 on DHCP lease request
Config-file reservations work, database ones don't
Logs showing successful pgsql_cb initialization
This appears to be either:
A bug in Kea 2.6.5 pgsql_cb integration
Missing configuration parameter
Or unsupported feature in this version
-----Original Message-----
From: Kea-users <kea-users-bounces at lists.isc.org> On Behalf Of Doug Freed
Sent: Tuesday, May 12, 2026 6:02 PM
To: kea-users at lists.isc.org
Subject: Re: [Kea-users] Kea 2.6.5: hosts-database with PostgreSQL not querying database during DHCP lease allocation
On 5/12/26 15:03, Eddie Taylor wrote:
> Sorry for the delay had an issue to address.
>
> root at p-powerdns-001 ~]# grep -A 100 '"hooks-libraries"' /etc/kea/kea-
> dhcp4.conf | grep -A 1 "library"
>
> "library": "/usr/lib64/kea/hooks/libdhcp_lease_cmds.so"
>
> },
>
> --
>
> "library": "/usr/lib64/kea/hooks/libdhcp_ha.so",
>
> "parameters": {
>
> --
>
> "library": "/usr/lib64/kea/hooks/libdhcp_host_cmds.so"
>
> },
>
> --
>
> "library": "/usr/lib64/kea/hooks/libdhcp_pgsql_cb.so"
>
> }
>
> [root at p-powerdns-001 ~]#
>
> *From:*Kea-users <kea-users-bounces at lists.isc.org> *On Behalf Of
> *Peter Davies
> *Sent:* Tuesday, May 12, 2026 11:47 AM
> *To:* kea-users at lists.isc.org
> *Subject:* Re: [Kea-users] Kea 2.6.5: hosts-database with PostgreSQL
> not querying database during DHCP lease allocation
>
> Hi Eddie,
> What does your "hosts-database" definition look like?
>
> Have you remembered to load the host commands hooks library
> "libdhcp_host_cmds.so"
>
> See: https://kea.readthedocs.io/en/kea-2.6.5/arm/hooks.html#libdhcp-
> host-cmds-so-host-commands
> <https://kea.readthedocs.io/en/kea-2.6.5/arm/
> hooks.html#libdhcp-host-cmds-so-host-commands>
>
> /Peter
>
> On 12/05/2026 17.25, Eddie Taylor wrote:
>
> According to kb.isc.org/docs/aa-01615 (Kea Significant Features
> Matrix), Kea 2.6 should support Host Reservations Mode (Global). We
> have hosts-database configured with PostgreSQL, the schema is
> correct (22.2), host reservations exist in the database with correct
> data, but Kea 2.6.5 is not querying the database during DHCP lease
> assignment. No special hook is indicated as required for Kea 2.6
> host reservations in the matrix. What's missing or broken?
>
> All email and communication should be considered private and
> protected personal and shall be secured under all applicable laws.
> Any recipient, who has access to any contained information,
> regardless of purpose or medium is so advised, bound and obligated
> to handle as such.
>
> --
>
> Peter Davies
>
> Support Engineer
>
> Internet Systems Corporation
>
> All email and communication should be considered private and protected
> personal and shall be secured under all applicable laws. Any
> recipient, who has access to any contained information, regardless of
> purpose or medium is so advised, bound and obligated to handle as such.
>
My first recommendation would be to crank the logging up to DEBUG level 99, and trigger some clients to request a lease that should be getting a reservation. Post the logs here on the list and somebody can probably figure out what's going wrong. It would likely also be helpful to have your full configuration.
-Doug
--
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 at lists.isc.org
All email and communication should be considered private and protected personal and shall be secured under all applicable laws. Any recipient, who has access to any contained information, regardless of purpose or medium is so advised, bound and obligated to handle as such.
-------------- next part --------------
cat /tmp/kea-dhcp4-logs.txt
cat /tmp/kea-lease-assignment.txt
2026-05-20 21:10:45.180 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:00:8b:a3], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x69f08e36: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.0.70:68 on interface enp2s2
2026-05-20 21:10:45.392 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:14:85:bc], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xfccb8b07
2026-05-20 21:10:45.392 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:14:85:bc], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xfccb8b07: DHCPREQUEST (type 3) received from 10.17.0.96 to 10.17.15.1 on interface enp2s1
2026-05-20 21:10:45.402 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:14:85:bc], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xfccb8b07: lease 10.17.0.96 has been allocated for 3600 seconds
2026-05-20 21:10:45.412 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:14:85:bc], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xfccb8b07: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.96:68 on interface enp2s1
2026-05-20 21:10:46.308 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:4c:d8:6a], cid=[no info], tid=0x6763d43a
2026-05-20 21:10:46.308 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:4c:d8:6a], cid=[no info], tid=0x6763d43a: DHCPREQUEST (type 3) received from 10.50.0.37 to 10.50.31.1 on interface ens22
2026-05-20 21:10:46.314 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:4c:d8:6a], cid=[no info], tid=0x6763d43a: lease 10.50.0.37 has been allocated for 3600 seconds
2026-05-20 21:10:46.324 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:4c:d8:6a], cid=[no info], tid=0x6763d43a: trying to send packet DHCPACK (type 5) from 10.50.31.1:67 to 10.50.0.37:68 on interface ens22
2026-05-20 21:10:47.128 INFO [kea-dhcp4.commands/620975.140466809923136] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:10:47.392 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:e1:c7:ef], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xff6e650a
2026-05-20 21:10:47.392 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:e1:c7:ef], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xff6e650a: DHCPREQUEST (type 3) received from 10.18.13.30 to 10.18.15.1 on interface enp2s2
2026-05-20 21:10:47.403 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:e1:c7:ef], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xff6e650a: lease 10.18.13.30 has been allocated for 3600 seconds
2026-05-20 21:10:47.410 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:e1:c7:ef], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xff6e650a: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.13.30:68 on interface enp2s2
2026-05-20 21:10:47.973 INFO [kea-dhcp4.commands/620975.140466835101248] COMMAND_RECEIVED Received command 'lease4-update'
2026-05-20 21:10:48.628 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:ec:ca:9a], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb580d556
2026-05-20 21:10:48.628 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:ec:ca:9a], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb580d556: DHCPREQUEST (type 3) received from 10.17.0.65 to 10.17.15.1 on interface enp2s1
2026-05-20 21:10:48.639 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:ec:ca:9a], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb580d556: lease 10.17.0.65 has been allocated for 3600 seconds
2026-05-20 21:10:48.648 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:ec:ca:9a], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb580d556: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.65:68 on interface enp2s1
2026-05-20 21:10:49.133 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:2e:54:7f], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:fc:e7:29:ef:22:ae:ea:78], tid=0x22981205
2026-05-20 21:10:49.134 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:2e:54:7f], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:fc:e7:29:ef:22:ae:ea:78], tid=0x22981205: DHCPREQUEST (type 3) received from 10.40.1.16 to 10.40.31.1 on interface ens18
2026-05-20 21:10:49.140 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:2e:54:7f], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:fc:e7:29:ef:22:ae:ea:78], tid=0x22981205: lease 10.40.1.16 has been allocated for 3600 seconds
2026-05-20 21:10:49.147 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:2e:54:7f], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:fc:e7:29:ef:22:ae:ea:78], tid=0x22981205: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.1.16:68 on interface ens18
2026-05-20 21:10:50.631 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:98:74:c9], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x5b6f8638
2026-05-20 21:10:50.631 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:98:74:c9], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x5b6f8638: DHCPREQUEST (type 3) received from 10.18.0.8 to 10.18.15.1 on interface enp2s2
2026-05-20 21:10:50.642 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:98:74:c9], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x5b6f8638: lease 10.18.0.8 has been allocated for 3600 seconds
2026-05-20 21:10:50.649 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:98:74:c9], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x5b6f8638: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.0.8:68 on interface enp2s2
2026-05-20 21:10:50.689 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:a4:d8:97], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x58332387
2026-05-20 21:10:50.689 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:a4:d8:97], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x58332387: DHCPREQUEST (type 3) received from 10.18.0.60 to 10.18.15.1 on interface enp2s2
2026-05-20 21:10:50.699 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:a4:d8:97], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x58332387: lease 10.18.0.60 has been allocated for 3600 seconds
2026-05-20 21:10:50.706 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:a4:d8:97], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x58332387: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.0.60:68 on interface enp2s2
2026-05-20 21:10:51.201 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:fa:81:a4], cid=[01:bc:24:11:fa:81:a4], tid=0x540f8234
2026-05-20 21:10:51.201 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:fa:81:a4], cid=[01:bc:24:11:fa:81:a4], tid=0x540f8234: DHCPREQUEST (type 3) received from 10.17.0.8 to 10.17.15.1 on interface enp2s1
2026-05-20 21:10:51.210 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:fa:81:a4], cid=[01:bc:24:11:fa:81:a4], tid=0x540f8234: lease 10.17.0.8 has been allocated for 3600 seconds
2026-05-20 21:10:51.217 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:fa:81:a4], cid=[01:bc:24:11:fa:81:a4], tid=0x540f8234: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.8:68 on interface enp2s1
2026-05-20 21:10:52.922 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:23:da:e5], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x1beb898a
2026-05-20 21:10:52.922 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:23:da:e5], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x1beb898a: DHCPREQUEST (type 3) received from 10.18.0.78 to 10.18.15.1 on interface enp2s2
2026-05-20 21:10:52.933 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:23:da:e5], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x1beb898a: lease 10.18.0.78 has been allocated for 3600 seconds
2026-05-20 21:10:52.940 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:23:da:e5], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x1beb898a: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.0.78:68 on interface enp2s2
2026-05-20 21:10:54.240 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:0a:b6:c6], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x691580f0
2026-05-20 21:10:54.240 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:0a:b6:c6], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x691580f0: DHCPREQUEST (type 3) received from 10.17.0.80 to 10.17.15.1 on interface enp2s1
2026-05-20 21:10:54.252 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:0a:b6:c6], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x691580f0: lease 10.17.0.80 has been allocated for 3600 seconds
2026-05-20 21:10:54.260 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:0a:b6:c6], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x691580f0: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.80:68 on interface enp2s1
2026-05-20 21:10:55.922 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:0c:cc:3a], cid=[no info], tid=0x4d71d52a
2026-05-20 21:10:55.922 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:0c:cc:3a], cid=[no info], tid=0x4d71d52a: DHCPREQUEST (type 3) received from 10.45.3.40 to 10.45.31.1 on interface ens21
2026-05-20 21:10:55.931 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:0c:cc:3a], cid=[no info], tid=0x4d71d52a: lease 10.45.3.40 has been allocated for 3600 seconds
2026-05-20 21:10:55.941 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:0c:cc:3a], cid=[no info], tid=0x4d71d52a: trying to send packet DHCPACK (type 5) from 10.45.31.1:67 to 10.45.3.40:68 on interface ens21
2026-05-20 21:10:57.408 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:5d:14:49], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x60f20979
2026-05-20 21:10:57.408 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:5d:14:49], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x60f20979: DHCPREQUEST (type 3) received from 10.18.0.73 to 10.18.15.1 on interface enp2s2
2026-05-20 21:10:57.420 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:5d:14:49], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x60f20979: lease 10.18.0.73 has been allocated for 3600 seconds
2026-05-20 21:10:57.430 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:5d:14:49], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x60f20979: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.0.73:68 on interface enp2s2
2026-05-20 21:10:57.978 INFO [kea-dhcp4.commands/620975.140466818315840] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:10:58.398 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:3b:ff:1d], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:f6:69:77:58:e3:16:08:e6], tid=0x70b630e1
2026-05-20 21:10:58.398 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:3b:ff:1d], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:f6:69:77:58:e3:16:08:e6], tid=0x70b630e1: DHCPREQUEST (type 3) received from 10.40.1.13 to 10.40.31.1 on interface ens18
2026-05-20 21:10:58.405 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:3b:ff:1d], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:f6:69:77:58:e3:16:08:e6], tid=0x70b630e1: lease 10.40.1.13 has been allocated for 3600 seconds
2026-05-20 21:10:58.412 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:3b:ff:1d], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:f6:69:77:58:e3:16:08:e6], tid=0x70b630e1: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.1.13:68 on interface ens18
2026-05-20 21:10:58.553 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:5d:28:21], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xa201ff15
2026-05-20 21:10:58.553 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:5d:28:21], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xa201ff15: DHCPREQUEST (type 3) received from 10.17.0.22 to 10.17.15.1 on interface enp2s1
2026-05-20 21:10:58.564 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:5d:28:21], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xa201ff15: lease 10.17.0.22 has been allocated for 3600 seconds
2026-05-20 21:10:58.572 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:5d:28:21], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xa201ff15: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.22:68 on interface enp2s1
2026-05-20 21:10:58.710 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:60:dc:ae], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:d0:8a:57:2a:8b:7e:9e:06], tid=0x85242ed
2026-05-20 21:10:58.710 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:60:dc:ae], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:d0:8a:57:2a:8b:7e:9e:06], tid=0x85242ed: DHCPREQUEST (type 3) received from 10.17.0.94 to 10.17.15.1 on interface enp2s1
2026-05-20 21:10:58.720 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:60:dc:ae], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:d0:8a:57:2a:8b:7e:9e:06], tid=0x85242ed: lease 10.17.0.94 has been allocated for 3600 seconds
2026-05-20 21:10:58.729 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:60:dc:ae], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:d0:8a:57:2a:8b:7e:9e:06], tid=0x85242ed: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.94:68 on interface enp2s1
2026-05-20 21:10:59.205 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:6f:64:09], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xab65ed12
2026-05-20 21:10:59.205 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:6f:64:09], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xab65ed12: DHCPREQUEST (type 3) received from 10.18.0.18 to 10.18.15.1 on interface enp2s2
2026-05-20 21:10:59.215 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:6f:64:09], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xab65ed12: lease 10.18.0.18 has been allocated for 3600 seconds
2026-05-20 21:10:59.222 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:6f:64:09], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xab65ed12: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.0.18:68 on interface enp2s2
2026-05-20 21:11:00.366 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:25:38:41], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:99:ae:f0:93:bb:de:f8:a6], tid=0x530a1176
2026-05-20 21:11:00.366 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:25:38:41], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:99:ae:f0:93:bb:de:f8:a6], tid=0x530a1176: DHCPREQUEST (type 3) received from 10.40.3.217 to 10.40.31.1 on interface ens18
2026-05-20 21:11:00.373 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:25:38:41], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:99:ae:f0:93:bb:de:f8:a6], tid=0x530a1176: lease 10.40.3.217 has been allocated for 3600 seconds
2026-05-20 21:11:00.380 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:25:38:41], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:99:ae:f0:93:bb:de:f8:a6], tid=0x530a1176: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.3.217:68 on interface ens18
2026-05-20 21:11:00.817 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:63:41:12], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xbab9cc69
2026-05-20 21:11:00.817 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:63:41:12], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xbab9cc69: DHCPREQUEST (type 3) received from 10.18.0.65 to 10.18.15.1 on interface enp2s2
2026-05-20 21:11:00.828 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:63:41:12], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xbab9cc69: lease 10.18.0.65 has been allocated for 3600 seconds
2026-05-20 21:11:00.835 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:63:41:12], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xbab9cc69: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.0.65:68 on interface enp2s2
2026-05-20 21:11:00.856 INFO [kea-dhcp4.commands/620975.140466826708544] COMMAND_RECEIVED Received command 'lease4-update'
2026-05-20 21:11:01.200 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:bf:8f:2b], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:94:eb:a4:21:1e:36:b6:ae], tid=0x4ab724e3
2026-05-20 21:11:01.200 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:bf:8f:2b], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:94:eb:a4:21:1e:36:b6:ae], tid=0x4ab724e3: DHCPREQUEST (type 3) received from 10.40.3.227 to 10.40.31.1 on interface ens18
2026-05-20 21:11:01.207 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:bf:8f:2b], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:94:eb:a4:21:1e:36:b6:ae], tid=0x4ab724e3: lease 10.40.3.227 has been allocated for 3600 seconds
2026-05-20 21:11:01.214 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:bf:8f:2b], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:94:eb:a4:21:1e:36:b6:ae], tid=0x4ab724e3: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.3.227:68 on interface ens18
2026-05-20 21:11:02.400 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:12:ba:53], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x71fbd5ba
2026-05-20 21:11:02.400 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:12:ba:53], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x71fbd5ba: DHCPREQUEST (type 3) received from 10.17.0.37 to 10.17.15.1 on interface enp2s1
2026-05-20 21:11:02.411 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:12:ba:53], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x71fbd5ba: lease 10.17.0.37 has been allocated for 3600 seconds
2026-05-20 21:11:02.419 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:12:ba:53], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x71fbd5ba: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.37:68 on interface enp2s1
2026-05-20 21:11:02.493 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:a7:40:75], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x8f1952d7
2026-05-20 21:11:02.493 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:a7:40:75], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x8f1952d7: DHCPREQUEST (type 3) received from 10.17.0.105 to 10.17.15.1 on interface enp2s1
2026-05-20 21:11:02.503 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:a7:40:75], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x8f1952d7: lease 10.17.0.105 has been allocated for 3600 seconds
2026-05-20 21:11:02.509 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:a7:40:75], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x8f1952d7: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.105:68 on interface enp2s1
2026-05-20 21:11:04.253 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:fc:4f:6c], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:4a:f2:c7:45:52:a3:09:49], tid=0x53d0c188
2026-05-20 21:11:04.253 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:fc:4f:6c], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:4a:f2:c7:45:52:a3:09:49], tid=0x53d0c188: DHCPREQUEST (type 3) received from 10.17.13.125 to 10.17.15.1 on interface enp2s1
2026-05-20 21:11:04.265 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:fc:4f:6c], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:4a:f2:c7:45:52:a3:09:49], tid=0x53d0c188: lease 10.17.13.125 has been allocated for 3600 seconds
2026-05-20 21:11:04.276 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:fc:4f:6c], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:4a:f2:c7:45:52:a3:09:49], tid=0x53d0c188: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.13.125:68 on interface enp2s1
2026-05-20 21:11:05.150 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:08:93:78], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:96:b3:24:0a:bf:d9:16:dc], tid=0xea28b1af
2026-05-20 21:11:05.150 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:08:93:78], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:96:b3:24:0a:bf:d9:16:dc], tid=0xea28b1af: DHCPREQUEST (type 3) received from 10.40.3.229 to 10.40.31.1 on interface ens18
2026-05-20 21:11:05.157 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:08:93:78], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:96:b3:24:0a:bf:d9:16:dc], tid=0xea28b1af: lease 10.40.3.229 has been allocated for 3600 seconds
2026-05-20 21:11:05.167 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:08:93:78], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:96:b3:24:0a:bf:d9:16:dc], tid=0xea28b1af: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.3.229:68 on interface ens18
2026-05-20 21:11:05.423 INFO [kea-dhcp4.commands/620975.140466809923136] COMMAND_RECEIVED Received command 'lease4-update'
2026-05-20 21:11:07.454 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:4e:d7:cb], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xee571356
2026-05-20 21:11:07.454 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:4e:d7:cb], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xee571356: DHCPREQUEST (type 3) received from 10.17.0.31 to 10.17.15.1 on interface enp2s1
2026-05-20 21:11:07.465 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:4e:d7:cb], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xee571356: lease 10.17.0.31 has been allocated for 3600 seconds
2026-05-20 21:11:07.473 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:4e:d7:cb], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xee571356: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.31:68 on interface enp2s1
2026-05-20 21:11:08.142 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:93:71:90], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xbf80b8f4
2026-05-20 21:11:08.142 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:93:71:90], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xbf80b8f4: DHCPREQUEST (type 3) received from 10.17.0.32 to 10.17.15.1 on interface enp2s1
2026-05-20 21:11:08.153 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:93:71:90], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xbf80b8f4: lease 10.17.0.32 has been allocated for 3600 seconds
2026-05-20 21:11:08.162 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:93:71:90], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xbf80b8f4: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.32:68 on interface enp2s1
2026-05-20 21:11:08.419 INFO [kea-dhcp4.commands/620975.140466818315840] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:11:08.535 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:a7:0f:0b], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xee018b51
2026-05-20 21:11:08.535 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:a7:0f:0b], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xee018b51: DHCPREQUEST (type 3) received from 10.17.0.92 to 10.17.15.1 on interface enp2s1
2026-05-20 21:11:08.541 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:a7:0f:0b], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xee018b51: lease 10.17.0.92 has been allocated for 3600 seconds
2026-05-20 21:11:08.550 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:a7:0f:0b], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xee018b51: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.92:68 on interface enp2s1
2026-05-20 21:11:08.946 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:6a:c9:95], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:e3:36:be:bd:a3:fb:09:58], tid=0x89bf5d8d
2026-05-20 21:11:08.946 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:6a:c9:95], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:e3:36:be:bd:a3:fb:09:58], tid=0x89bf5d8d: DHCPREQUEST (type 3) received from 10.18.13.34 to 10.18.15.1 on interface enp2s2
2026-05-20 21:11:08.956 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:6a:c9:95], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:e3:36:be:bd:a3:fb:09:58], tid=0x89bf5d8d: lease 10.18.13.34 has been allocated for 3600 seconds
2026-05-20 21:11:08.965 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:6a:c9:95], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:e3:36:be:bd:a3:fb:09:58], tid=0x89bf5d8d: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.13.34:68 on interface enp2s2
2026-05-20 21:11:11.034 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:76:c1:ca], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xca19acbf
2026-05-20 21:11:11.034 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:76:c1:ca], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xca19acbf: DHCPREQUEST (type 3) received from 10.17.0.36 to 10.17.15.1 on interface enp2s1
2026-05-20 21:11:11.045 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:76:c1:ca], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xca19acbf: lease 10.17.0.36 has been allocated for 3600 seconds
2026-05-20 21:11:11.055 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:76:c1:ca], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xca19acbf: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.36:68 on interface enp2s1
2026-05-20 21:11:11.092 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:5a:fc:88], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:80:7c:56:91:3f:5e:48:dd], tid=0x894ed4d5
2026-05-20 21:11:11.092 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:5a:fc:88], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:80:7c:56:91:3f:5e:48:dd], tid=0x894ed4d5: DHCPREQUEST (type 3) received from 10.40.1.14 to 10.40.31.1 on interface ens18
2026-05-20 21:11:11.097 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:5a:fc:88], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:80:7c:56:91:3f:5e:48:dd], tid=0x894ed4d5: lease 10.40.1.14 has been allocated for 3600 seconds
2026-05-20 21:11:11.104 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:5a:fc:88], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:80:7c:56:91:3f:5e:48:dd], tid=0x894ed4d5: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.1.14:68 on interface ens18
2026-05-20 21:11:12.237 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:48:35:f1], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x269d64bd
2026-05-20 21:11:12.238 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:48:35:f1], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x269d64bd: DHCPREQUEST (type 3) received from 10.18.13.32 to 10.18.15.1 on interface enp2s2
2026-05-20 21:11:12.248 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:48:35:f1], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x269d64bd: lease 10.18.13.32 has been allocated for 3600 seconds
2026-05-20 21:11:12.258 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:48:35:f1], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x269d64bd: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.13.32:68 on interface enp2s2
2026-05-20 21:11:12.567 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:92:d6:09], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0xd2b6194c
2026-05-20 21:11:12.567 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:92:d6:09], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0xd2b6194c: DHCPREQUEST (type 3) received from 10.40.0.81 to 10.40.31.1 on interface ens18
2026-05-20 21:11:12.573 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:92:d6:09], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0xd2b6194c: lease 10.40.0.81 has been allocated for 3600 seconds
2026-05-20 21:11:12.580 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:92:d6:09], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0xd2b6194c: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.0.81:68 on interface ens18
2026-05-20 21:11:16.354 INFO [kea-dhcp4.commands/620975.140466835101248] COMMAND_RECEIVED Received command 'lease4-update'
2026-05-20 21:11:16.558 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:35:44:c2], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:55:70:c1:35:95:b9:d2:52], tid=0x102c390
2026-05-20 21:11:16.558 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:35:44:c2], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:55:70:c1:35:95:b9:d2:52], tid=0x102c390: DHCPREQUEST (type 3) received from 10.40.3.173 to 10.40.31.1 on interface ens18
2026-05-20 21:11:16.565 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:35:44:c2], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:55:70:c1:35:95:b9:d2:52], tid=0x102c390: lease 10.40.3.173 has been allocated for 3600 seconds
2026-05-20 21:11:16.575 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:35:44:c2], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:55:70:c1:35:95:b9:d2:52], tid=0x102c390: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.3.173:68 on interface ens18
2026-05-20 21:11:17.819 INFO [kea-dhcp4.dhcp4/620975.140466801530432] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:9c:b3:2e], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0xa357389b
2026-05-20 21:11:17.820 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:9c:b3:2e], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0xa357389b: DHCPREQUEST (type 3) received from 10.40.0.76 to 10.40.31.1 on interface ens18
2026-05-20 21:11:17.827 INFO [kea-dhcp4.leases/620975.140466801530432] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:9c:b3:2e], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0xa357389b: lease 10.40.0.76 has been allocated for 3600 seconds
2026-05-20 21:11:17.837 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:9c:b3:2e], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0xa357389b: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.0.76:68 on interface ens18
2026-05-20 21:11:17.992 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:22:cc:ac], cid=[01:bc:24:11:22:cc:ac], tid=0x995b278f
2026-05-20 21:11:17.992 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:22:cc:ac], cid=[01:bc:24:11:22:cc:ac], tid=0x995b278f: DHCPREQUEST (type 3) received from 10.17.0.53 to 10.17.15.1 on interface enp2s1
2026-05-20 21:11:17.993 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 00:50:56:b0:c9:d8], cid=[01:00:50:56:b0:c9:d8], tid=0x68c8e229
2026-05-20 21:11:17.993 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 00:50:56:b0:c9:d8], cid=[01:00:50:56:b0:c9:d8], tid=0x68c8e229: DHCPREQUEST (type 3) received from 10.55.1.9 to 10.55.31.1 on interface ens23
2026-05-20 21:11:18.000 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 00:50:56:b0:c9:d8], cid=[01:00:50:56:b0:c9:d8], tid=0x68c8e229: lease 10.55.1.9 has been allocated for 3600 seconds
2026-05-20 21:11:18.011 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 00:50:56:b0:c9:d8], cid=[01:00:50:56:b0:c9:d8], tid=0x68c8e229: trying to send packet DHCPACK (type 5) from 10.55.31.1:67 to 10.55.1.9:68 on interface ens23
2026-05-20 21:11:18.070 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:22:cc:ac], cid=[01:bc:24:11:22:cc:ac], tid=0x995b278f: lease 10.17.0.53 has been allocated for 3600 seconds
2026-05-20 21:11:18.080 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:22:cc:ac], cid=[01:bc:24:11:22:cc:ac], tid=0x995b278f: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.53:68 on interface enp2s1
2026-05-20 21:11:19.347 INFO [kea-dhcp4.commands/620975.140466826708544] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:11:23.705 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:44:6a:8c], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x54b70126
2026-05-20 21:11:23.706 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:44:6a:8c], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x54b70126: DHCPREQUEST (type 3) received from 10.18.13.28 to 10.18.15.1 on interface enp2s2
2026-05-20 21:11:23.718 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:44:6a:8c], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x54b70126: lease 10.18.13.28 has been allocated for 3600 seconds
2026-05-20 21:11:23.729 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:44:6a:8c], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x54b70126: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.13.28:68 on interface enp2s2
2026-05-20 21:11:24.461 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:ca:ca:2e], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0x5812e3af
2026-05-20 21:11:24.461 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:ca:ca:2e], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0x5812e3af: DHCPREQUEST (type 3) received from 10.40.0.79 to 10.40.31.1 on interface ens18
2026-05-20 21:11:24.470 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:ca:ca:2e], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0x5812e3af: lease 10.40.0.79 has been allocated for 3600 seconds
2026-05-20 21:11:24.481 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:ca:ca:2e], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0x5812e3af: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.0.79:68 on interface ens18
2026-05-20 21:11:26.240 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:2b:1a:2e], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:dd:89:c6:91:47:e9:fb:1b], tid=0x16c7148a
2026-05-20 21:11:26.241 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:2b:1a:2e], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:dd:89:c6:91:47:e9:fb:1b], tid=0x16c7148a: DHCPREQUEST (type 3) received from 10.40.1.60 to 10.40.31.1 on interface ens18
2026-05-20 21:11:26.251 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:2b:1a:2e], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:dd:89:c6:91:47:e9:fb:1b], tid=0x16c7148a: lease 10.40.1.60 has been allocated for 3600 seconds
2026-05-20 21:11:26.264 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:2b:1a:2e], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:dd:89:c6:91:47:e9:fb:1b], tid=0x16c7148a: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.1.60:68 on interface ens18
2026-05-20 21:11:27.492 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:54:65:9d], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:81:c6:f3:d7:ec:65:e3:d7], tid=0x1667e4a2
2026-05-20 21:11:27.492 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:54:65:9d], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:81:c6:f3:d7:ec:65:e3:d7], tid=0x1667e4a2: DHCPREQUEST (type 3) received from 10.40.0.71 to 10.40.31.1 on interface ens18
2026-05-20 21:11:27.503 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:54:65:9d], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:81:c6:f3:d7:ec:65:e3:d7], tid=0x1667e4a2: lease 10.40.0.71 has been allocated for 3600 seconds
2026-05-20 21:11:27.517 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:54:65:9d], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:81:c6:f3:d7:ec:65:e3:d7], tid=0x1667e4a2: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.0.71:68 on interface ens18
2026-05-20 21:11:27.769 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:65:75:1e], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:81:c6:f3:d7:ec:65:e3:d7], tid=0xf2a1964c
2026-05-20 21:11:27.769 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:65:75:1e], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:81:c6:f3:d7:ec:65:e3:d7], tid=0xf2a1964c: DHCPREQUEST (type 3) received from 10.45.0.71 to 10.45.31.1 on interface ens21
2026-05-20 21:11:27.779 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:65:75:1e], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:81:c6:f3:d7:ec:65:e3:d7], tid=0xf2a1964c: lease 10.45.0.71 has been allocated for 3600 seconds
2026-05-20 21:11:27.792 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:65:75:1e], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:81:c6:f3:d7:ec:65:e3:d7], tid=0xf2a1964c: trying to send packet DHCPACK (type 5) from 10.45.31.1:67 to 10.45.0.71:68 on interface ens21
2026-05-20 21:11:27.852 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:15:32:7e], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:81:c6:f3:d7:ec:65:e3:d7], tid=0xf255d512
2026-05-20 21:11:27.852 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:15:32:7e], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:81:c6:f3:d7:ec:65:e3:d7], tid=0xf255d512: DHCPREQUEST (type 3) received from 10.50.0.252 to 10.50.31.1 on interface ens22
2026-05-20 21:11:27.862 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:15:32:7e], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:81:c6:f3:d7:ec:65:e3:d7], tid=0xf255d512: lease 10.50.0.252 has been allocated for 3600 seconds
2026-05-20 21:11:27.873 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:15:32:7e], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:81:c6:f3:d7:ec:65:e3:d7], tid=0xf255d512: trying to send packet DHCPACK (type 5) from 10.50.31.1:67 to 10.50.0.252:68 on interface ens22
2026-05-20 21:11:29.361 INFO [kea-dhcp4.commands/620975.140466809923136] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:11:29.669 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:bd:83:b6], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x8619d0b8
2026-05-20 21:11:29.670 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:bd:83:b6], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x8619d0b8: DHCPREQUEST (type 3) received from 10.18.0.80 to 10.18.15.1 on interface enp2s2
2026-05-20 21:11:29.685 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:bd:83:b6], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x8619d0b8: lease 10.18.0.80 has been allocated for 3600 seconds
2026-05-20 21:11:29.696 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:bd:83:b6], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x8619d0b8: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.0.80:68 on interface enp2s2
2026-05-20 21:11:30.087 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:73:84:43], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:98:93:55:d3:0a:79:79:4a], tid=0x5c77db90
2026-05-20 21:11:30.088 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:73:84:43], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:98:93:55:d3:0a:79:79:4a], tid=0x5c77db90: DHCPREQUEST (type 3) received from 10.40.3.225 to 10.40.31.1 on interface ens18
2026-05-20 21:11:30.097 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:73:84:43], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:98:93:55:d3:0a:79:79:4a], tid=0x5c77db90: lease 10.40.3.225 has been allocated for 3600 seconds
2026-05-20 21:11:30.110 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:73:84:43], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:98:93:55:d3:0a:79:79:4a], tid=0x5c77db90: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.3.225:68 on interface ens18
2026-05-20 21:11:30.385 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:2f:8a:22], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:88:7b:71:c1:4f:ec:82:56], tid=0x67cf2f91
2026-05-20 21:11:30.386 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:2f:8a:22], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:88:7b:71:c1:4f:ec:82:56], tid=0x67cf2f91: DHCPREQUEST (type 3) received from 10.40.3.231 to 10.40.31.1 on interface ens18
2026-05-20 21:11:30.394 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:2f:8a:22], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:88:7b:71:c1:4f:ec:82:56], tid=0x67cf2f91: lease 10.40.3.231 has been allocated for 3600 seconds
2026-05-20 21:11:30.407 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:2f:8a:22], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:88:7b:71:c1:4f:ec:82:56], tid=0x67cf2f91: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.3.231:68 on interface ens18
2026-05-20 21:11:33.621 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:39:00:13], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xcf2c38f
2026-05-20 21:11:33.622 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:39:00:13], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xcf2c38f: DHCPREQUEST (type 3) received from 10.18.0.9 to 10.18.15.1 on interface enp2s2
2026-05-20 21:11:33.639 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:39:00:13], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xcf2c38f: lease 10.18.0.9 has been allocated for 3600 seconds
2026-05-20 21:11:33.653 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:39:00:13], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xcf2c38f: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.0.9:68 on interface enp2s2
2026-05-20 21:11:33.934 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:97:52:40], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:60:91:eb:f5:61:4d:3e:0a], tid=0x14c20e42
2026-05-20 21:11:33.934 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:97:52:40], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:60:91:eb:f5:61:4d:3e:0a], tid=0x14c20e42: DHCPREQUEST (type 3) received from 10.40.3.130 to 10.40.31.1 on interface ens18
2026-05-20 21:11:33.944 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:97:52:40], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:60:91:eb:f5:61:4d:3e:0a], tid=0x14c20e42: lease 10.40.3.130 has been allocated for 3600 seconds
2026-05-20 21:11:33.957 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:97:52:40], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:60:91:eb:f5:61:4d:3e:0a], tid=0x14c20e42: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.3.130:68 on interface ens18
2026-05-20 21:11:35.289 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:29:ee:2d], cid=[01:bc:24:11:29:ee:2d], tid=0x64ac2923
2026-05-20 21:11:35.289 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:29:ee:2d], cid=[01:bc:24:11:29:ee:2d], tid=0x64ac2923: DHCPREQUEST (type 3) received from 10.17.0.25 to 10.17.15.1 on interface enp2s1
2026-05-20 21:11:35.304 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:29:ee:2d], cid=[01:bc:24:11:29:ee:2d], tid=0x64ac2923: lease 10.17.0.25 has been allocated for 3600 seconds
2026-05-20 21:11:35.317 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:29:ee:2d], cid=[01:bc:24:11:29:ee:2d], tid=0x64ac2923: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.25:68 on interface enp2s1
2026-05-20 21:11:36.220 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:61:e4:b3], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0xc0b36c22
2026-05-20 21:11:36.221 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:61:e4:b3], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0xc0b36c22: DHCPREQUEST (type 3) received from 10.40.0.80 to 10.40.31.1 on interface ens18
2026-05-20 21:11:36.229 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:61:e4:b3], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0xc0b36c22: lease 10.40.0.80 has been allocated for 3600 seconds
2026-05-20 21:11:36.241 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:61:e4:b3], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0xc0b36c22: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.0.80:68 on interface ens18
2026-05-20 21:11:38.964 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:0a:47:a2], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0x7b4fda38
2026-05-20 21:11:38.964 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:0a:47:a2], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0x7b4fda38: DHCPREQUEST (type 3) received from 10.40.0.77 to 10.40.31.1 on interface ens18
2026-05-20 21:11:38.973 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:0a:47:a2], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0x7b4fda38: lease 10.40.0.77 has been allocated for 3600 seconds
2026-05-20 21:11:38.986 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:0a:47:a2], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:22:f3:d2:52:9e:95:1a:a8], tid=0x7b4fda38: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.0.77:68 on interface ens18
2026-05-20 21:11:39.378 INFO [kea-dhcp4.commands/620975.140466835101248] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:11:39.886 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:bf:9c:68], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:55:70:c1:35:95:b9:d2:52], tid=0x50e49d55
2026-05-20 21:11:39.887 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:bf:9c:68], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:55:70:c1:35:95:b9:d2:52], tid=0x50e49d55: DHCPREQUEST (type 3) received from 10.17.0.106 to 10.17.15.1 on interface enp2s1
2026-05-20 21:11:39.896 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:bf:9c:68], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:55:70:c1:35:95:b9:d2:52], tid=0x50e49d55: lease 10.17.0.106 has been allocated for 3600 seconds
2026-05-20 21:11:39.905 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:bf:9c:68], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:55:70:c1:35:95:b9:d2:52], tid=0x50e49d55: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.106:68 on interface enp2s1
2026-05-20 21:11:41.243 INFO [kea-dhcp4.commands/620975.140466826708544] COMMAND_RECEIVED Received command 'lease4-update'
2026-05-20 21:11:49.622 INFO [kea-dhcp4.commands/620975.140466818315840] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:11:53.648 INFO [kea-dhcp4.commands/620975.140466835101248] COMMAND_RECEIVED Received command 'lease4-update'
2026-05-20 21:11:54.679 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:6c:63:6f], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xe79c5f34
2026-05-20 21:11:54.679 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:6c:63:6f], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xe79c5f34: DHCPREQUEST (type 3) received from 10.17.0.82 to 10.17.15.1 on interface enp2s1
2026-05-20 21:11:54.696 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:6c:63:6f], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xe79c5f34: lease 10.17.0.82 has been allocated for 3600 seconds
2026-05-20 21:11:54.709 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:6c:63:6f], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xe79c5f34: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.82:68 on interface enp2s1
2026-05-20 21:11:57.629 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:08:e0:0f], cid=[01:bc:24:11:08:e0:0f], tid=0x987a5a27
2026-05-20 21:11:57.629 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:08:e0:0f], cid=[01:bc:24:11:08:e0:0f], tid=0x987a5a27: DHCPREQUEST (type 3) received from 10.55.1.6 to 10.55.31.1 on interface ens23
2026-05-20 21:11:57.640 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:08:e0:0f], cid=[01:bc:24:11:08:e0:0f], tid=0x987a5a27: lease 10.55.1.6 has been allocated for 3600 seconds
2026-05-20 21:11:57.655 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:08:e0:0f], cid=[01:bc:24:11:08:e0:0f], tid=0x987a5a27: trying to send packet DHCPACK (type 5) from 10.55.31.1:67 to 10.55.1.6:68 on interface ens23
2026-05-20 21:11:58.733 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:61:9a:81], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb775a548
2026-05-20 21:11:58.733 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:61:9a:81], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb775a548: DHCPREQUEST (type 3) received from 10.18.0.67 to 10.18.15.1 on interface enp2s2
2026-05-20 21:11:58.748 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:61:9a:81], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb775a548: lease 10.18.0.67 has been allocated for 3600 seconds
2026-05-20 21:11:58.761 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:61:9a:81], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb775a548: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.0.67:68 on interface enp2s2
2026-05-20 21:11:59.643 INFO [kea-dhcp4.commands/620975.140466826708544] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:11:59.745 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:04:1a:64], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x16dedbcf
2026-05-20 21:11:59.745 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:04:1a:64], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x16dedbcf: DHCPREQUEST (type 3) received from 10.18.0.42 to 10.18.15.1 on interface enp2s2
2026-05-20 21:11:59.760 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:04:1a:64], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x16dedbcf: lease 10.18.0.42 has been allocated for 3600 seconds
2026-05-20 21:11:59.774 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:04:1a:64], cid=[ff:51:b0:ed:2c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x16dedbcf: trying to send packet DHCPACK (type 5) from 10.18.15.1:67 to 10.18.0.42:68 on interface enp2s2
2026-05-20 21:12:03.744 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:87:d9:fe], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:01:f9:ed:0d:70:21:57:76], tid=0xce8b9829
2026-05-20 21:12:03.744 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:87:d9:fe], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:01:f9:ed:0d:70:21:57:76], tid=0xce8b9829: DHCPREQUEST (type 3) received from 10.17.0.60 to 10.17.15.1 on interface enp2s1
2026-05-20 21:12:03.761 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:87:d9:fe], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:01:f9:ed:0d:70:21:57:76], tid=0xce8b9829: lease 10.17.0.60 has been allocated for 3600 seconds
2026-05-20 21:12:03.775 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:87:d9:fe], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:01:f9:ed:0d:70:21:57:76], tid=0xce8b9829: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.60:68 on interface enp2s1
2026-05-20 21:12:04.992 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:f8:ce:9f], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x616780a0
2026-05-20 21:12:04.992 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:f8:ce:9f], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x616780a0: DHCPREQUEST (type 3) received from 10.17.0.47 to 10.17.15.1 on interface enp2s1
2026-05-20 21:12:05.009 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:f8:ce:9f], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x616780a0: lease 10.17.0.47 has been allocated for 3600 seconds
2026-05-20 21:12:05.019 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:f8:ce:9f], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x616780a0: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.47:68 on interface enp2s1
2026-05-20 21:12:09.661 INFO [kea-dhcp4.commands/620975.140466809923136] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:12:13.001 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:c0:86:37], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:d6:5f:f6:01:b2:db:84:42], tid=0xbad8ec37
2026-05-20 21:12:13.001 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:c0:86:37], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:d6:5f:f6:01:b2:db:84:42], tid=0xbad8ec37: DHCPREQUEST (type 3) received from 10.40.3.114 to 10.40.31.1 on interface ens18
2026-05-20 21:12:13.009 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:c0:86:37], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:d6:5f:f6:01:b2:db:84:42], tid=0xbad8ec37: lease 10.40.3.114 has been allocated for 3600 seconds
2026-05-20 21:12:13.016 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:c0:86:37], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:d6:5f:f6:01:b2:db:84:42], tid=0xbad8ec37: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.3.114:68 on interface ens18
2026-05-20 21:12:17.884 INFO [kea-dhcp4.commands/620975.140466818315840] COMMAND_RECEIVED Received command 'lease4-update'
2026-05-20 21:12:19.653 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:9b:0a:03], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:c0:83:cb:1b:95:be:ec:bc], tid=0xd71c11fe
2026-05-20 21:12:19.653 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:9b:0a:03], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:c0:83:cb:1b:95:be:ec:bc], tid=0xd71c11fe: DHCPREQUEST (type 3) received from 10.40.3.221 to 10.40.31.1 on interface ens18
2026-05-20 21:12:19.660 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:9b:0a:03], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:c0:83:cb:1b:95:be:ec:bc], tid=0xd71c11fe: lease 10.40.3.221 has been allocated for 3600 seconds
2026-05-20 21:12:19.672 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:9b:0a:03], cid=[ff:ca:53:09:5a:00:02:00:00:ab:11:c0:83:cb:1b:95:be:ec:bc], tid=0xd71c11fe: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.3.221:68 on interface ens18
2026-05-20 21:12:19.877 INFO [kea-dhcp4.commands/620975.140466826708544] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:12:21.704 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:aa:64:d7], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x15d032d4
2026-05-20 21:12:21.705 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:aa:64:d7], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x15d032d4: DHCPREQUEST (type 3) received from 10.17.0.118 to 10.17.15.1 on interface enp2s1
2026-05-20 21:12:21.716 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:aa:64:d7], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x15d032d4: lease 10.17.0.118 has been allocated for 3600 seconds
2026-05-20 21:12:21.727 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:aa:64:d7], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x15d032d4: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.118:68 on interface enp2s1
2026-05-20 21:12:25.939 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:96:54:eb], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x39fd4ed5
2026-05-20 21:12:25.939 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:96:54:eb], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x39fd4ed5: DHCPREQUEST (type 3) received from 10.17.0.109 to 10.17.15.1 on interface enp2s1
2026-05-20 21:12:25.948 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:96:54:eb], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x39fd4ed5: lease 10.17.0.109 has been allocated for 3600 seconds
2026-05-20 21:12:25.962 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:96:54:eb], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x39fd4ed5: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.109:68 on interface enp2s1
2026-05-20 21:12:26.296 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:5d:a6:ff], cid=[no info], tid=0x96da264b
2026-05-20 21:12:26.296 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:5d:a6:ff], cid=[no info], tid=0x96da264b: DHCPREQUEST (type 3) received from 10.40.1.30 to 10.40.31.1 on interface ens18
2026-05-20 21:12:26.307 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:5d:a6:ff], cid=[no info], tid=0x96da264b: lease 10.40.1.30 has been allocated for 3600 seconds
2026-05-20 21:12:26.319 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:5d:a6:ff], cid=[no info], tid=0x96da264b: trying to send packet DHCPACK (type 5) from 10.40.31.1:67 to 10.40.1.30:68 on interface ens18
2026-05-20 21:12:26.642 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:d9:30:1d], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:d6:5f:f6:01:b2:db:84:42], tid=0x8f0cc517
2026-05-20 21:12:26.642 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:d9:30:1d], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:d6:5f:f6:01:b2:db:84:42], tid=0x8f0cc517: DHCPREQUEST (type 3) received from 10.17.0.76 to 10.17.15.1 on interface enp2s1
2026-05-20 21:12:26.658 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:d9:30:1d], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:d6:5f:f6:01:b2:db:84:42], tid=0x8f0cc517: lease 10.17.0.76 has been allocated for 3600 seconds
2026-05-20 21:12:26.671 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:d9:30:1d], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:d6:5f:f6:01:b2:db:84:42], tid=0x8f0cc517: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.76:68 on interface enp2s1
2026-05-20 21:12:27.503 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:27:f3:f7], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb1d47c72
2026-05-20 21:12:27.503 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:27:f3:f7], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb1d47c72: DHCPREQUEST (type 3) received from 10.17.0.41 to 10.17.15.1 on interface enp2s1
2026-05-20 21:12:27.519 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:27:f3:f7], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb1d47c72: lease 10.17.0.41 has been allocated for 3600 seconds
2026-05-20 21:12:27.529 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:27:f3:f7], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb1d47c72: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.41:68 on interface enp2s1
2026-05-20 21:12:29.893 INFO [kea-dhcp4.commands/620975.140466835101248] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:12:38.207 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:2a:ea:a2], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xea7681ec
2026-05-20 21:12:38.207 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:2a:ea:a2], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xea7681ec: DHCPREQUEST (type 3) received from 10.17.0.119 to 10.17.15.1 on interface enp2s1
2026-05-20 21:12:38.215 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:2a:ea:a2], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xea7681ec: lease 10.17.0.119 has been allocated for 3600 seconds
2026-05-20 21:12:38.226 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:2a:ea:a2], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xea7681ec: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.119:68 on interface enp2s1
2026-05-20 21:12:39.908 INFO [kea-dhcp4.commands/620975.140466809923136] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:12:45.081 INFO [kea-dhcp4.commands/620975.140466818315840] COMMAND_RECEIVED Received command 'lease4-update'
2026-05-20 21:12:50.076 INFO [kea-dhcp4.commands/620975.140466835101248] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:12:52.646 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:40:15:c1], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb1277515
2026-05-20 21:12:52.646 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:40:15:c1], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb1277515: DHCPREQUEST (type 3) received from 10.17.0.117 to 10.17.15.1 on interface enp2s1
2026-05-20 21:12:52.656 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:40:15:c1], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb1277515: lease 10.17.0.117 has been allocated for 3600 seconds
2026-05-20 21:12:52.666 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:40:15:c1], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xb1277515: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.117:68 on interface enp2s1
2026-05-20 21:12:53.251 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:3a:46:2c], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xe5ff643
2026-05-20 21:12:53.251 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:3a:46:2c], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xe5ff643: DHCPREQUEST (type 3) received from 10.17.0.104 to 10.17.15.1 on interface enp2s1
2026-05-20 21:12:53.266 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:3a:46:2c], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xe5ff643: lease 10.17.0.104 has been allocated for 3600 seconds
2026-05-20 21:12:53.279 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:3a:46:2c], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0xe5ff643: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.104:68 on interface enp2s1
2026-05-20 21:12:53.851 INFO [kea-dhcp4.commands/620975.140466809923136] COMMAND_RECEIVED Received command 'lease4-update'
2026-05-20 21:12:55.005 INFO [kea-dhcp4.commands/620975.140466826708544] COMMAND_RECEIVED Received command 'lease4-update'
2026-05-20 21:12:58.049 INFO [kea-dhcp4.dhcp4/620975.140466776352320] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:b7:d9:5a], cid=[no info], tid=0xb8fad306
2026-05-20 21:12:58.050 INFO [kea-dhcp4.packets/620975.140466776352320] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:b7:d9:5a], cid=[no info], tid=0xb8fad306: DHCPREQUEST (type 3) received from 10.45.3.74 to 10.45.31.1 on interface ens21
2026-05-20 21:12:58.059 INFO [kea-dhcp4.leases/620975.140466776352320] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:b7:d9:5a], cid=[no info], tid=0xb8fad306: lease 10.45.3.74 has been allocated for 3600 seconds
2026-05-20 21:12:58.072 INFO [kea-dhcp4.packets/620975.140466801530432] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:b7:d9:5a], cid=[no info], tid=0xb8fad306: trying to send packet DHCPACK (type 5) from 10.45.31.1:67 to 10.45.3.74:68 on interface ens21
2026-05-20 21:12:59.351 INFO [kea-dhcp4.commands/620975.140466818315840] COMMAND_RECEIVED Received command 'lease4-update'
2026-05-20 21:13:00.342 INFO [kea-dhcp4.commands/620975.140466835101248] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:13:02.668 INFO [kea-dhcp4.commands/620975.140466809923136] COMMAND_RECEIVED Received command 'lease4-update'
2026-05-20 21:13:10.665 INFO [kea-dhcp4.commands/620975.140466826708544] COMMAND_RECEIVED Received command 'ha-heartbeat'
2026-05-20 21:13:15.986 INFO [kea-dhcp4.dhcp4/620975.140466784745024] DHCP4_QUERY_LABEL received query: [hwtype=1 bc:24:11:45:fd:23], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x878c05a7
2026-05-20 21:13:15.986 INFO [kea-dhcp4.packets/620975.140466784745024] DHCP4_PACKET_RECEIVED [hwtype=1 bc:24:11:45:fd:23], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x878c05a7: DHCPREQUEST (type 3) received from 10.17.0.123 to 10.17.15.1 on interface enp2s1
2026-05-20 21:13:15.994 INFO [kea-dhcp4.leases/620975.140466784745024] DHCP4_LEASE_ALLOC [hwtype=1 bc:24:11:45:fd:23], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x878c05a7: lease 10.17.0.123 has been allocated for 3600 seconds
2026-05-20 21:13:16.006 INFO [kea-dhcp4.packets/620975.140466793137728] DHCP4_PACKET_SEND [hwtype=1 bc:24:11:45:fd:23], cid=[ff:9e:37:69:8c:00:02:00:00:ab:11:c5:8a:33:89:ae:21:5a:c7], tid=0x878c05a7: trying to send packet DHCPACK (type 5) from 10.17.15.1:67 to 10.17.0.123:68 on interface enp2s1
[root at p-powerdns-001 ~]#
More information about the Kea-users
mailing list