Hi,<br><div class="gmail_quote"><br>I run ltsp in a bussiness environment. I have LTSP installed (Ubuntu Feisty) in a i386 (server &amp; client) environment. Now I am setting up a new server that is AMD64 but the thin clients are i386.<br>
I set up two static interfaces one 192.168.1.x for the lan side and one <a href="http://192.168.0.1" target="_blank">192.168.0.1</a> for the LTSP side.<br>
<br>I installed LTSP server sudo apt-get install ltsp-server-standalone openssh-server<br>then I built the environment sudo ltsp-build-client --arch i386. Then I updated the kernels sudo ltsp-update-kernels and then rebooted.<br>

<br>When I try to connect from the i386 client (anyone), the client gets its address from dhcp (and is confirmed in Syslog) but TFTP just hangs. I get TFTP........ and it just times out. Any ideas on what is wrong? <br>I also tried wiping&nbsp; the contents of /var/lib/tftpboot/ltsp and trying the sudo ltsp-update-kernels command again with the same results. Below is my dhcpd.conf<br>

<br>#<br># Default LTSP dhcpd.conf config file.<br>#<br><br>authoritative;<br><br>subnet <a href="http://192.168.0.0" target="_blank">192.168.0.0</a> netmask <a href="http://255.255.255.0" target="_blank">255.255.255.0</a> {<br>
&nbsp;&nbsp;&nbsp; range <a href="http://192.168.0.20" target="_blank">192.168.0.20</a> <a href="http://192.168.0.250" target="_blank">192.168.0.250</a>;<br>
&nbsp;&nbsp;&nbsp; option domain-name &quot;<a href="http://example.com" target="_blank">example.com</a>&quot;;<br>&nbsp;&nbsp;&nbsp; option domain-name-servers <a href="http://192.168.0.1" target="_blank">192.168.0.1</a>;<br>&nbsp;&nbsp;&nbsp; option broadcast-address <a href="http://192.168.0.255" target="_blank">192.168.0.255</a>;<br>

&nbsp;&nbsp;&nbsp; option routers <a href="http://192.168.0.1" target="_blank">192.168.0.1</a>;<br>#&nbsp;&nbsp;&nbsp; next-server <a href="http://192.168.0.254" target="_blank">192.168.0.254</a>;<br>#&nbsp;&nbsp;&nbsp; get-lease-hostnames true;<br>&nbsp;&nbsp;&nbsp; option subnet-mask <a href="http://255.255.255.0" target="_blank">255.255.255.0</a>;<br>

&nbsp;&nbsp;&nbsp; option root-path &quot;/opt/ltsp/i386&quot;;<br>&nbsp;&nbsp;&nbsp; if substring( option vendor-class-identifier, 0, 9 ) = &quot;PXEClient&quot; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; filename &quot;/ltsp/i386/pxelinux.0&quot;;<br>&nbsp;&nbsp;&nbsp; } else {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; filename &quot;/ltsp/i386/nbi.img&quot;;<br>

&nbsp;&nbsp;&nbsp; }<br>}<br><br>Thank you for any assistance.<br><br>Regards,<br><font color="#888888"><br>Paul Thompson<br>
</font></div><br>