dhcp options

Puneet Goel puneet.maillist at gmail.com
Thu Jun 9 01:01:15 UTC 2011


Hi

below are the options i tried in server.
-------------------
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.254;
option domain-name-servers 192.168.1.1, 192.168.1.2;
option domain-name "myCentOS.com";
option root-path "192.168.1.33:/var/tmp/rootfs";
option FTPServer code 161 = string;
option FTPServer "192.168.1.25";
option FTPDirectory code 162 = string;
option FTPDirectory "192.168.1.33:/var/tmp/rootfs";
option FTPUsername code 184 = string;
option FTPUsername "Puneet";
option FTPPassword code 185 = string;
option FTPPassword "hellos";

subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.10 192.168.1.200;

Thanks
Puneet

On Wed, Jun 8, 2011 at 12:53 PM, Puneet Goel <puneet.maillist at gmail.com>wrote:

> Hi
>
> I am trying to make some vendor specific DHCP options for my dhclient and
> udhcpc clients
>
> Can anyone tell me what will be the syntax in dhlclient.conf and how to
> provide options in udhcpc client
>
> As of now server side i have configured properly and i saw it working in a
> wyse thin client also. but do not know how to configure my custom client
>
> Thanks
> Puneet
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20110609/546d53e1/attachment.html>


More information about the dhcp-users mailing list