| 1-3-1.tftp server setup 1. tftpを使う場合 $chkconfig --list tftp: onになっていればOK offの場合は $chkconfig tftp on Add port in /etc/services file tftp 69/udp 2. mtftpを使う場合 1./etc/xinetd.dにmtftpを作成し各種オプションを設定する mtftpのサンプルは補足1.を参照のこと 2./etc/servicesにポートを追加する。 mtftp 1759/udp |