prg wrote:
> Curious, why are you using dhcpctl rather than dhcpd.conf?
i'm using dhcpd.conf for an initial setup, in which i specify global
options and ip ranges and to deny unknown clients. then i add known
hosts via an application that calls the dhcpctl program.
> Can you set up what you need with dhcpd.conf? If you can, I would
> think that it would provide you guidance and if not, that it may not
be
> possible.
i could put everything in dhcpd.conf, and it would work, but the list
of known clients is dynamic, and i can't put it in dhcpd.conf, still i
need to put those clients in 2 different pools, and to choose the pool
for that client
if i could use dhcpd.conf i could create two groups and put hosts
declarations in those group
indeed there's an option "group" which i can use with dhcpctl, but it
seemed to be ignored, all the clients got the ip address in the first
group found in dhcpd.conf
does this sound clear? i hope
tnks
matteo