|
|

楼主 |
发表于 2004-11-7 14:06:22
|
显示全部楼层
樓上兄弟說的對.
是的..我問的就是tftp服務器要注意什麽了..
[root@shlinux sp02001]# ls -l tftp-server-0.32-4.i386.rpm
-rw-rw-r-- 1 root mis 24804 Feb 24 2003 tftp-server-0.32-4.i386.rpm[root@shlinux sp02001]# rpm -Uvh tftp-server-0.32-4.i386.rpm --nodeps --force
warning: tftp-server-0.32-4.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
error: failed to stat /other/mis/softwarez/ERP/erptwbk: Invalid slot
Preparing... ########################################### [100%]
1:tftp-server ########################################### [100%]
cat 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
}
[root@shlinux xinetd.d]#
[root@shlinux /]# ls -ld tftpboot/
drwxrwxrwx 4 root root 4096 Nov 7 13:04 tftpboot//
[root@shlinux /]# chkconfig --list | grep tftp
tftp: on
[root@shlinux /]# chkconfig tftp off
[root@shlinux /]# service xinetd restart
Stopping xinetd: [ OK ]
Starting xinetd: [ OK ]
[root@shlinux /]# chkconfig tftp on
[root@shlinux /]# service xinetd restart
Stopping xinetd: [ OK ]
Starting xinetd: [ OK ]
[root@shlinux /]# chkconfig --list | grep tftp
tftp: on
[root@shlinux tftpboot]# tftp localhost
tftp> get vmli
Transfer timed out
請問這其中那一步有問題?? |
|