Steel-Belted Radius: Difference between revisions
Jump to navigation
Jump to search
m (Added NTP setup) |
m (→Set-up: Minor addition) |
||
Line 5: | Line 5: | ||
{|cellpadding="4" cellspacing="0" border="1" | {|cellpadding="4" cellspacing="0" border="1" | ||
|- style="background-color:#bbddff;" | |- style="background-color:#bbddff;" | ||
! Key !! Name || Value | ! Key !! Name || Value (notes) | ||
|- | |- | ||
| Parameters || Type || NTP | | Parameters || Type || NTP | ||
Line 16: | Line 16: | ||
|- | |- | ||
| TimeProviders\NtpClient || SpecialPollInterval || 1800 (ie 1800 secs = 30mins) | | TimeProviders\NtpClient || SpecialPollInterval || 1800 (ie 1800 secs = 30mins) | ||
|- | |||
| Config || MaxAllowedPhaseOffset || 30 (if clock if off by more, its' abruptly set rather than incremented) | |||
|- | |- | ||
| Config || MaxPosPhaseCorrection || 5400 | | Config || MaxPosPhaseCorrection || 5400 |
Revision as of 15:19, 4 November 2009
Set-up
Host server's NTP config in the registry hive HKLM\SYSTEM\CurrentControlSet\Services\W32Time
needs to be updated as follows. Restart the NTP service to apply.
Key | Name | Value (notes) |
---|---|---|
Parameters | Type | NTP |
Config | AnnounceFlags | 5 |
TimeProviders\NtpServer | Enabled | 1 |
Parameters | NtpServer | 192.168.206.25,0x1 192.168.206.26,0x1 192.168.206.27,0x1 192.168.206.28,0x1 |
TimeProviders\NtpClient | SpecialPollInterval | 1800 (ie 1800 secs = 30mins) |
Config | MaxAllowedPhaseOffset | 30 (if clock if off by more, its' abruptly set rather than incremented) |
Config | MaxPosPhaseCorrection | 5400 |
Config | MaxNegPhaseCorrection | 5400 |