Check /var/log/messages on the server while you boot the workstation. 
It should show an attempt by the network card on the thin-client to
boot.  If it shows the MAC address that is trying, but no DHCP OFFER
from the server, you may be using an older ISA network card.  In such
cases you will need to specify the network card in the DHCP server like
so:

First this would need to be at the top of your dhcpd.conf file:

option option-128 code 128 = string;
option option-129 code 129 = text;

Next, you would need something like this to specify the card in the
workstation definition section:

 host ws001 {
                hardware ethernet       00:20:AF:32:FB:43;
                fixed-address           192.168.3.10;
                filename                "lts/vmlinuz.3c509";
                option option-128       e4:45:74:68:00:00;
                option option-129       "NIC=3c509";
        }
If you aren't getting an attempt from the workstation, then there may be
something wrong with your boot floppy or network card.

Thanks,
Steven G. Spencer

On Thu, 2004-01-15 at 07:21, Nagy Alpar-Csaba wrote:
> I have a poblem.
> 
> I have installed LTSP on my server.
> 
> I also have installed DHCP, and it works fine, I tried it on an XP
> workstation, it gives it an IP address, everything.
> 
> I created a floppy to boot LTSP with a dumb workstation.
> 
> It boots, till it gets to the message Searching for DHCP server, where it
> stops, and besides I don't get any sign that my server would receive the DHCP
> request. I can't get it why.
> 
> Pls help me.
> 
> Alika
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> _____________________________________________________________________
> 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
-- 
Steven G. Spencer, Network Manager
Kelly Supply Co./KDS Internet
308-382-5670 Ext. 232

New UNIX command: rm -Rf /usr/bin/gw/bush



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_____________________________________________________________________
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