CentOS6.5????????????NTP?????????

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS6.5????????????NTP?????????相关的知识,希望对你有一定的参考价值。

??????????????????   ?????????   ????????????   ??????ntp   

????????????????????????????????????????????????????????????????????????????????????

Atomic Clock: ??????????????????????????????????????? ?????????????????? ????????????????????????(Atomic Clock),?????????????????????????????????(International Atomic Time)

UTC(coordinated Universal Time): ?????????????????? ???????????? Atomic Clock ????????????????????????????????????

??????????????????????????????????????????????????????????????????

????????????: ???????????????????????????????????????????????????, ????????????????????????????????????????????????????????????????????????

????????????: ?????????????????????kernel??????????????????????????????. ??????1970???1???1???00:00:00 UTC???????????????????????????????????????

NTP????????????Network Time Protocol(NTP)?????????????????????????????????????????????????????????????????????????????????????????????????????????(???????????????GPS??????)?????????????????????????????????????????????????????????(LAN????????????????????????1?????????WAN???????????????)?????????????????????????????????????????????????????????????????????


 ??????NTP????????????????????????????????????

          ?????????????????????????????????????????????????????????????????????????????????????????????????????????

          ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????Cluster?????????HA??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????NTP????????????????????????????????????

 ????????????

 NTP????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
 ??????????????????http://www.ntp.org/
 ???????????????????????????Linux????????????????????????????????????????????????NTP????????????????????????????????????
http://ntp.isc.org/bin/view/Servers/NTPPoolServers
http://ntp.isc.org/bin/view/Servers/WebHome
 NTP???????????????Server???Client??????????????????????????????????????????
1.?????????????????????????????????NTP?????? 
2.Client ?????? NTP Server ???????????????????????? message 
3.?????? NTP Server ????????????????????????????????? Client
4.Client ??????????????? Server ????????????????????????????????????????????????????????????????????????
 ?????????????????????????????????NTP???????????????????????????????????????????????????????????????????????????????????????Client?????????????????????????????????????????????????????????????????????Client?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????NTP?????????????????????????????????

?????? ????????????  CentOS 6.5?????????????????????yum?????????????????????ntp??????????????????????????? 

??????????????? NTP ??????????????????????????????????????????

1.??????????????????????????????

?????????,????????????????????? CST(Chinese Standard Time),??????????????????????????????????????????.

?????????????????????????????????8?????????,???????????????????????????????????????

20:00 CST

12:00 UTC

??????????????????UTC+8??????,????????????,???UTC????????????,??????12:00???.

?????????????????????????????????????????????????????????,???????????????????????????UTC+0?????????????????????????????????(??????????????????????????????).??????????????????????????????????????????,???????????????????????????????????????

      # date
      Thu Oct 31 11:22:45 EDT 2013

???????????????????????????,???????????????????????????1


2.?????? NTP ????????????

      # rpm -qa |grep ntp
      ntp-4.2.4p8-3.el6.centos.x86_64
      ntpdate-4.2.4p8-3.el6.centos.x86_64

?????????????????????????????????

       yum??????ntp??????   

       yum install -y ntp


3.???????????? NTP ???????????????????????????

???????????????????????????????????????

ch.pool.ntp.org

?????????????????????????????????????????????,??????????????????????????????,??????????????????????????????????????????????????????.??????????????????????????????????????????

      01.# ntpdate -q 1.cn.pool.ntp.org
      02.server 202.112.10.36, stratum 2, offset -1.883582, delay 0.18350
      03.server 202.112.29.82, stratum 2, offset -1.860654, delay 0.23692
      04.server 202.112.31.197, stratum 2, offset -1.812637, delay 0.13278
      05.server 218.75.4.130, stratum 2, offset -1.837221, delay 0.04099
      06.31 Oct 09:07:03 ntpdate[1625]: step time server 218.75.4.130 offset -1.837221 sec

????????????,???????????????,??????????????????????????????,??????????????????

       1.server 10.32.196.60, stratum 0, offset 0.000000, delay 0.00000
        2.26 Oct 15:01:17 ntpdate[23338]: no server suitable for synchronization found

4.????????????????????????

?????????????????????????????????????????????,NTP ??????????????????????????????,?????????????????????????????????????????????????????????

       1.# ntpdate 1.cn.pool.ntp.org
       2.31 Oct 09:14:18 ntpdate[22563]: step time server 218.75.4.130 offset -1.830097 sec
        ???????????????NTPD???????????????????????????????????????????????????????????????NTPD?????????????????????

????????????,??? date ??????????????????,?????????????????????

       1.# date
       2.Thu Oct 31 09:14:50 CST 2016

?????? NTP ???????????????

NTP????????????????????????????????????????????????????????????/etc/ntp.conf???

??????

