共计 366 个字符,预计需要花费 1 分钟才能阅读完成。
我们使用阿里云的 ntp 时间服务器即可不需要自己搭建。
配置如下
yum install -y ntp #安装客户端
vim /etc/ntp.conf
阿里云 ntp 地址打开确认
https://www.alibabacloud.com/help/zh/elastic-compute-service/latest/alibaba-cloud-ntp-server
其他的 ntp 配置时间服务器注释掉,
# server 0.centos.pool.ntp.org iburst
# xxxxxxxxxxxxxxxxxxx
添加内容如下
server ntp1.aliyun.com
启动客户端
centos 7
systemctl enable ntpd.service
systemctl start ntpd
centos6
service ntpd start
查看运行结果
watch ntpq -p
正文完