<div dir="ltr"><div>Greetings,</div><div><br></div><div>I'm migrating from ISC DHCPD to Kea.</div><div><br></div><div>I have a laptop on my network that I want to get the same IP address if it is connected via wifi or if it is plugged in to hard-wired ethernet. This was possible in ISC DHCPD.</div><div><br></div><div>In Kea I have database entries:</div><div><br></div><div># select * from hosts_human where hostname  ~ 'zirconium';<br>    hostname    │    mac_address    │  ip_address<br>════════════════╪═══════════════════╪═══════════════<br> zirconium-wlo1 │ bc:17:b8:cb:8b:94 │ 192.168.0.226                                     <br> zirconium-eno1 │ 0c:37:96:1f:04:ef │ 192.168.0.226<br>(2 rows)</div><div><br></div><div>..but I get errors from the server:</div><div><br></div><div>Oct 09 19:21:07 zed kea-dhcp4[5515]: INFO  DHCP4_LEASE_ADVERT [hwtype=1 bc:17:b8:cb:8b:94], cid=[01:bc:17:b8:cb:8b:94], tid=0x2c7fc3e4: lease 192.168.0.226 will be advertised<br>Oct 09 19:21:07 zed kea-dhcp4[5515]: ERROR ALLOC_ENGINE_V4_ALLOC_ERROR [hwtype=1 bc:17:b8:cb:8b:94], cid=[01:bc:17:b8:cb:8b:94], tid=0x2c7fc3e4: error during attempt to allocate an IPv4 address: multiple records were found in the database where only one was expected for query get_host_subid_addr</div><div><br></div><div>Am I missing something to allow this particular configuration?</div><div><br></div><div>Or is it not possible in Kea (to do what was possible in ISC DHCPD)?</div><div><br></div><div>Thanks for any help!</div><div><br></div><div>-m<br></div></div>