主機 CENTOS 5.3
# uname -a
Linux heart.tc.edu.tw 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
一、下載 opentftp
http://sourceforge.net/projects/tftp-server/files/...
及解壓
二、建立存放下載檔案的目錄
mkdir /home/axer/routeconf
三、設定 selinux 給 tftp 使用
chcon -t tftpdir_t /home/axer/routeconf/
四、設定 opentftp.ini 設定內容:( 符號 ' #都代表註解)
[LISTEN-ON]
0.0.0.0
[HOME]
/home/axer/routeconf
[LOGGING]
'None
Errors
'All
[ALLOWED-CLIENTS]
'192.168.0.1-192.168.0.254
'10.0.0.1-10.255.255.254
'33.67.8.123
[TFTP-OPTIONS]
... 未更動略 ...
最大SIZE
blksize=65464
Read=Y
Write=Y
Overwrite=Y
五、拷背 opentftp.ini 到 /etc
# cp opentftp.ini /etc
六、開啟防火牆
請將 UDP 69 port 打開
七、啟動 opentftp server
# ./opentftp -v
完整連結 http://note.tc.edu.tw/745.html
留言列表