我正在尝试将我的电脑时间与内部服务器同步,但不确定它是否有效。
我已将内部服务器添加到 NTP.conf,如下所示:
colin@colin:~$ sudo geany /etc/ntp.conf
server 193.61.148.167 prefer
server 0.debian.pool.ntp.org iburst
server 1.debian.pool.ntp.org iburst
server 2.debian.pool.ntp.org iburst
server 3.debian.pool.ntp.org iburst
这是 ntpdc -c peers 的结果
remote local st poll reach delay offset disp
=======================================================================
=mca167.scm.ulst 193.61.148.73 1 64 1 0.00122 -298.2700 2.81874
=ns1.nexellent.n 193.61.148.73 16 64 0 0.00000 0.000000 3.99217
=1.ntp.tld.sk 193.61.148.73 16 64 0 0.00000 0.000000 3.99217
=time.ostseehaie 193.61.148.73 16 64 0 0.00000 0.000000 3.99217
=ns393034.ovh.ne 193.61.148.73 16 64 0 0.00000 0.000000 3.99217
ntpdc -c sysinfo 的结果
system peer: 0.0.0.0
system peer mode: unspec
leap indicator: 11
stratum: 16
precision: -20
root distance: 0.00000 s
root dispersion: 0.00021 s
reference ID: [73.78.73.84]
reference time: 00000000.00000000 Mon, Jan 1 1900 0:00:00.000
system flags: auth monitor ntp kernel stats
jitter: 0.000000 s
stability: 0.000 ppm
broadcastdelay: 0.000000 s
authdelay: 0.000000 s
对我来说它似乎没有工作,因为 193.61.148.73 是我的 PC IP,而服务器的 IP 是 193.61.148.167
编辑:抱歉,我在手机上无法弄清楚代码标签的格式。
答案1
当你获取这些统计数据时,你的 ntp 运行了多长时间?
您似乎在 Ja.net 上托管,因此您会发现很多东西被您的机构阻止/限制。
您拥有的reach
时间64
为poll
的16
秒,因此看起来您可以访问服务器 - 您只需等待一段时间 - 您需要更高的覆盖率值才能稳定下来。
为了更好地诊断您的问题,请从您的ntp.conf
文件中删除所有无效的服务器,只留下您想要同步的服务器。
重新启动 ntp,看看时间是否reach
增加,如果确实增加,请等待一段时间,然后向我们提供输出,ntpq -pcrv
如果它仍然似乎不起作用。鉴于 ntp 至少需要 3 个服务器来工作,您可能需要查看如何进行时间设置。Ja.net 运行自己的时间层次结构,因此您可能需要查看它并在网络上获取您的时间。