problem wiht tftpd with rhel5

pengcz at 126.com pengcz at 126.com
Sat Apr 28 06:43:57 UTC 2007


 
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 at 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 at bootserver ~]#
 

[root at 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 at bootserver ~]# /etc/init.d/xinetd restart
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
[root at bootserver ~]# netstat -nlp | grep tftp
udp        0      0 0.0.0.0:69                  0.0.0.0:*                               6355/in.tftpd
[root at bootserver ~]#
 
C:\Documents and Settings\peterp>tftp 192.168.1.1 get a.txt
Timeout occurred
C:\Documents and Settings\peter p>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/redhat-install-list/attachments/20070428/b6424e52/attachment.htm>


More information about the Redhat-install-list mailing list