Problem with shared-network

Niall O'Reilly niall.oreilly at ucd.ie
Fri Jun 5 16:18:41 UTC 2015


On Thu, 04 Jun 2015 17:33:09 +0100,
Bob Harold wrote:
> 
> ---- But let me suggest trying:
> 
> subnet 192.168.200.0 netmask 255.255.255.0 {
> deny unknown-clients;
> ...
> subnet 10.111.111.0 netmask 255.255.255.0 {
> deny known-clients;

  I've found it necessary to use this approach at some stage, and
  stayed with it (because it worked!). That's to say, using the "deny"
  action in each subnet (or pool within subnet) with complementary
  criteria, rather than complementary actions (deny/allow) with
  identical criteria.

  Subsequent careful reading of the man page for dhcpd.conf led me
  to suspect that this approach may no longer be necessary, but I
  wasn't minded to change a system that worked.


  Best regards,
  Niall O'Reilly
  


More information about the dhcp-users mailing list