Some PXE-clients need different options

Per Steinar Iversen PerSteinar.Iversen at hio.no
Mon Jun 27 14:20:43 UTC 2011



On Fri, 24 Jun 2011, Chris Buxton wrote:

> On Jun 24, 2011, at 6:08 AM, Per Steinar Iversen wrote:
>
>> This has worked very well for a long time. The problem now is that a rather large number of PXE clients suddenly need completely different boot options. These clients are on all our subnets and they probably move between subnets also.
>>
>> The only identifier for these machines is the mac-address.
>
>
> Create host declarations for each, without fixed addresses if that's not needed, and apply the options needed inside the host declarations.
>
> Regards,
> Chris Buxton
> BlueCat Networks

I ended up doing just this, in a group { }

One problem was that the general PXE-class had a statement like this:

option bootfile-name "...something...";

Many of the clients that need a different setup failed to boot where this 
option was used, wireshark showed that they added strange characters to 
the end of the name of the bootfile. The solution was something like this 
in the group statement:

filename "...something else...";
option bootfile-name "";

-psi



More information about the dhcp-users mailing list