lunes, 13 de octubre de 2008

tftp solaris 10

Validar si esta el servicio creado:

svcs | grep tf

# Crear el servicio.

vi /var/tmp/tftpd.conf

# Adicionar la siguente linea:

tftp dgram udp6 wait root /usr/sbin/in.tftpd in.tftpd -s /tftpboot

mkdir /tftpboot
chown root /tftpboot
chmod 755 /tftpboot

Validar que el puerto este definido para el tftp:

grep tf /etc/services

Importar el Servicio.

/usr/sbin/inetconv -i /var/tmp/tftpd.conf

# Validar que el servicio este online:

svcs -a |grep tftp

No hay comentarios: