centos7中搭建ntp服务器

Posted liutao97

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7中搭建ntp服务器相关的知识,希望对你有一定的参考价值。

1.服务端安装ntpd服务

yum install  ntp

 2.修改配置文件,配置文件在/etc/ntpd.conf

注释或者删除以下四行
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 127.127.1.0

 3.启动ntp

systemctl   restart  ntpd

 4.查看ntp状态

ntpq -p
[[email protected] yum.repos.d]# ntpq -p
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
*LOCAL(1)        .LOCL.           5 l   13   64  377    0.000    0.000   0.000

 

 

 

 

服务端

1。安装ntp

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  127.127.1.0 iburst

 3.启动ntp

4.查看是否同步

ntpq -p
[[email protected] yum.repos.d]# ntpq -p
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
*master          LOCAL(1)         6 u    1   64    1    0.848   -0.130   0.126

 

 

备注:

centos7中设置时间

[[email protected] yum.repos.d]# date -s "2017-5-2  10:36:00"

 把时间同步到硬件时钟

[[email protected] yum.repos.d]# hwclock -w

 











以上是关于centos7中搭建ntp服务器的主要内容,如果未能解决你的问题,请参考以下文章

centos7 搭建ntp服务器

centos7.2_x64搭建ntp时间服务器

centos7 搭建ntp时钟服务器

CentOS7搭建NTP服务器及客户端同步时间

centos7怎么修改搭建ntp的本机时间

CentOS7搭建NTP服务器及客户端同步时间