我有一个运行 chronyd 的 NTP 服务器,配置了以下池:
pool 0.dk.pool.ntp.org iburst
pool 1.dk.pool.ntp.org iburst
pool 2.dk.pool.ntp.org iburst
pool 3.dk.pool.ntp.org iburst
每隔一段时间,我就会在 /var/log/chrony/tracking.log 中看到 IP 地址 0.0.0.0。
正如您在跟踪.log 的以下输出中看到的,轮询间隔非常稳定(每 1024 秒/17 分钟),导致 IP 地址更改为 0.0.0.0。这与我没有更改的默认 MaxPoll 相关。
这是否只是对等点变得无响应并且我的 NTP 服务器重新选择的情况?
如果是这样,我会假设我的 NTP 服务器将在 17 分钟后首先发现当前对等点没有响应,而不是仅在 5 分钟(19:21 - 19:26)或 10 分钟(02:35 - 02:45)之后。