Hi there ,
Accoding to MSDN : If dhcp client wants an option to be sent to it (e.g.
option 17 - rootpath) by the server , then it should add a key (at
…Services\Dhcp\Parametes\Options) named after the option numebr with
values : keyType =1 (REG_DWORD) , and RegLocation (REG_SZ)=
SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\rootPath (my example)
The DHCP server should be prepared to send the option 17 string . I have
such a Liunx dhcp server that sends that option 17 to a Linux Dhcp client
upon request . But my Win2000 client ,despite the above client registry
preparation, does not get the option 17 string planted at
…Tcpip\Parameters\rootPath .
Any idea what am I missing at the Win2000 client ?
thanks