Stuart,
        I must be missing something here: why not use straight pxe stuff
from ltsp? It seems to work for me on over 80 via edens without any
problems. julius

On 15 Mar 2003, Stuart Johnson wrote:

> I have a EPIA Mini-ITX 5000.
> I have flashed the BIOS with the latest version.
> I have installed LTSP on Gentoo linux.
> I downloaded eb-5.0.9-via-rhine.lzpxe from rom-o-matic
>
> When I switch on,a DHCP request is made, and the correct IP addresses
> appear on the screen, then all I get is
>
> TFTP...
>
> Then after serveral minutes and a few more "dots" later, I get
>
> PXE-E32 TFTP open timeout
>
> In the log file, I see
>
> Mar 15 13:24:50 [in.tftpd] RRQ from 192.168.0.101 filename
> pxe/eb-5.0.9-via-rhine.lzpxe
> Mar 15 13:24:50 [in.tftpd] tftp: client does not accept options
>
> Here is my dhcp.conf
>
> option subnet-mask            255.255.255.0;
> option broadcast-address      192.168.0.255;
> option routers                192.168.0.1;
> option domain-name-servers    192.168.0.1;
> option domain-name            "stu.org.uk";
> option root-path              "192.168.0.5:/opt/ltsp/i386";
> option log-servers            192.168.0.5;
> authoritative;
>
>
>
> shared-network WORKSTATIONS {
>     subnet 192.168.0.0 netmask 255.255.255.0 {
>         range 192.168.0.100 192.168.0.150;
>     }
> }
>
> group   {
>     use-host-decl-names       on;
>
>     host bedroom {
>         hardware ethernet       00:40:63:c1:1d:3c;
>         fixed-address           192.168.0.101;
>         if substring (option vendor-class-identifier, 0, 9) =
> "PXEClient" {
>             filename            "pxe/eb-5.0.9-via-rhine.lzpxe";
>         } else if substring (option vendor-class-identifier, 0, 9) =
> "Etherboot" {
>             filename            = "lts/vmlinuz-2.4.19-ltsp-1";
>             option vendor-encapsulated-options
> 3c:09:45:74:68:65:72:62:6f:6f:74:ff;
>         }
>     }
>
> }



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_____________________________________________________________________
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