source TFTP from inside interface on ASA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2007 08:11 AM - edited 02-21-2020 01:45 AM
Is it possible to source a "copy tftp: flash:" command from the inside interface on an ASA?
I have several ASA's in a customer network that are connected back to my own network by a VPN tunnel. I can successfully TFTP files onto other switches on the inside networks behind the ASA's, just not onto the ASA's themselves. From the ASA's, I can only ping my TFTP server across the tunnel if I specify the inside interface - as in "ping inside x.x.x.x". So, is there something similar for the "copy tftp: flash:" command?
Thanks in advance for any thoughts!
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 12:50 PM
Try using command "configure net tftp_server_address:filename". This command is used to copy a file to the firewall from the network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2007 09:31 AM
Did you ever get this figured out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2023 10:08 AM
you can use this command to copy the image to ASA over the VPN tunnel.
copy tftp://IP_Address_of_TFTP/asa9-12-4-54-smp-k8.bin;int=INSIDE disk0:/asa9-12-4-54-smp-k8.bin
