运行NTP v4.1.2。我配置了两个随机地址作为NTP服务器。这是'ntpdc -c peers‘的输出:
remote local st poll reach delay offset disp
=======================================================================
=10.1.1.1 10.16.44.10 3 64 7 0.23164 -0.001340 1.93799
=1.1.1.1 0.0.0.5 16 64 0 0.00000 0.000000 0.00000
=1.2.2.2 0.0.0.5 16 64 0 0.00000 0.000000 0.00000
=10.16.58.29 10.16.44.10 3 64 7 0.00151 0.008174 1.93797然后我重新启动了系统,得到了以下结果:
remote local st poll reach delay offset disp
=======================================================================
=10.1.1.1 0.0.0.0 3 64 1 0.23166 0.210462 7.93750
=1.1.1.1 0.0.0.5 16 64 0 0.00000 0.000000 0.00000
=1.2.2.2 0.0.0.5 16 64 0 0.00000 0.000000 0.00000
=10.16.58.29 0.0.0.0 3 64 1 0.00169 0.218482 7.93750有没有人能帮我了解一下NTP的行为?“local”列代表什么?为什么在重新加载后输出会发生变化?即为什么重新加载后地址变成了0.0.0.0,而不是我的IP?
发布于 2014-06-09 06:25:43
local列列出远程时间服务器的当前系统对等项。除非您已为主机和远程服务器配置了对称对等设置,否则您的地址不应显示在本地列下。除IP地址外,该列还可以显示类似GPS或PPS的内容,以指示本地连接的参考时钟
https://stackoverflow.com/questions/24078327
复制相似问题