In your dhcp.conf file you need some more entries:

>     Here's what I get wehn I try and boot a system...
> Me : 192.168.0.35 , Server 192.168.0.1 , Gateway 192.168.0.161
> Loading 192.168.0.1:/tftpboot/kernel <sleep>
> here's my dhcpd.conf file :
>
> ### Example dhcpd.conf file for a Class C subnet 192.168.0.0
>  ###
> ddns-update-style ad-hoc;
>   subnet 192.168.0.0 netmask 255.255.255.0 {
>
>  ### --- default gateway
>    option subnet-mask  255.255.255.0;
>    option broadcast-address 192.168.0.255;
>    option routers   192.168.0.161;

option root-path "192.168.0.1:/opt/ltso/i386";

and in the hosts part:
>      host s35 {
>        hardware ethernet 00:50:04:9D:6B:E7;
>        fixed-address 192.168.0.35;

          filename "/lts/vmlinuz.ltsp";            

>      }
if your tftpboot-directory is /tftpboot

i hope it helps

---
Nikolaus Massolle
Tel.: 05181 / 26894 
E-Mail: [EMAIL PROTECTED]

_____________________________________________________________________
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.openprojects.net

Reply via email to