背景:公司有三台服务器检测到同步外网的时间,现需要将其修改为同步公司内网自己搭建的ntp服务器
1、登录服务器检查
同步外网无疑
2、修改配置文件,同步内网ntp服务器时间
配置文件源内容如下:
修改后如下:
[root@localhost ~]# vim /etc/chrony.conf
server 10.0.20.21 iburst
3、保存退出,重启chronyd并检查是否改为内网同步
[root@localhost ~]# systemctl restart chronyd
[root@localhost ~]# chronyc sources
210 Number of sources = 1
MS Name/IP address Stratum Poll Reach LastRx Last sample
===============================================================================
^* xx-dc-backup.xxxx.com 3 6 37 16 +3079ns[ -30us] +/- 66ms
完成~!