Tftp

From Klaus' wiki
Revision as of 12:26, 21 June 2010 by Klaus (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

To enable tftp on your Centos server perform the following:

yum install tftp*
chmod 777 /tftpboot
vi /etc/xinetd.d/tftp ## Change disable = yes to disable = no
restorecon -r /tftpboot
system-config-securitylevel-tui ## add tftp:udp in the customize menu for other ports
service network restart