Problem with custom variable in bootfile-name

Peter Rathlev peter at rathlev.dk
Wed Jun 24 07:11:30 UTC 2015


On Tue, 2015-06-23 at 21:43 +0100, Niall O'Reilly wrote:
> On Tue, 23 Jun 2015 13:43:38 +0100, Bob Harold wrote: 
> > The DHCP server only sends the options that the client asks for.
> 
> ISTR over-riding the 'dhcp-parameter-request-list' option on the
> server, and thereby forcing delivery of options not actually
> requested by the client.

Yes, that's an option:

https://lists.isc.org/pipermail/dhcp-users/2013-September/017193.html

  class "msft-wpad" {
    match if substring(option vendor-class-identifier, 0, 4) = "MSFT";
    option dhcp-parameter-request-list = concat(option dhcp-parameter-request-list, fc);
  }

This sends option 252 (0xfc) to Windows client, preventing them from
spamming with INFORMS later.

-- 
Peter




More information about the dhcp-users mailing list