Настройка TFTP сервера на Centos 6.5
SERVER
# yum install -y xinetd
# chkconfig xinetd on
# yum install -y tftp tftp-server
# mkdir /tftpboot
# cp /etc/xinetd.d/tftp /etc/xinetd.d/tftp.orig
# vi /etc/xinetd.d/tftp
[root@server ~]# cat /etc/xinetd.d/tftp
...
server_args = -c -s /tftpboot
disable = no
...
# chown -R nobody /tftpboot/
# service xinetd restart
=====================
CISCO ROUTER
cisco-router-1941#$copy system:/running-config tftp://192.168.1.11/cisco-1941-running-config
Address or name of remote host [192.168.1.11]?
Destination filename [cisco-1941-running-config]?
.!!
1659 bytes copied in 4.120 secs (403 bytes/sec)
=====================
SERVER
# ls /tftpboot/
cisco-1941-running-config