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 edit summary
 
Line 1: Line 1:
1. Install the tftp-server package as
1. Install the tftp-server package as
<pre>
<pre>
# yum install tftp-server
# yum install tftp-server
</pre>
</pre>
1. Edit ''/etc/xinetd.d/tftp'' and change the ''disable'' value to ''no''
 
1. Restart xinetd
2. Edit ''/etc/xinetd.d/tftp'' and change the ''disable'' value to ''no''
 
3. Restart xinetd
<pre>
<pre>
# /etc/init.d/xinetd restart
# /etc/init.d/xinetd restart
</pre>
</pre>
1. Copy the binary into the tftp server's root directory (usually /tftpboot/)
 
4. Copy the binary into the tftp server's root directory (usually /tftpboot/)

Latest revision as of 07:08, 26 June 2009

1. Install the tftp-server package as

# yum install tftp-server

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

3. Restart xinetd

# /etc/init.d/xinetd restart

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