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

Redhat7 搭建ntp(时间同步)

时间:2015-12-17 22:39:08      阅读:331      评论:0      收藏:0      [点我收藏+]

标签:ntp

Redhat7 搭建ntp(时间同步)


安装:

# yum install ntp


启动:

# systemctl start ntpd

# systemctl enable ntpd


查看同步:

# ntpq -p


开放防火墙:

# firewall-cmd --permanent --add-service=ntp 


此时ntp Server已搭建完成



客户端从ntp Server同步


安装:

# yum install ntp


修改配置:

# vi /etc/ntp.conf


server  10.0.0.2  (默认的server列全删掉)

:wq


启动:

# systemctl start ntpd

# systemctl enable ntpd


手动同步:

# /usr/bin/rdate -s 10.0.0.2


查看:

# ntpq -p





本文出自 “linux” 博客,谢绝转载!

Redhat7 搭建ntp(时间同步)

标签:ntp

原文地址:http://yangzhiming.blog.51cto.com/4849999/1725804

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