ntpd 拒绝与上游服务器同步
ntpd refuses to sync with upstream servers
我在 CentOS 6.9 服务器上 运行ning ntpd 并且我的 ntpd 配置之前一直没有问题。通常,它需要一点时间,但它会在一段时间后与更高层级的服务器同步。
然而,在我昨晚执行内核更新后,服务器拒绝连接到任何一个。它仍然显示除本地对等体之外的所有内容作为第 16 层。
remote refid st t when poll reach delay offset jitter
==============================================================================
69.164.198.192 .INIT. 16 u - 1024 0 0.000 0.000 0.000
198.55.111.50 .INIT. 16 u - 1024 0 0.000 0.000 0.000
216.218.254.202 .INIT. 16 u - 1024 0 0.000 0.000 0.000
162.210.111.4 .INIT. 16 u - 1024 0 0.000 0.000 0.000
我在配置中使用了以下服务器。
server 0.north-america.pool.ntp.org
server 1.north-america.pool.ntp.org
server 2.north-america.pool.ntp.org
server 3.north-america.pool.ntp.org
ntpd 配置了这些参数。
restrict default noquery notrust nomodify notrap
我试过停止 ntpd,执行 ntpdate -s/-u 然后再次启动 ntpd。它似乎在我 运行 ntpdate 时调整时钟,但拒绝通过服务同步。一切都无限期地保留在第 16 层。
问题是由对等服务器配置引起的。删除允许它与上游服务器同步。
我在 CentOS 6.9 服务器上 运行ning ntpd 并且我的 ntpd 配置之前一直没有问题。通常,它需要一点时间,但它会在一段时间后与更高层级的服务器同步。
然而,在我昨晚执行内核更新后,服务器拒绝连接到任何一个。它仍然显示除本地对等体之外的所有内容作为第 16 层。
remote refid st t when poll reach delay offset jitter
==============================================================================
69.164.198.192 .INIT. 16 u - 1024 0 0.000 0.000 0.000
198.55.111.50 .INIT. 16 u - 1024 0 0.000 0.000 0.000
216.218.254.202 .INIT. 16 u - 1024 0 0.000 0.000 0.000
162.210.111.4 .INIT. 16 u - 1024 0 0.000 0.000 0.000
我在配置中使用了以下服务器。
server 0.north-america.pool.ntp.org
server 1.north-america.pool.ntp.org
server 2.north-america.pool.ntp.org
server 3.north-america.pool.ntp.org
ntpd 配置了这些参数。
restrict default noquery notrust nomodify notrap
我试过停止 ntpd,执行 ntpdate -s/-u 然后再次启动 ntpd。它似乎在我 运行 ntpdate 时调整时钟,但拒绝通过服务同步。一切都无限期地保留在第 16 层。
问题是由对等服务器配置引起的。删除允许它与上游服务器同步。