I've setup LTSP-PNP on a Xubuntu 14.04 system and I'm up to the last issue, which is my fat client cannot access the internet. What I mean by that is I cannot ping an external IP address on a fat client.
I'm using dnsmasq as my DNS, DHCP & TFTP server on the LTSP machine which has one network cable and is on IP 10.1.1.11. I have a ADSL2+ modem/router on 10.1.1.1 (with it's DHCP disabled) on the network as well. If I boot a machine on the network which is not the LTSP server or fat client, that machine gets it's DHCP info from the LTSP server and can successfully ping an external address and browse the internet. Here are my configuration files /etc/dnsmasq.d/ltsp-server-dnsmasq.conf http://pastie.org/9468560 /var/lib/tftpboot/ltsp/i386/lts.conf file: http://pastie.org/9468562 Tests I can do a 'dig debian.org' on both the server & the fat client. I can 'ping debian.org' on the server, but not the fat client. If I do a 'traceroute -n 8.8.8.8' on my ltsp server it works, but on the fat client it does not work. Here are the routing tables LTSP Server routing table Destination Gteway Genmask Flags Metric Ref Use Iface default 10.1.1.1 0.0.0.0 UG 0 0 0 eth0 10.0.0.0 * 255.0.0.0 U 0 0 0 eth0 LTSP fat client routing table Destination Gteway Genmask Flags Metric Ref Use Iface default server 0.0.0.0 UG 0 0 0 eth0 10.0.0.0 * 255.0.0.0 U 0 0 0 eth0 -- from Michael ------------------------------------------------------------------------------ _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
