On Wed, 1 Oct 2003, Maurice Libes wrote:

> > 
> > Yes, it is running. I can boot and login regular ethernet workstations
> > without problems.
> > 
> > > If it is running, send your dhcp.conf.
> > 
> > --- 8< --- [dhcpd.conf] --- [workstation configs removed except for 3
> > different cards (old NIC, newer NIC and PXE) ]
> 
> i dont know if it is the good reason, but
> i dont see anything related to the PXE boot!?
> your dhcpd.conf has to be informed that a client is booting using PXE 


His 'pxe001' workstation is configured for pxe booting.  That should
be all he needs, when using the latest LTSP kernel.

Jim McQuillan
[EMAIL PROTECTED]



> 
> if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
>  filename "/lts/eb-5.0.10-3c905-combo.lzpxe";
>   } else if substring (option vendor-class-identifier, 0, 9) =
>   "Etherboot"        {
>    filename "/lts/vmlinuz-2.4.21.ltsp";
> 
>     option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:6f:74:ff;
> }
> 
> hope this helps?
> 
> ML
> 
> > 
> > not authoritative;
> > ddns-update-style             none;
> > deny unknown-clients;
> > server-identifier       hostname.mydomain.com.ph;
> > option domain-name      "mydomain.com.ph";
> > option subnet-mask      255.255.255.0;
> > option broadcast-address        192.168.0.255;
> > option routers          192.168.0.200;
> > option domain-name-servers      192.168.0.201;
> > option root-path        "192.168.0.200:/opt/ltsp/i386";
> > option option-128 code 128 = string;
> > option option-129 code 129 = text;
> > option log-servers        192.168.0.200;
> > 
> > shared-network WORKSTATIONS {
> >     subnet 192.168.0.0 netmask 255.255.255.0 {
> >     }
> > }
> > 
> > group   {
> > use-host-decl-names       on;
> 
> > 
> >    host old001 {
> >                    hardware ethernet               00:80:C8:xx:xx:xx;
> >                    fixed-address           192.168.0.1;
> >                    filename              "/lts/vmlinuz.ltsp";
> >                         option option-128     e4:45:74:68:00:00;
> >                         option option-129     "NIC=ne IO=0x300";
> >                   }
> > 
> >    host new001 {
> >                    hardware ethernet               00:20:78:xx:xx:xx;
> >                    fixed-address         192.168.0.2;
> >                    filename              "/lts/vmlinuz.ltsp";
> >                   }
> > 
> >    host pxe001 {
> >                 hardware ethernet       00:d0:68:xx:xx:xx;
> >                 fixed-address         192.168.0.3;
> >                 filename              "/lts/2.4.22-ltsp-1/pxelinux.0";
> >                 }
> > 
> > }
> > 
> > --- 8< ---- [ end dhcpd.conf ] --- [note:  ip address, hostnames,
> > domains edited for posting purposes]
> > 
> > God bless you
> > 
> > William Villanueva
> > ===== PGP key ID 0xDF608588 ======== linux user #179111 ====
> > 
> > 
> > 
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _____________________________________________________________________
> > 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:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
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