ntp.rst
changeset 1894 2e3bc2435d68
parent 1893 da0024f4f068
child 1895 91e537a35a34
equal deleted inserted replaced
1893:da0024f4f068 1894:2e3bc2435d68
     1 -*- mode: outline; coding: utf-8; -*-
       
     2 
       
     3 * What is NTP?
       
     4 
       
     5 NTP is a protocol to synchronizing the clocks on host using publicly
       
     6 available NTP servers.
       
     7 
       
     8 * How use?
       
     9 
       
    10 To use you must know NTP servers. Here list some of them:
       
    11 
       
    12 0.debian.pool.ntp.org 1.debian.pool.ntp.org
       
    13 2.debian.pool.ntp.org
       
    14 uk.pool.ntp.org       ua.pool.ntp.org
       
    15 
       
    16 Some servers are national. They can be found as ISO 639 code with
       
    17 .pool.ntp.org suffix.
       
    18 
       
    19 ** Debian.
       
    20 
       
    21 Install ntpdate package:
       
    22 
       
    23   $ sudo apt-get install ntpdate
       
    24 
       
    25 and sync date with some NTP server:
       
    26 
       
    27   # sudo ntpdate 0.debian.pool.ntp.org
       
    28 
       
    29 ** Windows.
       
    30 
       
    31 See
       
    32 
       
    33   http://support.microsoft.com/kb/q216734/
       
    34   http://support.microsoft.com/kb/q223184/
       
    35   http://support.microsoft.com/kb/307897/
       
    36                 How to synchronize the time with the Windows Time service in Windows XP.
       
    37   http://support.microsoft.com/kb/216734/
       
    38                 How to configure an authoritative time server in Windows 2000.
       
    39