miércoles, 2 de septiembre de 2009

Servidor tftp en Debian

1.- Instalar: apt-get install inetutils-inetd tftpd tftp

2.- Editar a sus necesidades /etc/inetd.conf

3.- Crear directorio /srv/tftp y dar permisos acorde a necesidades

4.- Editar a sus necesidades /etc/hosts.allow

5.- Reiniciar servicio /etc/init.d/inetutils-inetd restart


6.- Test:

$ tftp ip address
tftp> binary
tftp> get music.mp3
Received 2784015 bytes in 1.1 seconds
tftp> put otracosa.ogg
Sent 2784015 bytes in 0.4 seconds
tftp> quit


7.- Si falla revisar los logs del sistema : tail -f /var/log/syslog

Si la falla es la siguiente:
tftpd: read: Connection refuse

ejecutar el paso 8.

8.-
echo "blacklist ipv6" >>/etc/modprobe.d/blacklist
y reiniciar el equipo.

No hay comentarios: