Default options sent to client

Matt Cowger mcowger at salesforce.com
Wed Aug 15 19:52:07 UTC 2007


Yes - this is done all the time in PXELinux:
 

# Specify PXELINUX options when jumping linux

option pxelinuxmagic f1:00:74:7e;

option pxelinuxpathprefix "rhel40u4_x86-64/";

option pxelinuxconfigfile "pxelinux.default.cfg";

 

# Always send the PXELINUX options (specified in hexadecimal), even if
they 

#aren't requested

 

if exists dhcp-parameter-request-list {

        option dhcp-parameter-request-list = concat(option
dhcp-parameter request-list,d0,d1,d2,d3);

}

 

-----Original Message-----
From: dhcp-users-bounce at isc.org [mailto:dhcp-users-bounce at isc.org] On
Behalf Of Andreas Hasenack
Sent: Wednesday, August 15, 2007 12:44 PM
To: dhcp-users at isc.org
Subject: Default options sent to client

 

Is there some way to configure the default dhcp options a server sends

to its clients without having to explicity request for them in the

client's /etc/dhclient.conf file?

 

 




More information about the dhcp-users mailing list