我有三台服务器cmone 192.168.59.200
cmtwo 192.168.59.201
cmthree 192.168.59.202
**使用yum 安装 **yum -y install ntp
设置开机自启并且查看开机自启chkconfig ntpd on
chkconfig --list ntps
启动ntp服务systemctl start ntpd
或者centos7以上提供了systemctl管理工具可以使用systemctl enable ntpd
注意事项:
需要关闭防火墙不然的话防火墙会把ntp服务给屏蔽掉,或者加入iptables
然后配置时间同步服务器成功