restrict IP mask ?????? ??????
IP?????????????????????????????????????????????????????????????????????????????????
???????????????
ignore???????????????NTP????????????
nomodify???????????????????????????????????????????????????????????????????????????????????????
notrust???????????????????????????????????????????????????????????????
noquery????????????????????????


????????????????????????????????????IP??????????????????????????????
 ????????????????????????????????????????????????????????????

restrict default nomodify notrap noquery
#default??????0.0.0.0????????????????????????
restrict 127.0.0.1
#????????????????????????


      ?????????

server [IP|FQDN] [prefer]
IP|FQDN?????????????????????????????????????????????NTP?????????
prefer????????????????????????????????????????????????????????????????????????


????????????????????????????????????

server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org


???????????????????????????????????????NTP?????????????????????????????????????????????????????????

server cn.pool.ntp.org prefer

 server 210.72.145.44 prefer    (????????????????????????????????????????????????)

     ????????????????????????????????????????????????????????????????????????????????????????????????????????????


       ?????????

server  127.127.1.0     # local clock
fudge   127.127.1.0 stratum 10
driftfile /var/lib/ntp/drift
broadcastdelay  0.008


??????????????????driftfile?????????driftfile ???????????????????????????Time Server????????????????????????????????????????????? driftfile ?????????????????????
       

          ??????
????????????????????????????????????????????????IP???????????????????????????????????????

restrict 192.168.1.0 mask 255.255.255.0 nomodify

????????????192.168.1.0/24??????????????????????????????????????????NTP Server???????????????????????????restrict 0.0.0.0 mask 0.0.0.0 nomodify notrap ????????????????????????????????????????????????


????????????????????????hwclock

???Linux?????????????????????????????????????????????????????????(synchronization),?????????????????????????????????????????????????????????????????????,?????????????????????????????????????????????,???NTP??????????????????????????????,??????????????????????????????????????????????????????

      1.# vim /etc/sysconfig/ntpd
      2.# Drop root to id ???ntp:ntp??? by default.
      3.OPTIONS="-u ntp:ntp -p /var/run/ntpd.pid -g"
      4.SYNC_HWCLOCK="yes"

??????SYNC_HWCLOCK="yes"


??????NTP??????

1.# service ntpd start
2.Starting ntpd:                                             [  OK  ]

    ??????

     1.??????ntp??????

    service ntpd restart

    2.????????????????????????????????? 

    service iptables stop ?????? chkconfig --level 3 iptables off

     3.????????????????????????????????????????????????

     ntpdate  ntp??????????????????????????????????????? ???????????????  no server suitable for synchronization found ???

      ???????????????????????????



??????????????????

1.????????????????????????

ntpd?????? 123 ?????? ??????UDP????????????????????????

         1.# netstat -nlpu |grep ntpd
         2.udp        0      0 192.168.0.3:123            0.0.0.0:*                               22816/ntpd      
         3.udp        0      0 127.0.0.1:123               0.0.0.0:*                               22816/ntpd      
         4.udp        0      0 0.0.0.0:123                 0.0.0.0:*                               22816/ntpd      
         5.udp        0      0 fe80::20c:29ff:fed4:315f:123 :::*                                    22816/ntpd      
         6.udp        0      0 ::1:123                     :::*                                    22816/ntpd      
         7.udp        0      0 :::123                      :::*                                    22816/ntpd

3.???????????????????????????

???????????????,????????????10???15??????,????????????????????????

       1.# ntpstat
       2.synchronised to NTP server (202.112.31.197) at stratum 3
       3.time correct to within 80 ms
       4.polling server every 128 s

4.????????????????????????????????????

    1.# ntpq -p

     2.remote           refid      st t when poll reach   delay   offset  jitter
    3.=====================================================================
    4.+dns1.synet.edu. 202.118.1.46     2 u   13   64   77  567.019  132.808  32.883
    5.*dns2.synet.edu. 202.118.1.46     2 u   58   64   37  209.322  -47.016  36.082

remote ???????????????????????????IP

*???????????????????????????NTP

+?????????,???????????????????????????????????????

refid ??????NTP???IP

st ??????stratum ??????NTP?????????

when ???????????????????????????????????????

poll ???????????????????????????

reach ?????????????????????????????????????????????

delay ????????????????????????????????????

jitter linux ???????????????bios???????????????????????????


5.??????????????????,???????????????????????????

      1.# chkconfig --list ntpd
      2.ntpd            0:off   1:off   2:off   3:off   4:off   5:off   6:off
      3.# chkconfig ntpd on
      4.# chkconfig --list ntpd
      5.ntpd            0:off   1:off   2:on    3:on    4:on    5:on    6:off


???????????????

NTP?????????????????????Linux??????????????????????????????Windows????????????
        1.Linux?????????

 ?????????????????????????????????????????????????????????
           # ntpdate 192.168.228.153
            ???????????????????????????????????????????????????hwclock -w?????????????????????????????????????????????????????????????????????????????????

