RHEL6 - TFTP Timeout

Jignesh.Shah at emerson.com Jignesh.Shah at emerson.com
Wed Jul 20 20:16:58 UTC 2011


Hi All,

I am trying to setup TFTP server (155.101.90.32) on RHEL 6. To test, I am running the TFTP client  on the same machine.


*        Following is the content of the /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
}

*        Firewall is disabled

*        To make sure TFTP server  is running, following commands executed "service xinetd restart" and "chkconfig tftp on"

*        Following is the screen output when transferred using TFTP client
[root at localhost tftpboot]# ls -la
total 1988
drwxrwxrwx.  2 root root    4096 Jul 20 16:04 .
dr-xr-xr-x. 31 root root    4096 Jul 20 16:04 ..
-rwxrwxrwx.  1 root root 2025772 Jul 20 16:05 uImage

[root at localhost tftpboot]# tftp -v 155.101.90.32 -c get uImage uImage2
Connected to 155.101.90.32 (155.101.90.32), port 69
getting from 155.101.90.32:uImage to uImage2 [netascii]
Transfer timed out.

[root at localhost tftpboot]# ls -la
total 1988
drwxrwxrwx.  2 root root    4096 Jul 20 16:05 .
dr-xr-xr-x. 31 root root    4096 Jul 20 16:04 ..
-rwxrwxrwx.  1 root root 2025772 Jul 20 16:05 uImage
-rw-r--r--.  1 root root       0 Jul 20 16:06 uImage2

For testing, I did successful file transfer between TFTP Server running on Windows machine and TFTP client running on RHEL6 machine.

Appreciate all the help in advance...

Best Regards,
Jignesh Shah




More information about the redhat-list mailing list