06-04-2013 04:11 AM - edited 03-07-2019 01:42 PM
Hello,
I installed a new router and trying to backup the initial configuration to our tftp server. But getting the error " %Error opening tftp://172.17.0.39/corporate-confg (Timed out)"
I can ping the tftp server from router. There is no firewall in between router and tftp server. Other network devices in the same subnet can upload / download from tftp server. Only this router can't use the tftp. I tried to install a seperate tftp server and tried but no hope with the freshly installed router. Router running config is attached. Please help me.
Regards,
Tony
Solved! Go to Solution.
01-03-2014 01:04 AM
Hello
Turn off Anti- virus and any Software FW of the laptop, also make sure your tftp server is set to receive files, and not just send them.
try again.
res
Paul
03-10-2014 05:03 AM
Hi,
we had the same problem also after installing a new router, my colleague fixed by adding the following config line:
ip tftp source-interface interface_from_where_you_manage_router (in our case it is a Loopback).
Regards,
Iris
03-30-2015 06:42 AM
this is the best resolution to the issue. we were sourcing from the wrong interface.
your post helped me resolve the issue we were having with a new router install.
thank you.
08-31-2015 06:14 AM
This solved my problem!
04-01-2016 02:27 AM
Thanks a lot ! Tried to upgrade Catalyst 3560 ios, couldn't get it working due to this tftp timeout error. This suggestion worked like a charm. I connected switch directly to laptop.
[Laptop, tftpd32 running] ----------------utp cable----------------[==SW==]
Added following;
ip tftp source-interface Vlan6
(Where vlan 6 is a SVI. I use this as Management interface )
And you should add login details if your ftp server requires so.
07-08-2020 10:37 PM
That's the best solution to the problem,
Thanks a lot.
04-18-2014 12:57 AM
please try as follows
telnet <tftp server IP> 69
if the status is opened, then we can trust the TFTP server, pls check...
05-07-2014 03:38 AM
Hi
I have been having the same problem with a second hand router: all of my other routers can load from and save to the ftp server; but with one of them I got the dreaded tftp time out!
After reading this and trying, and discounting, some of the suggestions I went back the running config and found that there was a line in there which was causing the problem:
ip tftp source-interface Loopback1
I just changed the interface as below:
(config)#ip tftp source-interface fa0/0
Now everything works fine!
Hope that helps someone :)
Cheers
Mick
10-04-2016 05:10 AM
Bingo! 100€ and a washing machine to you, mickmcguinness.
Everyone, run this to see what is gumming up the works
sh run | i tftp
01-05-2017 06:39 PM
nice shoot!!!! I have the problem with ISR 4331
05-23-2014 04:24 AM
Hi,
I had the same problem trying to upload a new software image to a 3750x switch via solarwinds tftp. Finally I found out, the problem was the checkpoint vpn software installed on my laptop. I had to remove it because even when the program was closed, there was still a sort of firewall active in the background.
cheers,
Marc
06-24-2014 08:27 AM
Was this issue resolved ?
If yes, what did you do to resolve it, please share the steps that you made to resolve this problem. so that we can learn something out of this.
06-24-2014 10:36 PM
I encountered this problem today. I have 3 routers (two 1841's and one 2801) and 3 switches (all 2950's) for my CCNA lab at home. I have them all connected to my cable internet router (dlink dgl-4500). I had to enter static routes on the dlink to get packets back to the cisco routers.
Two of my routers were each one hop away from the TFTP server (a raspberry pi). Those both connected fine. One of my routers was directly connected to the network with the raspberry pi and it was NOT connecting! It could ping the IP address just fine, but no TFTP. Disabled firewall -- still no joy.
In my case, I found that my hosts.allow file on the TFTP server box was only configured to allow the network with the cable router and no other networks. The routers that were one hop away used that allowed network to get back to the TFTP server (via static routes on the cable router), but the one router directly connected was on a network not listed in hosts.allow (and I have ALL:ALL in hosts.deny).
This is one case where ping will work but TFTP will fail, even with no firewall running. Wireshark did not help much either. I guess I won't be forgetting about hosts.allow next time.
09-20-2014 11:21 PM
I have encountered the same scenario. tried with multiple things but no luck at last we logged in to the computer with admin rights then started working.
11-10-2016 09:31 PM
I had a same scenario just an out of a box isr 4321 tftp is working no windows firewall on my laptop. I can ping the router from laptop and from router my laptop is reachable. I just enter the following command.
Router(config)#ip tftp source-interface gig0/0/0
where the int gig0/0/0 is where my laptop is directly connected.
Hope it will help you all
Have a good day :)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide