On 07/04/2008, jam <[EMAIL PROTECTED]> wrote:
> Hi
>
>  frustration is the obvious not working ...
>
>  I'm trying to use DHCP on my system server (.254) to run LTSP5 on my
>  ltsp server (.120)
>
>  I see the next-server correctly set in the DHCP offer (.120)
>  I can get the files from .120 by tftp
>
>  but my via epia TC gets the DHCP info from .254 as it should and then
>  tries to tftp the files from .254 not from .120.
>  Is this a defect on via's pxe or me being ultra stupid ?
>
>  ==== dhcpd.conf
>  ddns-update-style             ad-hoc;
>
>  option subnet-mask            255.255.255.0;
>  option broadcast-address      192.168.5.255;
>  option routers                192.168.5.1;
>  option domain-name-servers    192.168.5.254;
>  option domain-name            "home";   # You really should fix this
>  option option-128 code 128 = string;
>  option option-129 code 129 = text;
>
>
>  get-lease-hostnames           true;
>
>  #next-server                   192.168.5.254;
>  next-server             192.168.5.120;

You are missing:
option root-path              "192.168.5.120:/opt/ltsp/i386";
-- 
Regards,
Sudev Barar

Read http://blog.sudev.in for topics ranging from here to there.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_____________________________________________________________________
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