1.?????????????????????,???????????? cron ???????????????

        1.# vim /etc/crontab ???  crontab -e
        2.*/1 * * * * root /usr/sbin/ntpdate 192.168.0.3???/sbin/hwclock -wgt;>>/dev/null

??????????????????????????????,??????????????????1??????????????????,?????????????????????????????????,?????????????????????????????????

       1.# tail -f /var/log/cron
       2.Oct 31 11:37:01 CentOS2 crond[1522]: (*system*) RELOAD (/etc/crontab)
       3.Oct 31 11:39:01 CentOS2 CROND[1688]: (root) CMD (*/1 * * * * root /usr/sbin/ntpdate           192.168.0.3???/sbin/hwclock -wgt;>>/dev/null)

2.??????NTP??????????????????

??????????????????????????????

??????????????????NTP?????????????????????

?????????NTP??????????????????????????????,????????????????????????????????????,??????????????????

??????????????????NTP????????????,??????restrict ????????????

??????1 ntp??????????????????5???10??????????????????????????????????????????????????????
               2 ????????????????????????NTP???????????????????????????????????????,NTP???????????????

        2???Windows XP professional?????????
             ?????????????????????????????????

         NET TIME /SETSNTP:192.168.228.153
          NET TIME /QUERYSNTP
          NET START w32time

             ?????????????????????????????????????????????????????????????????????????????????????????????Windows Time????????????Windows Time?????????????????????????????????????????????
             ???????????????????????????
             ????????????Home???????????????????????????/?????????????????????Internet??????????????????????????????????????????192.168.228.153?????????


???1:

1.??????????????????

1.# date
2.Thu Oct 31 09:37:09 EDT 2013

2.?????? /etc/sysconfig/clock

????????????????????????

1.# vi /etc/sysconfig/clock
2.ZONE="America/New_York"
3.#??????
4.ZONE="Asia/Shanghai"

3.?????? /etc/localtime

1.# cp -a /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
2.cp: overwrite `/etc/localtime???? y

4.????????????????????????

1.# date
2.Thu Oct 31 21:42:33 CST 2013


???????????????ntp???????????????

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

#210.72.145.44 (???????????????????????????IP??????)

#133.100.11.8 ?????? ????????????

#time-a.nist.gov 129.6.15.28 NIST, Gaithersburg, Maryland

#time-b.nist.gov 129.6.15.29 NIST, Gaithersburg, Maryland

#time-a.timefreq.bldrdoc.gov 132.163.4.101 NIST, Boulder, Colorado

#time-b.timefreq.bldrdoc.gov 132.163.4.102 NIST, Boulder, Colorado

#time-c.timefreq.bldrdoc.gov 132.163.4.103 NIST, Boulder, Colorado

#utcnist.colorado.edu 128.138.140.44 University of Colorado, Boulder

#time.nist.gov 192.43.244.18 NCAR, Boulder, Colorado

#time-nw.nist.gov 131.107.1.10 Microsoft, Redmond, Washington

#nist1.symmetricom.com 69.25.96.13 Symmetricom, San Jose, California

#nist1-dc.glassey.com 216.200.93.8 Abovenet, Virginia

#nist1-ny.glassey.com 208.184.49.9 Abovenet, New York City

#nist1-sj.glassey.com 207.126.98.204 Abovenet, San Jose, California

#nist1.aol-ca.truetime.com 207.200.81.113 TrueTime, AOL facility, Sunnyvale, California

#nist1.aol-va.truetime.com 64.236.96.53 TrueTime, AOL facility, Virginia

#ntp.sjtu.edu.cn 202.120.2.101 (??????????????????????????????NTP??????????????????

#s1a.time.edu.cn ??????????????????

#s1b.time.edu.cn ????????????

#s1c.time.edu.cn ????????????

#s1d.time.edu.cn ????????????

#s1e.time.edu.cn ????????????

#s2a.time.edu.cn ????????????

#s2b.time.edu.cn ????????????

#s2c.time.edu.cn ??????????????????

#s2d.time.edu.cn ????????????????????????

#s2e.time.edu.cn ????????????????????????

#s2f.time.edu.cn ????????????????????????

#s2g.time.edu.cn ???????????????????????????

#s2h.time.edu.cn ??????????????????????????????

#s2j.time.edu.cn ??????????????????????????????

#s2k.time.edu.cn CERNET???????????????

#s2m.time.edu.cn ????????????


???????????? ???11931442??? ?????????????????????????????????http://11941442.blog.51cto.com/11931442/1875845

以上是关于CentOS6.5????????????NTP?????????的主要内容,如果未能解决你的问题,请参考以下文章

Centos6.5时间服务器NTP搭建

Centos6.5 配置NTP服务器

centos6.5下如何搭建ntp时间服务器

centos6.5安装配置NTP,集群各机器间时间同步

CentOS6.5下的时间同步ntpdate安装

ntp-实现时间同步