为了账号安全,请及时绑定邮箱和手机立即绑定

NTP时间同步

标签:
Linux

服务:NTP服务器为客户机提供标准时间
服务端:test时间同步服务器
客户端:虚拟机top0

1.安装chrony客户端软件,与时间服务端沟通的软件
[root@test ~]# yum -y install chrony
[root@test ~]# rpm -q chrony
chrony-1.29.1-1.el7.x86_64

2.修改配置文件/etc/chrony.conf,指定服务端位置
[root@server0 ~]# vim /etc/chrony.conf

server ntp1.aliyun.com iburst
bindacqaddress 0.0.0.0
allow 0/0
:wq
3. 启动客户端chronyd服务
daemon: 守护进程,守护程序
[root@test ~]# systemctl restart chronyd #重起服务
[root@test ~]# systemctl enable chronyd #设置随机自启动

4.验证:
[root@top0 ~]# date -s "2000-10-1 10:12:30"
2000年 10月 01日 星期日 10:12:30 CST
[root@top0 ~]# date
[root@top0 ~]# systemctl restart chronyd
[root@top0 ~]# date
[root@top0 ~]# ntpdate 服务端ip地址

点击查看更多内容
1人点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消