Stuart,
        see the relevant piece of dhcpd.conf:
shared-network WORKSTATIONS {
  subnet 192.168.5.0 netmask 255.255.255.0 {
  range  192.168.5.150 192.168.5.249;
     use-host-decl-names       on;
     option log-servers        192.168.5.254;

     # trick from Peter Rundle <[EMAIL PROTECTED]>
     if substring (option vendor-class-identifier, 0, 9) = "PXEClient"
     {
        filename      "/lts/pxe/pxelinux.bin";
          # NOTE: kernels are specified in /tftpboot/lts/pxe/pxelinux.cfg/
     }
     else
     {
#was        filename    "/lts/vmlinuz-2.4.9-ltsp";
        filename    "/lts/vmlinuz-2.4.18-ltsp";

     }
#static assignments come here

On 15 Mar 2003, Stuart Johnson wrote:

> On Sat, 2003-03-15 at 20:23, Julius Szelagiewicz wrote:
> > 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
> >
>
>
> Julius,
>
> I'm confused.  I read the pxe howto documentation found on the LTSP site
> (link below), should I be doing this differently?
>
> http://www.ltsp.org/documentation/pxe.howto.html
>
> Stuart
>
>
>



-------------------------------------------------------
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