LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   TFTP not working , Transfer timed out (https://www.linuxquestions.org/questions/linux-general-1/tftp-not-working-transfer-timed-out-748415/)

SinghJJ 08-18-2009 08:30 AM

TFTP not working , Transfer timed out
 
Hi,

Please help me on making my tftp server working.

I have followed the instruction to install tftp server on centos 5.2 for our cisco router. Everything is fine, except that when i tried to put / get files its says,

"Transfer timed out."
[root@xxx tftpboot]# tftp
(to) 10.x.1.xxx
tftp> trace
Packet tracing on.
tftp> put test
sent WRQ <file=test, mode=netascii>
sent WRQ <file=test, mode=netascii>
sent WRQ <file=test, mode=netascii>
sent WRQ <file=test, mode=netascii>
sent WRQ <file=test, mode=netascii>
Transfer timed out.
[root@xxx tftpboot]#

And when i run this in cisco router, heres the output
router#copy running-config tftp
Address or name of remote host []? 10.x.0.x
Destination filename [router-confg]?
TFTP: error code 1 received - 18025

%Error opening tftp://100.x.0.x/router-confg (No such file or directory)
router#

Experts Please advice!!

SinghJJ

fordeck 08-19-2009 11:14 AM

Could you post the output from the following command:

Code:

netstat -nap | grep tftp
Another thing that would be helpful would be to post the contents of the following file:

/etc/xinet.d/tftp

Regards,

Fordeck


All times are GMT -5. The time now is 04:30 PM.