Re: [Kea-users] reservations and classes

2019-01-09 Thread Francis Dupont
Francis Dupont > First I tried to add the class to the host: > > "client-classes": [ > { > "name": "cl-test", > "test": "member('cl-test')" => note this does not make sense. If you need a test which is always true you can use the 'ALL' class but the simplest i

Re: [Kea-users] reservations and classes

2019-01-09 Thread BÖSCH Christian
Thanks Francis, but now I tried with the guard “client-class” in the pool section: "subnet4": [ { "id": 151, "reservation-mode": "global", "subnet": "172.21.151.0/24", "pools": [ { "pool": "172.21.151.10 - 172.21.151.250", "client-cla

Re: [Kea-users] reservations and classes

2019-01-08 Thread Francis Dupont
=?utf-8?B?QsOWU0NIIENocmlzdGlhbg==?= writes: > I want to allow only hosts with reservations and specific client class > in some different subnets. > With isc-dhcp I used allow members of ?? > > I tried the following below in kea, but that doesn't seem to work. > Does anyone have an idea? > > "Dhc

[Kea-users] reservations and classes

2019-01-08 Thread BÖSCH Christian
Hello, I want to allow only hosts with reservations and specific client class in some different subnets. With isc-dhcp I used “allow members of …” I tried the following below in kea, but that doesn’t seem to work. Does anyone have an idea? "Dhcp4": { ... "client-classes": [ {