As for you I had some kind of problem setting up the new 2.09pre4.

First, if I use dhcp to get client IP, then I had to add /tftpboot/lts
to the /etc/exports and then to make my etherboot floppy with NFS proto
enable instead of tftp...

I'm using Suse7.3 and my tftp seems to be enable.
Well now it is working nearly fine except for LOCAL APPS=Y. :(

Johann


Prolinux a �crit :
> 
> I am using the newest ltsp 2.09pre4 package with RH7.2
> and my ws stop booting at:
> 
> Me: 192.168.0.235 server&gw: 192.168.0.253
> loading 192.168.0.253:/lts/vmlinuz-2.0.9-ltsp-4 ......
> 
> My dhcpd.conf is:
> 
> # ddns-update-style ad-hoc;
> default-lease-time 21600;
> max-lease-time 21600;
> 
> option subnet-mask 255.255.255.0;
> option broadcast-address 192.168.0.255;
> option routers 192.168.0.253;
> option domain-name-servers 192.168.0.253;
> option domain-name "casuarinas.net";
> option root-path "192.168.0.253:/opt/ltsp/i386";
> #option option-128 code 128 = string;
> #option option-129 code 129 = text;
> option option-128 "e4:45:74:68:00:00";
> option option-129 "NIC=3c509 IO=0x300";
> # filename "/tftpboot/lts/vmlinuz-2.4.9-ltsp-4";
> filename   "/lts/vmlinuz-2.4.9-ltsp-4";
> #filename "lts/vmlinuz-2.4.9-ltsp-4";
> 
> shared-network WORKSTATIONS {
>         subnet 192.168.0.0 netmask 255.255.255.0 {
>                 range 192.168.0.235 192.168.0.252;
>                 }
> }
> 
> group   {
>     use-host-decl-names       on;
>     option log-servers        192.168.0.253;
> 
> Where could be the error?
> 
> Thanks,
> 
> Hugo
>

_____________________________________________________________________
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