[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

problem wiht tftpd with rhel5



 
Dear all
        I have the problem when i want to upload or download the file from the tftp server ,here is the test steps:
 
any suggestion will be apprieate !!
 

[root bootserver ~]# cat /etc/xinetd.d/tftp
# default: off
# description: The tftp server serves files using the trivial file transfer \
#       protocol.  The tftp protocol is often used to boot diskless \
#       workstations, download configuration files to network-aware printers, \
#       and to start the installation process for some operating systems.
service tftp
{
        disable = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = root
        server                  = /usr/sbin/in.tftpd
        server_args             =-u nobody   -s /mylove
        per_source              = 11
        cps                     = 100 2
        flags                   = IPv4
}
[root bootserver ~]#
 

[root bootserver ~]# ll /mylove/
total 40
-rwxrwxrwx 1 nobody nobody    86 Apr 24 16:35 1.txt
-rwxrwxrwx 1 nobody nobody 10894 Apr 26 13:51 a.txt
-rwxrwxrwx 1 nobody nobody    86 Apr 24 15:48 dhcpd.conf.test-tftp
-rwxr-xr-x 1 nobody nobody    86 Apr 28 13:51 d.txt
C:\Documents and Settings\peterp>tftp 192.168.1.1 get a.txt
Timeout occurred
C:\Documents and Settings\peterp>
 

[root bootserver ~]# /etc/init.d/xinetd restart
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
[root bootserver ~]# netstat -nlp | grep tftp
udp        0      0 0.0.0.0:69                  0.0.0.0:*                               6355/in.tftpd
[root bootserver ~]#
 
C:\Documents and Settings\peterp>tftp 192.168.1.1 get a.txt
Timeout occurred
C:\Documents and Settings\peter p>



免费试玩2006中国最佳网络游戏--梦幻西游
[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]