====== Serveur TFTP ====== ---- ===== Installation ===== sudo apt-get install tftpd-hpa ---- ===== Configuration ===== Modifier éventuellement le répertoire de base. **/etc/default/tftpd-hpa** TFTP_USERNAME="tftp" TFTP_DIRECTORY="/var/lib/tftpboot" TFTP_ADDRESS=":69" TFTP_OPTIONS="--secure" Redémarrer le service pour prise en compte : sudo systemctl status tftpd-hpa ---- [[all:bibles:linux:reseau:serveur_tftp|Haut de page]]