目次

tftp

インストール

# yum install tftp tftp-server

/etc/xinetd.d/tftp

disable = yes

  ↓

disable = no

hosts.allow

in.tftpd : 192.168.0.0/255.255.255.0 : allow

in.tftpd : all : deny

別サーバからテスト

デフォルトでは/tftpboot/からgetされます。

ftpサーバではないので、そのままアップロードすると「Error code 1: File not found」とエラーが出ます。

まず先に192.168.0.1の/tftpboot/にtest.txtを作成してから、アップロードします。

tftp 192.168.0.1 -c get test.txt

tftp 192.168.0.1 -c put test.txt