Linux 下tftp服务器的配置

运行环境:RedHat 9.0

(1)安装tftp服务器(安装rpm包可以在安装光盘中找到)

#rpm -ivh tftp-server-0.32-4.i386.rpm

(2)开启tftp服务

#chkconfig tftp on

(3)为tftp服务器建立根目录(与/root 为同级目录)

#mkdir /tftpboot

(4)测试,配置好网络(使Linux 和windows IP为同一网段,可以互相ping通)从windows xp下载文件

Linux 下tftp服务器的配置

(5)从xp上传文件

Linux 下tftp服务器的配置

不知是何原因,一直提示Timeout occured。超时

相关推荐