martes, 14 de abril de 2009

Debian Lenny - Configurar servidor NTP

instalar el paquete ntpd
apt-get install ntp
 
editar /etc/ntp.conf
 
agregar los servidores:
server tock.nap.com.ar iburst dynamic
server tick.nap.com.ar iburst dynamic
server time.sinectis.com.ar iburst dynamic
 
comentar los servidores que se encuentran listados
 
descomentar y setear correctamente la red para el servidor
 
broadcast 192.168.0.255
 
reiniciar el servicio
/etc/init.d/ntp restart
 
chequear que la hora se haya ajustado
date
 
de ser necesario, corregir la zona horaria
dpkg-reconfigure tzdata
 
Chequear hora local y ajuste UTC/GMT
date -R
 
En cada cliente ejecutar
net time \\timeserver /set /yes
 
cambiando timeserver por el nombre del servidor configurado
 
Héctor Jaskolowski
Sysadmin
Colegio San Esteban
Bariloche