i have installed your latest ltsp5 packages and i have issues :-(<br><br>1. i can not get the tftp to send the kernel to the terminal.<br>i follow your instructions on the k12ltsp page without any problems (almost)<br>
and i am unable to boot the terminal (and the virtual terminal too)<br>i use eth1 for the terminals and eth0 for the internet.<br>i never used a bridge before and i suspect it is the issue here, although it looks operational.<br>

i got wireshark on and i am getting tftp request but no file is sent from the server to the terminal.<br><br>2. i found the <b>ltsp-server-initialize </b>script and tried it but got error ipcalc unable to compute <a href="http://192.168.0.254/" target="_blank">192.168.0.254</a> so i got inside the script and changed it to <a href="http://192.168.10.254/" target="_blank">192.168.10.254</a> for it to work.<br>

i hope i didnt break it and i change the interface to eth1 too.<br><br>3.
i had to stop and disable the dhcpd and start ltsp-dhcpd and point it
to my dhcpd-k12ltsp.conf file with our terminal's defaults.<br><br>4.
remarking the line /tftpboot didn't help since the script
ltsp-build-client was parssing the file and finding it inside the
remark (i took me some time to fegure it out) so i had to remove it
complitly and chage it to /var/lib/tftp in /etc/xinetd.d/tftp file.<br>
<br>after fixing this little issue with tftp the build-client finished smoothly with no errors :-)<br><br>runnning the vmclient i get no dhcpd error and the boot hangs.<br>i set ltsp-dhcpd to listen to eth1 is that ok ?<br>

it seems to work for the actual terminals but not for the vmclient.<br><br>:-)