Esto fue lo que tuvimos que hacer para habilitar un servidor tftp en RHET 5:
- Verificar si está instalado:
# rpm -aq |grep tftp
tftp-server-0.49-2
[root@localhost ~]#
- Si no es así instalarlo, instalar:
# yum install tftp-server
- tftpd se ejecuta bajo xinetd. Debemos aseguraranos de que se ejecuta en el inicio. El fichero de confituración de tftpd se encuentra en:
/etc/xinetd.d/tftp
Editarlo y poner la opción disable a no:
disable = no
- Reinicar xinietd:
# service xinetd restart
Parando xinetd: [ OK ]
Iniciando xinetd: [ OK ]
- Verificar que tftpd está activado para el inicio:
# chkconfig –list |grep tftp
tftp: desactivado