09-12-2019 08:46 AM - edited 09-12-2019 08:47 AM
Hi,
I'm trying to run the following command and for some reason it will not work... It is on a Cisco ASA 9.9(1)
(config)# copy startup-config tftp://192.168.1.24/GC_ASA_backup
When I do that, I get this:
%Error writing tftp://192.168.1.24/GC_ASA_backup (Timed out attempting to connect)
-----
It also fails if I do this:
(config)# copy start tftp:
Address or name of remote host [192.168.1.24]?
Destination filename []?
%Error opening tftp://192.168.1.24/;int=inside (Permission denied)
It will work, if I add the destination filename:
(config)# copy start tftp
Address or name of remote host [192.168.1.24]?
Destination filename []? GC_ASA_backup
18827 bytes copied in 1.180 secs (18827 bytes/sec)
What am I missing!? Thank you!
09-12-2019 03:30 PM
I do not see the issue here with ASA, this more of TFTP Settings
what TFTP Server you using ?
09-13-2019 06:10 AM
Hi there.
The TFTP server is OpenTFTP.
I'm not sure it is a TFTP issue because I can save files to it if I manually specify the address and filename. If I include that information in the TFTP url of the command Copy Start TFTP:url/filename is fails...
On the same ASA - I can't ping the TFTP server unless I specify the Inside interface. I'm not sure if this is related... but I would think so.
I issued the command TFTP-SERVER INSIDE 192.168.1.24 C:\TFTP-IMAGES - but it still fails.
09-13-2019 06:37 AM
i would like to compare, when you manually putting the file name copied versus automatic copy.
suggest to look at the config :
https://sourceforge.net/p/tftp-server/discussion/550565/thread/d737fc9f/
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