Stas Starikevich writes:
> > Stas Starikevich writes:
> > > Can someone suggest a way to serve only white-listed (with host
> > reservation) clients?
> > > I.e. if client is not in the 'hosts' table then it shouldn't not get any
> > leases (and boot from the HDD, but not from PXE).
> >
> > => did you try with no pool?
>
> Can you please provide more details about this with config examples?

 "subnet4": [
   {
      "subnet": "192.168.0.0/24",
      "reservations": [ ... ]
   } ],

As far as I know the only required parameter in a subnet is the
"subnet" range. Pools are not required and without a pool there is no
available address so only known hosts which have a reservation can
get an address. This is a theory, i.e. you have to try it, but on
the paper it does exactly what you want.

Regards

Francis Dupont <fdup...@isc.org>
_______________________________________________
Kea-users mailing list
Kea-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to