From Fedora Project Wiki

(Created page with '1. Install the tftp-server package as <pre> # yum install tftp-server </pre> 1. Edit ''/etc/xinetd.d/tftp'' and change the ''disable'' value to ''no'' 1. Restart xinetd <pre> # /...')
(No difference)

Revision as of 06:59, 26 June 2009

1. Install the tftp-server package as

# yum install tftp-server

1. Edit /etc/xinetd.d/tftp and change the disable value to no 1. Restart xinetd

# /etc/init.d/xinetd restart

1. Copy the binary into the tftp server's root directory (usually /tftpboot/)