2012年(67)
分类: LINUX
2012-06-14 22:44:22
1. 安装tftp的rpm包(在光盘镜像中搜索,并双击安装)
2. 改/etc/xinetd.d/tftp(蓝色的是要改的)
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
per_source = 11
cps = 100 2
flags = IPv4
}
3.修改/etc/selinux/config
SELINUX=disabled
4.修改tftpboot以及里边的文件权限
5.重启LINUX(注销不行)