NTP 和电话(需要有用的 NTP 测试)

NTP 和电话(需要有用的 NTP 测试)

我有一部 SIP 电话,它从 ntp 服务器或 asterisk 服务器获取时间。

但这些数据包似乎从未得到回复

我使用 wireshark 来查看带有 ntp 协议的任何内容,结果如下:

No.     Time        Source                Destination           Protocol Info
986 31.590946   172.17.153.201        173.65.167.66         NTP      NTP client

Frame 986 (90 bytes on wire, 90 bytes captured)
Ethernet II, Src: IntelCor_10:0e:8c (00:24:d7:10:0e:8c), Dst: Dell_f7:28:04 (00:18:8b:f7:28:04)
Internet Protocol, Src: 172.17.153.201 (172.17.153.201), Dst: 173.65.167.66 (173.65.167.66) 
User Datagram Protocol, Src Port: 61200 (61200), Dst Port: ntp (123)
Network Time Protocol

No.     Time        Source                Destination           Protocol Info
   1022 32.586918   172.17.153.201        173.65.167.66         NTP      NTP client

Frame 1022 (90 bytes on wire, 90 bytes captured)
Ethernet II, Src: IntelCor_10:0e:8c (00:24:d7:10:0e:8c), Dst: Dell_f7:28:04 (00:18:8b:f7:28:04)
Internet Protocol, Src: 172.17.153.201 (172.17.153.201), Dst: 173.65.167.66 (173.65.167.66)
User Datagram Protocol, Src Port: 61200 (61200), Dst Port: ntp (123)
Network Time Protocol

No.     Time        Source                Destination           Protocol Info
   1034 33.586195   172.17.153.201        173.65.167.66         NTP      NTP client

Frame 1034 (90 bytes on wire, 90 bytes captured)
Ethernet II, Src: IntelCor_10:0e:8c (00:24:d7:10:0e:8c), Dst: Dell_f7:28:04 (00:18:8b:f7:28:04)
Internet Protocol, Src: 172.17.153.201 (172.17.153.201), Dst: 173.65.167.66 (173.65.167.66)
User Datagram Protocol, Src Port: 61200 (61200), Dst Port: ntp (123)
Network Time Protocol

我想知道如何测试服务器(我目前正在运行 Windows 7,因此网络时间/设置不起作用)以便我可以将手机问题隔离为手机本身的问题。

答案1

最简单的方法:在控制面板中的 Windows 时间设置中,您可以配置 NTP 服务器作为时间源。如果此方法有效,则手机也应该可以使用。

相关内容