Search:

PmWiki

pmwiki.org

edit SideBar

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


Page last modified on March 31, 2022, at 05:27 PM