<p>dhcpd.conf is read by the server. The dhclient tool uses a diferent config
file. You should learn him the definition of "platform-name" in
/etc/dhclient.conf</p><p>Regards,<br />René GARCIA</p><p>Quoting "Johnson,
Je" <je.johnson@lmco.com>:<br />
<br />
> I wish to setup a few new options in my /etc/dhcpd.conf file.  <br />
> Currently, running with V3.0.5_RedHat. During my testing I've added  <br />
> a new option "platform-name" and restarted the DHCPD daemon. It 
<br />
> starts fine but when I run "dhclient -R platform-name" I get the 
<br />
> response that the option does not exist?<br />
><br />
> Any help would be appreciated and here is a copy of my  <br />
> "/etc/dhcpd.conf" that I'm testing with:<br />
><br />
><br />
> ddns-update-style interim;<br />
><br />
> # Declare Setup Information<br />
> option platform-name code 130 = text;<br />
><br />
> subnet 158.187.231.0 netmask 255.255.255.0 {<br />
> option subnet-mask           255.255.255.0;<br />
> option domain-name-servers   158.187.231.217;<br />
><br />
> host test {<br />
>         hardware ethernet 00:1A:A0:AF:48:F6;<br />
>         fixed-address 158.187.231.214;<br />
>         option host-name test;<br />
>         option platform-name "isis";<br />
>         }<br />
> }<br />
><br />
> I've tried both "text" and "string" and get the same
response that  <br />
> the option does not exist. Any standard options "root-path" or 
<br />
> "host-name" work just fine.<br />
><br />
> Thanks,<br />
> John Johnson<br />
><br />
<br />
</p>