01-07-2015 01:19 AM - edited 03-05-2019 12:30 AM
Hi is there any way to access a router tftp-server from a pc tftp client.
This is what I've done:
On the router
tftp-server flash:config.txt
On the pc (linux):
tftp
connect "public ip"
get config.txt
If I check my ACLs, I can see that request from my PC are authorized, but i always get a timeout.
If I try from another Cisco equipment with the following commad it works:
copy tftp: flash:
"public ip"
config.cfg
it works.
So it there a way to make it works from a PC?
Thx bye advance.
Regards
Franck
01-07-2015 01:50 AM
Hi
Can you post your ACLs?
Also try disabling windows firewall or other firewalls on the client PC.
Aaron
01-07-2015 02:32 AM
Not sure it will be useful.
the start of the ACL on the outside interface:
Extended IP access list Outside_In
10 permit icmp any any (557664 matches)
20 permit ip host "my public ip" any (60 matches)
...
The client PC is a Linux, no firewall.
The matchs you see in the ACL are all attempts from my pc to the router.
Cheers.
Franck
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