|
Main / Tftpd
https://askubuntu.com/questions/201505/how-do-i-install-and-run-a-tftp-server Write the following
service tftp
{
protocol = udp
port = 69
socket_type = dgram
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = /tftpboot
disable = no
}
to the file /etc/xinetd.d/tftp |