Installer serveur TFTP sur Debian


Installer serveur TFTP sur Debian
Posted by

Nous devons pour installer un serveur TFTP sur Debian ustiliser les packages de Debian :

apt-get install tftpd
apt-get install tftp

Nous allons créer un répertoire, qui sera le répertoire de dépot :

mkdir /tftpboot
chmod 777 /tftpboot
chown imran.imran /tftpboot

Editons le fichier /etc/inetd.conf pour y apporter la modification du répertoire.

Correct the location of director from /srv/tftp to /tftpboot

tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /tftpboot

rebooter le service inetd pour redémarrer TFTP :

cd /etc/init.d
./openbsd-inetd restart

Test :

tftp 127.0.0.1
tftp>

Pour la sécurtité il vous suffit d’éditer les fichiers /etc/hosts.allow et /etc/hosts.deny

 

Show Comments (0)

Subscribe to MARTINBRANDA

Subscribe to our email newsletter to receive useful articles and special offers.

We won't share your email address.