Code : Tout sélectionner
systemctl stop wapttftpserver
systemctl disable wapttftpserver
apt-get install tftpd-hpa
Code : Tout sélectionner
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/var/www/wads/pxe
TFTP_ADDRESS="0.0.0.0:69"
TFTP_OPTIONS="--secure"
Code : Tout sélectionner
systemctl restart tftpd-hpa