Installer serveur TFTP sur Debian
Nous devons pour installer un serveur TFTP sur Debian ustiliser les packages de Debian : apt-get install tftpd apt-get install tftp
Filter by Category
Nous devons pour installer un serveur TFTP sur Debian ustiliser les packages de Debian : apt-get install tftpd apt-get install tftp
Posted by louis MARTINBRANDA
Je cherchais depuis peu un moyen simple et efficace de sauvegarder mes configuration Cisco automatiquement. En cherchant un peu sur le net, j’ai trouvé que la solution la...
Posted by louis MARTINBRANDA
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
Subscribe to our email newsletter to receive useful articles and special offers.
We won't share your email address.