使用ntp 实现时间同步

Posted gylhaut

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用ntp 实现时间同步相关的知识,希望对你有一定的参考价值。

1.首先安装NTP

[[email protected] /]# yum install ntp -y

2.查看是否安装成功
rpm -qa|grep ntp

[[email protected] 桌面]# vi /etc/ntp.conf
修改内容如下
a) 修改 1
#restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap 为
restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
b) 修改 2
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 为
#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
c) 添加 3
server 127.127.1.0
fudge 127.127.1.0 stratum 10

 

SYNC_HWCLOCK=yes

[[email protected] 桌面]# service ntpd status
ntpd 已停
[[email protected] 桌面]# service ntpd start
正在启动 ntpd: [确定]
执行:
[[email protected] 桌面]# chkconfig ntpd on

 crontab -e 
0-59/10 * * * * /usr/sbin/ntpdate master























以上是关于使用ntp 实现时间同步的主要内容,如果未能解决你的问题,请参考以下文章

NTP时间同步服务器(频率同步)包含帧同步载波同步位同步

NTP实现时间服务同步

ntp-实现时间同步

Android11 使用NTP同步时间

Android11 使用NTP同步时间

CentOS8安装ntp实现时间同步