Linux操作系统下NTP服务的配置注意事项
浏览:52日期:2022-07-31
;在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系统
相关文章:1. 荣耀MagicBook 14价格4999元起 显卡最高可选RTX 20502. 利用zabbix监控ogg进程(Linux平台)3. 曝macbook pro2021计划10月发布 升级自研M1X芯片4. 更新显卡驱动有什么用?5. 华擎发布RX6800系列非公显卡 预计在公版上市后发布6. 英特尔锐炫A770/A750独显价格与i7-12700K处理器类似7. Intel 11/12代酷睿不再支持4K蓝光:SGX漏洞成筛子了8. 9代酷睿全部型号名单 这30款处理器进入停产退市进程9. 三星推出512GB CXL内存扩展器2.0 可为CPU增加16TB内存10. 英伟达RTX 3080 Ti、RTX 3070 Ti 等显卡规格信息曝光

