Ci-dessous, les différences entre deux révisions de la page.
| — |
tftp [18/09/2016 02:54] (Version actuelle) |
||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | ====== TFTP ====== | ||
| + | ===== Installation ===== | ||
| + | L' | ||
| + | # apt-get install tftpd-hpa | ||
| + | ===== Configuration ===== | ||
| + | Nous allons | ||
| + | mkdir /srv/tftpd | ||
| + | chown tftp:tftp /srv/tftpd | ||
| + | |||
| + | On poursuit en éditant le fichier **/ | ||
| + | TFTP_USERNAME=" | ||
| + | TFTP_DIRECTORY="/ | ||
| + | TFTP_ADDRESS=" | ||
| + | TFTP_OPTIONS=" | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | Finalement, nous redémarrons le service | ||
| + | systemctl restart tftpd-hpa.service | ||