What's a good alternative NTP client for XP?

Sometwo

Limp Gawd
Joined
Nov 7, 2004
Messages
202
Windows XP's native NTP client only updates once a week which isn't going to work. Does anyone know of a a good free alternative?

I also need to know how I can get a Red Hat box to synchronize to the NTP server more frequently as well.

Any help is appreciated.
 
You can change how often it updates..

Here's the registry key:
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/W32Time/TimeProviders/NtpClient/SpecialPollInterval

It's in seconds, so change it accordingly. :)

Personally I have my smoothwall sync up every 12 hours, and all my PC's sync up off of it.
 
In Linux you can have the ntpd (NTP Daemon) running it can be configured usually with the file at /etc/ntp.conf

Also you can run the command via crontab if you simply need to sync at certain times e.g.: "ntpdate us.pool.ntp.org"
 
Back
Top