| 网管联盟 | 网管论坛 | 网管u家 | 网管博客 | 网管软件 | 网管求职 | 小游戏 | 网管搜索 | 网管原创 | 网管聚合 | 网管读摘 | 网管焦点 | 世界素材 | 会员投稿 | 会员中心 |
![]() |
| Windows Linux Cisco 网络技术 数据库 黑客攻防 DotNet Java PHP 认证 新闻资讯 服务器 存储资讯 网络设备 网管学堂 技术专题 焦点 网吧频道 |
在Linux下NTP的标准配置中,许多关于同步的方式不同,注意以下事项:
网管有家bitscn.net
如果不想让其它任何服务器访问本机的NTP服务:此配置也将造成本地的NTP无法访问外部的NTP服务:
中国网管联盟bitsCN.com
If you want to deny all machines from accessing your NTP server, add the following line to /etc/ntp.conf: 网管论坛bbs_bitsCN_com
restrict default ignore
如果允许本地的服务器访问本机的NTP服务,配置如下:
网管联盟bitsCN@com
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
网管u家www.bitscn.net
restrict 192.168.1.0 mask 255.255.255.0 nomodify(限制修改) notrap(限制trap) noquery(限制查询) 注:应当解除noquery
其中default为0.0.0.0/0 网管网www_bitscn_com
restrict default nomodify notrap
有些情况下,除非取消notrust/nomodify/notrap配置,client段的ntp服务才能有效工作。 网管u家u.bitsCN.com
|
0
|
评论加载中…