Using TFTP To Manage Your Router’s Software
- Enable TFTP on your FreeBSD machine:
# vi /etc/inetd.conf
(uncomment the #tftp line)
# killall –HUP inetd
(restart INETD and load TFTPD)
# netstat –an
(check to see TFTP port is bound)
# mkdir /tftpboot
# touch /tftpboot/t2-config
(create the router data for TFTP)
#chmod 666 /tftpboot/t2-config
(make the data file world writeable)