登录 注册

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

资讯 驱动中国 315 次阅读 0 条评论
分享 Q
 

在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服务才能有效工作。

版权声明:本文由驱动中国整理发布,转载需注明出处与原文链接。如有疑问请联系 editor@qudong.com
本文价值 成为第一个评分的人
登录后为本文打分
网友评论0 条评论
正在回复 的评论取消
评论加载中…
🔐

登录后参与互动

评论、点赞均可赚积分
连续签到、邀请好友也有奖励 🎁

电脑端: 微信扫码登录 微信内: 一键登录

微信扫一扫

打开微信「扫一扫」,分享本文到朋友圈或好友