Hi Sven,

On Mon, 22 Aug 2005, Sven Hinrichsen wrote:

if substring (option vendor-class-identifier,0,9)="PXEClient"
{
filename "192.168.84.1:/lts/2.6.9-ltsp-3/pxelinux.0";
}
else
{
filename "192.168.84.1:/tftpboot/lts/vmlinuz-2.4.26-ltsp-3";
}

Try removing the IP address and ":" from the 'filename' lines. So for example the first one would look like this instead:

filename "/lts/2.6.9-ltsp-3/pxelinux.0";

Also try adding the following line to your DHCP config file near the top with the other global directives:

next-server 192.168.84.1;

I think that will get you closer to a working setup.

Jason


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
     https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to