我有一个sip电话,它可以从ntp服务器或星号服务器获得它的时间。
然而,这些数据包似乎从未得到回复。
我把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,所以网络时间/set不能工作),这样我就可以将手机问题隔离为手机本身。
发布于 2010-07-19 22:18:14
最简单的方法:在控制面板中的Windows时间设置中,您可以将NTP服务器配置为时间源。如果这有效的话,它也应该适用于手机。
https://serverfault.com/questions/161996
复制相似问题