I installed Kiwi-LTSP just now. Two days ago I also tried setting up a thin client server on Windows to no avail. I tried two products then. I think they’re quite error-prone. And their forums aren’t very active, hardly any responses. Anyway, the problem now with Easy-LTSP is that during the Prebuild image it gives me this error:
No subnet declaration for eth1 (0.0.0.0).
** Ignoring requests on eth1. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface eth1 is attached. **
Now I’ve read many consultations over this problem but they’re on other distributions and I haven’t found a working solution. I’ve checked the the dhcpd.conf used by kiwi-ltsp and see that subnet is declared.
option domain-name “WORKGROUP”;
option domain-name-servers 10.0.0.254;
option routers 10.0.0.254;
default-lease-time 14400;
ddns-update-style none;
next-server 10.0.0.254;
subnet 10.0.0.0 netmask 255.255.255.0 {
range 10.0.0.50 10.0.0.100;
default-lease-time 14400;
max-lease-time 172800;
filename “pxelinux.0”;
}