I am working at the ltsp project for 2 weeks now, but I don't get it to
work.

Here is what I did.

1.      First of all I installed Suse 8.2.
2.      Then I installed network packages and the tftp package.
3.      Then the 4 ltsp packages (core, kernel, x-core, xfonts)
4.      Start initialize
5.      I edit the dhcpd.conf
6.      I installed a client. The client gets an IP from the server and
I am    able to get files from the server to the client using tftp. So
dhcp    and tftp are working alright.
7.      I unplugd the hd out of the client and reboot the machine. I get
the     following error:
Dhcp Mac addr: *********
Pxe-EA1: No PXE server found, using standard boot file.
IP ADDR: **********
PXE-E32: tftp open timeout
PXE-E32: tftp open timeout
PXE-MOF: Exiting LANDesk Service Agent


Now I will show you my dhcpd.conf

Default-lease-time              216000;
Max-lease-time                  21600;
Ddns-update-style                       none;

Option subnet-mask              255.255.255.0;
Option broadcast-address        192.168.0.255;
Option domain-name-server       192.168.0.254;
Option domain name              "domein.nl";
Option root-path                        "192.168.0.254:/opt/ltsp/i386";

Shared-network WORKSTATIONS {
        Subnet 192.168.0.0 netmask 255.255.255.0 {
}
}

group {
use-host-decl-names             on;
option log-servers              192.168.0.254;

host ws001 {
hardware Ethernet               00:90:27:0d:67:85;
fixed-address                   192.168.0.1;

if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
filename "/eb-5[1].2.2-eepro100zpxe";
}

else if substring (option vendor-class-identifier, 0, 9) = "Etherboot" {
filename "/lts/vmlinuz-2.4.24-ltsp-1";

option vendor-encapsulated-options 3c:09:45:74:68:65:72:62:6f:74:ff;
}
}
}

I hope somebody knows what I am doing wrong, ore which steps I missed.

Regards

Dennis


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click
_____________________________________________________________________
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