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

ntp服务器标准配置文件

时间:2017-02-25 13:38:40      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:new   pool   modify   误差   客户端   配置   size   标准   efi   

cat /etc/ntp.conf

 
driftfile /var/lib/ntp/drift
restrict 127.0.0.1
restrict ::1
restrict 192.168.0.0 mask 255.255.0.0 nomodify
restrict 10.0.0.0 mask 255.0.0.0 nomodify
restrict 172.16.0.0 mask 255.255.0.0 nomodify
server 0.rhel.pool.ntp.org iburst
server 1.rhel.pool.ntp.org iburst
server 2.rhel.pool.ntp.org iburst
server 3.rhel.pool.ntp.org iburst
includefile /etc/ntp/crypto/pw
keys /etc/ntp/keys
disable monitor
 
 
注意:
1、服务器之间的时间误差不能超过1000秒,否则NTP服务自动关闭。超过1000秒请使用客户端工具ntpdate同步再重启ntpd服务。

ntp服务器标准配置文件

标签:new   pool   modify   误差   客户端   配置   size   标准   efi   

原文地址:http://www.cnblogs.com/ccccwork/p/6441598.html

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