Primero necesitamos informar al servicio de que servidores vamos a usar para sincronizar http://www.pool.ntp.org/, usando la utilidad netselect obtenemos una lista con los mas cercanos:
$ netselect -s 3 pool.ntp.org -v
Running netselect to choose 3 out of 12 addresses.
.................................................................
208 83.137.103.114
237 213.239.194.220
312 199.184.165.145
Configuramos el servicio con las ips obtenidas:
C:\>net time /setsntp:83.137.103.114,213.239.194.220,199.184.165.145
The command completed successfully.
Activamos el servicio w32time:
C:\>net start w32time
Podemos comprobar el funcionamiento:
C:\>w32tm -v
W32Time: BEGIN:InitAdjIncr
W32Time: Adj 156250 , Incr 156250 fAdjust 0
W32Time: END:Line 2503
W32Time: BEGIN:TsUpTheThread
W32Time: END Line 1407
W32Time: TimeMMInit()
W32Time: Kernel timer : using default maximum resolution
W32Time: MaximumTime = 156250
W32Time: CurrentTime = 156250
W32Time: Timer calibrated, looped 1 times
...
comentarios:
Publicar un comentario