NTP utiliza UDP 123 como capa de transporte y puerto.
Para configurar un equipo como CLIENTE NTP
Abrir regedit y establecer los siguientes valores:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpClient\Enabled (value = 1)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpClient\SpecialPollInterval
(value = 900) (cada 900 segundos, es decir 15 min).
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Parameters\Type
(value = NT5DS o value = NTP)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Parameters\NTPServer
(value = nombre DNS o IP del servidor NTP)
Para configurar un equipo como SERVIDOR NTP
Abrir regedit y establecer los siguientes valores:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpServer\Enabled
(value = 1)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Parameters\Type
(value = NTP)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Parameters\NTPServer
(value = nombre DNS o IP del servidor NTP)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Config\AnnounceFlags
(value = 5)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpClient\Enabled (value = 0)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\VMICTimeProvider\Enabled
(value = 0)
Configurar las opciones de CORRECCION DE TIEMPO
Abrir regedit y establecer los siguientes valores:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\MaxPosPhaseCorrection
Un valor razonable, como 1 hora (3600).
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\MaxNegPhaseCorrection
Un valor razonable, como 1 hora (3600).
REINICIAR EL SERVICIO DE HORA DE WINDOWS
net stop w32time
net start w32time
los valores serian en decimal o hexadecimal
Valores en Decimal.
Llega muy tarde mi respuesta, pero por si a alguien le sirve…