【发布时间】:2012-08-04 19:17:18
【问题描述】:
我在一个集群中有几个离线节点。我希望他们的时间同步,所以我将其中一个节点配置为 NTP 服务器。
这是我的 NTP 服务器的配置文件:
# node's ip:192.168.17.11driftfile /etc/ntp.driftserver 192.168.17.11fudge 192.168.17.11 stratum 1restrict 192.168.17.0 mask 255.255.255.0 nomodify notraprestrict -4 default kod notrap nomodify nopeer noquery
问题是其他机器无法与本机同步时间。 此配置文件是否适合用作 NTP 服务器?
谢谢, 阿里
【问题讨论】:
-
嘿,我知道这是很久以前的事了,但你找到解决方案了吗?我有同样的问题,找不到任何解决方案。
-
嘿,不,不幸的是我没有找到合适的解决方案。
标签: time synchronization offline ntp