我有一个旧的SSG-140,我想用它作为NTP服务器,用于许多设备 – 这个设备能够作为一个稳定的NTP时间源吗?
我的Linux客户端似乎无法保持同步到设备 – 他们不断重置他们的时钟:
Dec 6 10:13:45 host1 ntpd[28686]: synchronized to 10.100.100.1, stratum 1 Dec 6 10:14:46 host1 ntpd[28686]: time reset -2.000141 s
我知道瞻博networking能够看到NTP服务器,因为它正确设置了它的时钟,当我查询它时,它声称是NTP服务器:
netops@appprd2m1:~$ ntpdate -q 10.100.100.1 server 10.100.100.1, stratum 1, offset -0.683934, delay 1.02910 6 Dec 10:33:25 ntpdate[6152]: step time server 10.100.100.1 offset -0.683934 sec
与其同步的最低层时钟是第2层,所以我不知道为什么Juniper声称自己是第1层 – 它应该将自己报告为第3层来源。
以下是Juniperconfiguration:
NTP is Enabled Primary server: 208.201.242.2 (src i/f: ethernet0/7) Backup1 server: 72.254.0.254 (src i/f: ethernet0/7) Backup2 server: 204.13.164.164 (src i/f: ethernet0/7) Authentication Mode: None Max Allowed Adjustment: 300 second(s) Request Interval: 5 minute(s). Sync NTP time to peer: Disabled Update Status: Idle Last Update at: 12/06/2012 10:40:14
我怀疑瞻博networking没有与其NTP对等体同步,但是当它查询远程NTP服务器时,每隔5分钟就会自行更新时钟,这就是为什么Linux客户端无法保持同步。
我的Linux客户端不能直接访问互联网,所以我不能告诉他们使用公共NTP服务器(但是如果必须的话,我可以设置一个DMZ linux服务器作为NTP服务器,我试图避免通过使用瞻博networking)。 这款瞻博networking设备已经有4到5年的历史了,所以我不会感到惊讶,因为它有一些硬件问题,会导致不正常的时钟偏差。
我不认为我的所有Linux服务器本身都有本地时钟偏移问题,因为我有六个相同的服务器(全部同时购买)在不同的协议中,能够成功地与公共NTP服务器同步。
其他人是否成功使用瞻博networkingSSG设备作为NTP服务器?