User manual
Page | 132
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot -c
per_source = 11
cps = 100 2
}
4. Reboot the server:
$>sudo /etc/init.d/xinetd restart
$>sudo in.tftpd -l /tftpboot
5. Test the server
Conduct a test; create a file under folder /tftpboot
$>touch abc
Enter into another folder
$>tftp 192.168.1.15 (192.168.1.15was the server IP)
$>tftp> get abc
If the download is successful, this means the server has been installed.