centon ntp时间同步配置

399次阅读
没有评论

共计 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

centon ntp 时间同步配置

正文完
 0
yx
版权声明:本站原创文章,由 yx 于2022-12-21发表,共计366字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
评论(没有评论)
验证码