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

Posted

tags:

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

系统版本centos7.2_x64
1.安装ntp时间服务程序
yum -y install ntp

2.配置ntp服务
设置时间源,这里可以使用centos提供的默认时间源,其他都为默认
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

3.更改本地的时区
参考我另外一个修改时区的文档
http://blog.51cto.com/407866527/2115211

4.启动服务和设置开机启动
systemctl start ntpd.service
systemctl enable ntpd.service

5.关闭防火墙和selinux
systemctl stop firewalld.service
systemctl disable firewalld.service
vi /etc/sysconfig/selinux
SELINUX=disabled

6.客户端同步时间
ntpdate 192.168.5.163
17 May 14:33:16 ntpdate[35815]: step time server 192.168.5.163 offset 0.667539 sec

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

Hadoop.2.x_时间服务器搭建(CentOs6.6)

搭建NTP服务器

centos7 搭建ntp服务器

CentOS 7.2 搭建内网ntp时间服务器

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

【NTP】CentOS7.2配置NTP服务