局域网NTP时间同步服务器设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了局域网NTP时间同步服务器设置相关的知识,希望对你有一定的参考价值。


在局域网内, 一台服务器与外部NTP服务器进行时间同步,其余的服务器与这台服务器进行时间同步:


主NTP配置如下:


#egrep -v "^#" /etc/ntp.conf


driftfile /var/lib/ntp/drift


restrict default kod nomodify notrap nopeer noquery

restrict -6 default kod nomodify notrap nopeer noquery


restrict 127.0.0.1 

restrict 10.1.1.0 mask 255.255.255.0

restrict 172.16.1.0 mask 255.255.255.0

restrict -6 ::1



server 202.120.2.101 prefer        #外部NTP服务器IP地址

server 0.centos.pool.ntp.org iburst

server 1.centos.pool.ntp.org iburst

server 2.centos.pool.ntp.org iburst

server 3.centos.pool.ntp.org iburst




includefile /etc/ntp/crypto/pw


keys /etc/ntp/keys



====================================


从NTP 配置:


#egrep -v "^#" /etc/ntp.conf


driftfile /var/lib/ntp/drift


restrict default kod nomodify notrap nopeer noquery

restrict -6 default kod nomodify notrap nopeer noquery


restrict 127.0.0.1 

restrict -6 ::1



server 192.168.1.200 prefer    #指向主NTP的IP地址

server 0.centos.pool.ntp.org iburst

server 1.centos.pool.ntp.org iburst

server 2.centos.pool.ntp.org iburst

server 3.centos.pool.ntp.org iburst




includefile /etc/ntp/crypto/pw


keys /etc/ntp/keys



======================================


常用NTP服务器IP:


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 北京大学

以上是关于局域网NTP时间同步服务器设置的主要内容,如果未能解决你的问题,请参考以下文章

ntp时间服务同步

Minio 所需要的时间同步问题

Linux下的NTP服务搭建

教你如何在Windows局域网与服务器同步时间

linux主机如何同步互联网上的时间服务器

linux设置ntp时间同步