Linux操作系统下NTP服务的配置注意事项
浏览:46日期: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. Intel 11代酷睿i9/i7规格型号曝光:性能最多提升14%2. 锐龙95950X跑分泄露 堪称地表最强民用CPU处理器诞生3. 三星980固态硬盘开卖:最高3500MB/s 1TB售价999 元4. rtx 3060显卡什么级别 rtx 3060冰龙与你直面地狱咆哮5. appdata文件夹在哪里详细介绍6. 华硕无畏Pro15 2022锐龙版/无畏Pro14锐龙版轻薄本预售7. 微软Surface Pro 8工程机被曝出售:搭载i7-1165G7芯8. 无法发送超过2G的文件怎么办?9. 华硕Zenbook Pro 16X OLED参数亮点介绍 可选RTX306010. 惠普星13 Air轻薄本重量仅960g 电池续航时间10.5小时

