NPT服务搭建与配制
NPT服务搭建与配制
一个懒人安装NTP服务
1 | yum -y install ntp |
编辑vim /etc/ntp.cnf
1 | restrict 127.0.0.1 |
放行防火墙端口
1 | sudo firewall-cmd --permanent --add-port=123/udp |
NTP服务命令
1 | systemctl status ntpd #查看NTP状态 |
评论
匿名评论隐私政策
1 | yum -y install ntp |
1 | restrict 127.0.0.1 |
1 | sudo firewall-cmd --permanent --add-port=123/udp |
1 | systemctl status ntpd #查看NTP状态 |