查看是否安装ntp包
rpm -qa|grep ntp
启动ntpd服务查看端口
systemctl enable ntpd
systemctl start ntpd
netstat -nalp|grep 123
配置文件
/etc/ntp.conf
查看ntp是否起作用
在local 前面有*表示本地起作用
客户端连接ntpd
linux连接
ntpdate ntp_server
windows
定时任务自动同步
systemctl enable crond
systemctl start crond
crontab -e
* */2 * * * /usr/sbin/ntpdate 192.168.199.100
保存退出,每2小时自动同步