1. Install tftp server using the following command
yum -y install tftp-server2. Open /etc/xinetd.d/tftp file using any text editor and make
disable = no3. Start xinetd server (because tftpd is sub service of that xinetd)
service xinetd start - to start XINETD4. Check whether the tftp port 69 using the following command
netstat -nulp | grep 695. If selinux is not disabled by default, use the following command to make it disable for the tftpd service
setsebool -P tftpd_disable_trans=1 - disables SELinux for TFTPD6. Installation of tftp server create a directory called /tftpboot where files are stored (tftp root). we must create a
service xinetd restart
blank file using touch and change permission to 666 using chmod to make it writable
touch r1-config7. Now from cisco router we can use the copy command
chmod 666 r1-config
R1#copy run tftp://192.168.1.20/r1-config
No comments:
Post a Comment