# yum -y install xinetd
- xinetdを起動し、自動起動も有効にしておく。
# /etc/initd.d/xinetd start
# chkconfig xinetd on
- tftpサーバをインストールする。
# yum -y install tftp-server
- xinetdの設定ファイルでtftpの設定を編集する
# cd /etc/xinetd.d/
# vi tftp
disable = yes → noに変更
server_args = -s /tftpboot → 必要に応じてtftpのルートディレクトリに変更
- xinetdを再起動
# /etc/init.d/xinetd restart
後、IPアドレスは固定で割り振っておこう。