Le plus grand bonheur que puisse donner l'amour, c'est le premier serrement de main d'une femme qu'on aime Stendhal
Howto Tftp Server (English)
HOWTO
Tftp Server Author: JUL <JUL_AT_julnav.com> Friday, August 20, 2004
| |
| |
Problem:
| |
|
STEP 1: Download and install contribs
tftp-0.28-2.i386.rpm
tftp-server-0.28-2.i386.rpm
STEP 2: Create storage directory
Create and change right on storage directory
# mkdir /tftpboot # chown nobody:nobody /tftpboot # chmod 755 /tftpboot |
STEP 3: Change xinet.d parameter
#
pico -w /etc/xinet.d/tftp |
# default: off |
Change disable and server-args as as above.
STEP 4: Restart Xinetd
#
/etc/init.d/xinetd restart |
STEP 5: Create template for hosts.allow
# mkdir -p / etc/e-smith/templates-custom/etc/hosts.allow / # pico -w /etc/e-smith/templates-custom/etc/hosts.allow/tftp |
in.tftpd: ALL |
ctrl-o ctrl-x # /sbin/e-smith/expand-template /etc/hosts.allow |
Now it's possible for diskless station in local network to boot or to upgrade router and switch through tftp.