标签:1.0 bsp -- kconfig start yum config etc iptables
CentOS6.9
#yum install ntp -y
#vim /etc/ntp.conf
server 127.127.1.0 #本地时钟,如果其它服务器都不能用时,使用它。
fudge 127.127.1.0 stratum 8
#ntpq -p
reach 为1时同步完成。
#service ntpd start
#chkconfig ntpd on
不要忘了打开udp:123端口
#iptables -I INPUT -m state --state NEW -m udp -p udp --dport 123 -j ACCEPT
标签:1.0 bsp -- kconfig start yum config etc iptables
原文地址:http://www.cnblogs.com/g120992880/p/7239207.html