Steel-Belted Radius: Difference between revisions
Jump to navigation
Jump to search
m (→Set-up: Minor addition) |
m (Added "Support Notes") |
||
| Line 23: | Line 23: | ||
| Config || MaxNegPhaseCorrection || 5400 | | Config || MaxNegPhaseCorrection || 5400 | ||
|} | |} | ||
== Support Notes == | |||
=== Replication === | |||
Revision as of 13:02, 23 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 |