Linux中国 Linux中国门户站!
设为主页 设为主页
收藏本站 收藏本站
 
当前位置 :首页 ->Linux技术 ->网络应用 ->正文

Linux操作系统下NTP服务的配置注意事项

来源: 作者:Webmaster 时间:2008-04-24 点击: [收藏] [投稿]

在Linux下NTP的标准配置中,许多关于同步的方式不同,注意以下事项:

如果不想让其它任何服务器访问本机的NTP服务:此配置也将造成本地的NTP无法访问外部的NTP服务:

If you want to deny all machines from accessing your NTP server, add the following line to /etc/ntp.conf:

restrict default ignore

如果允许本地的服务器访问本机的NTP服务,配置如下:

If you only want to allow machines within your own network to synchronize their clocks with your server, but ensure they are not allowed to configure the server or used as peers to synchronize against, add

restrict 192.168.1.0 mask 255.255.255.0 nomodify(限制修改) notrap(限制trap) noquery(限制查询) 注:应当解除noquery

其中default为0.0.0.0/0

restrict default nomodify notrap

有些情况下,除非取消notrust/nomodify/notrap配置,client段的ntp服务才能有效工作。

(责任编辑:云子)



 如果您对本文有任何疑问或者建议,请到讨论区发表您的意见: >> 论坛入口 <<



上一篇:在Linux操作系统下如何删除不安全telnet   下一篇:RHLE5操作系统下IPtables做NAT简单做法

文章评论】 【收藏本文】 【推荐好友】 【打印本文】 【我要投稿】 【论坛讨论
更多相关文章
Power by linux-cn.com 粤ICP备05006655号