Hi,<br><div class="gmail_quote"><br>I run ltsp in a bussiness environment. I have LTSP installed (Ubuntu Feisty) in a i386 (server & 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 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>
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>
option domain-name "<a href="http://example.com" target="_blank">example.com</a>";<br> option domain-name-servers <a href="http://192.168.0.1" target="_blank">192.168.0.1</a>;<br> option broadcast-address <a href="http://192.168.0.255" target="_blank">192.168.0.255</a>;<br>
option routers <a href="http://192.168.0.1" target="_blank">192.168.0.1</a>;<br># next-server <a href="http://192.168.0.254" target="_blank">192.168.0.254</a>;<br># get-lease-hostnames true;<br> option subnet-mask <a href="http://255.255.255.0" target="_blank">255.255.255.0</a>;<br>
option root-path "/opt/ltsp/i386";<br> if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {<br> filename "/ltsp/i386/pxelinux.0";<br> } else {<br> filename "/ltsp/i386/nbi.img";<br>
}<br>}<br><br>Thank you for any assistance.<br><br>Regards,<br><font color="#888888"><br>Paul Thompson<br>
</font></div><br>