搭建NTP时间服务器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了搭建NTP时间服务器相关的知识,希望对你有一定的参考价值。
Centos 7
#安装软件
[[email protected] ~]# yum -y install chrony
#修改配置文件
[[email protected] ~]# vi /etc/chrony.conf 22:allow 192.168/16
#设置时区
[[email protected] ~]#timedatectl set-timezone Asia/Shanghai
#开启服务
[email protected] ~]#systemctl start chronyd.service [email protected] ~]#systemctl enable chronyd.service
本文出自 “学习笔记” 博客,请务必保留此出处http://quliren.blog.51cto.com/9849266/1941464
以上是关于搭建NTP时间服务器的主要内容,如果未能解决你的问题,请参考以下文章