第一步:安装服务
sudo yum install ntp ntpdate
sudo ntpdate ntp.ntsc.ac.cn
第二步:修改配置文件"/ect/ntp.conf"
sudo vim /ect/ntp.conf
restrict 192.168.3.0 mask 255.255.254.0 modify notrap
date.timezone=Asia/Shanghai
第三步:启动服务
sudo systemctl start ntpd
第四步:开启防火墙
sudo firewall-cmd --add-port=123/udp --permanent
sudo firewall-cmd --reload
网友评论