Hey,
I'm not sure how to report the issue. Basically it could a mistake in dhcpd.conf syntax interpretation, but maybe just a design decision.
In webmin DHCP server page, there are 3 parts:
- subnets and shared networks
- hosts and host groups
- dns zones
I'm currently configuring a DHCP server which serves quite some vlans, with DHCP relays. So I have multiple subnet{} declarations in my dhcpd.conf, but as they share some options, I've encapsulated some of my subnet{} in a group{} and the rest in another one. Which is perfectly correct according to dhcpd.conf manpage, and which works fine when testing.
But when webmin uses this config file, it's a bit lost because it expects hosts in group{} declarations, not subnets.
Not sure how this can be handled, but it'd be nice as it's currently not really useful for me.
Thanks anyway for the work, and keep going.
Cheers,
--
Yves-Alexis
Is there any news on this issue?
Not yet .. the problem is that Webmin only knows about groups of hosts, and can't yet support groups used at other places in the DHCP configuration.