Re: [Kea-users] able to DROP both Windows 8.x and Windows 7 clients?

2023-09-05 Thread wildgrass
Thanks very much Darren. You were right on. I was having trouble with the syntax of the "or" in the test condition - where and whether to use double-quotes and brackets. If it were possible I would buy you several cups of coffee :) Regards, wildgrass > -- > > Message:

Re: [Kea-users] Stork does not see new dhcp4 subnet

2023-09-05 Thread Apu
Stork is reporting Sep 5 11:42:33 ip1-mc stork-server[1045]: time="2023-09-05 11:42:33" level="error" msg="cannot find LocalSubnet for app: 1, local subnet ID: 16, family: 4" file=" statspuller.go:249 " Sep 5 11:42:33 ip1-mc stork-server[1045]: time="2023-09-05 11:42:33" level="error

Re: [Kea-users] able to DROP both Windows 8.x and Windows 7 clients?

2023-09-05 Thread Darren Ankney
Hi, You can combine the substring in the test line using an "or" to match both cases simultaneously: { "Dhcp4": { "interfaces-config": { "interfaces": [ "ens256" ] }, "lease-database": { "type": "memfile",

Re: [Kea-users] able to DROP both Windows 8.x and Windows 7 clients?

2023-09-05 Thread Francis Dupont
You can't define a client class more than once. If you want to combine classes I recommend the member clause... Regards Francis Dupont -- ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information. To unsubscribe

[Kea-users] able to DROP both Windows 8.x and Windows 7 clients?

2023-09-05 Thread wildgrass
Dear all, I'm using kea 2.5. Showing config snippets for brevity. If I have just one DROP class definition with one test condition it works fine. My aim : to DROP both Windows 8.x and Windows 7 clients Tried the following with no joy. Can anyone tell me if my aim is achievable in kea 2.5 and if