码迷,mamicode.com
首页 > 其他好文 > 详细

centos 7 安装NTP服务

时间:2018-11-04 19:21:56      阅读:418      评论:0      收藏:0      [点我收藏+]

标签:ntpdate   3.3   client   同步时间   同步   3.4   2.3   star   emctl   

1. 两台服务器

139(server端)

140(client端)

 

2.server端

2.1 yum安装

yum install ntp ntpdate

 

2.2 编辑配置文件

vim /etc/ntp.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 192.168.116.139
fudge 127.127.1.0 stratum 11

2.3. 启动服务

systemctl start ntpd

systemctl enable ntpd.service #设置开机启动服务 

 

3. 客户端

3.1  yum安装

yum install ntp ntpdate

3.2 同步时间

ntpdate -d -b 192.168.116.139

3.3 编辑配置文件

和server端相同

3.4 启动服务

systemctl start ntpd

systemctl enable ntpd.service #设置开机启动服务 

 

centos 7 安装NTP服务

标签:ntpdate   3.3   client   同步时间   同步   3.4   2.3   star   emctl   

原文地址:https://www.cnblogs.com/duaner92/p/9904753.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!