On Wed, 2003-07-23 at 17:32, Kris Buytaert wrote: > On Wed, 2003-07-23 at 12:52, Kris Buytaert wrote: > > > > Linux PMS-16A 2.4.20-4GB kernel and the following dhcp packages. > > > > dhcp-base-3.0.1rc10-32 > > dhcp-tools-1.2-274 > > dhcp-server-3.0.1rc10-32 > > > > > > Does anybody have an idea what I should be looking for next ? > > > > By modifying my dhcpd.conf I now do get an answer from my dhcpserver > lookinglike this > > Option 140: Private (4 bytes) and the content of those 4 bytes is indeed > the IP addres I add. > > However the dhclient-script.systemimager-prefix does not interprete that > string as being an IP address. > > Any clues ? > Actually I wrote the solutions above. rather than have the script try to interprete Option 140 as a string , just send it out as "text"
option imageserver code 140 = text; option imageserver "172.16.32.1"; this solved the problem. -- Kris Buytaert <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
