It looks like the search bar in Interfaces → Neighbors → Automatic Discovery does a partial match. Searching for 192.168.1.1 also shows 192.168.1.1xx. Is there any way to force an exact match search?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: Evert on November 06, 2025, 12:57:32 PMIf the result of the test isn't output anywhere, what is the best way to get notified when things go awry?
WARN [kea-dhcp6.alloc-engine.0x1340fa505700] ALLOC_ENGINE_V6_ALLOC_FAIL_CLASSES duid=[00:03:00:01:da:c5:77:4c:86:f0], [no hwaddr info],
tid=0x41270a: Failed to allocate an IPv6 address for client with classes: ALL, UNKNOWN
WARN [kea-dhcp6.alloc-engine.0x1340fa505700] ALLOC_ENGINE_V6_ALLOC_FAIL_NO_POOLS duid=[00:03:00:01:da:c5:77:4c:86:f0], [no hwaddr info],
tid=0x41270a: no pools were available for the lease allocation
WARN [kea-dhcp6.alloc-engine.0x1340fa505700] ALLOC_ENGINE_V6_ALLOC_FAIL_SUBNET duid=[00:03:00:01:da:c5:77:4c:86:f0], [no hwaddr info],
tid=0x41270a: failed to allocate an IPv6 lease in the subnet 2a02:xxxx:xxxx::/64, subnet-id 1, shared network (none)
{
"Dhcp6": {
"valid-lifetime": 4000,
"interfaces-config": {
"interfaces": [
"igc0"
]
},
"lease-database": {
"type": "memfile",
"persist": true
},
"control-socket": {
"socket-type": "unix",
"socket-name": "\/var\/run\/kea6-ctrl-socket"
},
"loggers": [
{
"name": "kea-dhcp6",
"output_options": [
{
"output": "syslog"
}
],
"severity": "INFO"
}
],
"subnet6": [
{
"id": 1,
"subnet": "2a02:xxxx:xxxx::\/64",
"option-data": [],
"pools": [
{
"pool": "2a02:xxxx:xxxx::1000-2a02:xxxx:xxxx::2000"
}
],
"pd-pools": [],
"reservations": [],
"interface": "igc0",
"pd-allocator": "random",
"allocator": "random"
}
],
"hooks-libraries": [
{
"library": "\/usr\/local\/lib\/kea\/hooks\/libdhcp_lease_cmds.so"
}
]
}
Quote from: Drinyth on May 08, 2025, 10:18:23 PMBut there were some devices on the network that work perfectly fine with ISC/KEA that just refuse to talk to the dnsmasq DHCP service and get an IP?