31.4. TFTPD
31.4.1. Inicio del Servidor tftp
On the DHCP server, verify that the
tftp-server
package is installed with the command rpm -q tftp-server
. If it is not installed, install it via Red Hat Network or the Red Hat Enterprise Linux CD-ROMs. Nota
Para obtener más información sobre como instalar paquetes RPM, consulte la Sección de Administración de Paquetes del Manual de Implementación de Red Hat Enterprise Linux.
tftp
es un servicio basado en xinetd, inicie con los siguientes comandos:
/sbin/chkconfig --level 345 xinetd on /sbin/chkconfig --level 345 tftp on
Estos comandos configuran los servicios
tftp
y xinetd
para activarlos de manera inmediata y configurarlos para que inicien en el momento del arranque en los niveles de ejecución 3, 4 y 5.