Hi,
Use k12-ltsp project..it's working fine... if face any problems, then send
me mail on [EMAIL PROTECTED]

Bye
Vishu

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;
>
> subnet 192.168.5.0 netmask 255.255.255.0 {
>     range   192.168.5.121   192.168.5.125;
>     if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
>         filename "/ltsp/i386/pxelinux.0";
>     }
>     else{
>         filename "/ltsp/vmlinuz-2.6.20.9-ltsp-1";
>     }
> [snip]
>
> host pos01 {
>         #next-server            192.168.5.120;
>         hardware ethernet       00:40:63:da:67:8d;
>         fixed-address           ws123;
>         filename                "/ltsp/i386/pxelinux.0";
>         }
> }
>
> Thanks
> James
>
>
> -------------------------------------------------------------------------
> 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
>
-------------------------------------------------------------------------
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