码迷,mamicode.com
首页 > 其他好文 > 详细

NTP Server

时间:2017-07-26 14:47:33      阅读:105      评论:0      收藏:0      [点我收藏+]

标签: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

NTP Server

标签:1.0   bsp   --   kconfig   start   yum   config   etc   iptables   

原文地址:http://www.cnblogs.com/g120992880/p/7239207.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!