Install TFTP for your distribution. Assuming you are using RedHat/Fedora or a similar distro it will create /tftpboot and a configuration file in /etc/xinetd.d/tftpd

Edit /etc/xinetd.d/tftp and change disable = yes to disable = no.

Restart xinetd with service xinetd restart

To see if it is running:

netstat -a | grep tftp

If it isn't check /var/log/messages for tftp info with grep tftp /var/log/messages for clues

Installing the LTSP kernel will drop the necessary files into /tftpboot/lts and you need to configure DHCP to hand out the necessary steps to the client. There's a good how-to in the documentation on the LTSP site as well.


On Feb 11, 2004, at 8:40 AM, Dennis van der Aalst wrote:


Can somebody please explain to me how to set up tftp?
And how do I configure tftp?
And how do I check if tftp is running?

Best regards


------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _____________________________________________________________________ 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



------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _____________________________________________________________________ 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

Reply via email to