Решил поиграться с LTSP.
Итак, в качестве LTSP сервера - Ubuntu-server 8.04 ,
сделано:
sudo apt-get install ltsp-server-standalone openssh-server
sudo ltsp-build-client
f3ex@ubuntu:/etc/ltsp$ cat dhcpd.conf
authoritative;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.20 192.168.0.250;
option domain-name "example.com";
option domain-name-servers 192.168.0.1;
option broadcast-address 192.168.0.255;
option routers 192.168.0.1;
# next-server 192.168.0.1;
# get-lease-hostnames true;
option subnet-mask 255.255.255.0;
option root-path "/opt/ltsp/i386";
if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
filename "/ltsp/i386/pxelinux.0";
} else {
filename "/ltsp/i386/nbi.img";
}
}
0.1 - роутер, 0.111 - сервер.
Начинает загружаеться клиент, вижу ядро подхватывается, на экране значек убунты и прогресбар - доходит до середины и ступор.
В сислогах на сервере строчка:
Jul 16 20:54:46 ubuntu in.tftpd[4797]: tftp: client does not accept options
хм... в гугле что-то ничего подобного не нашел