I am trying to synchronize Mikrotik RB750 with a NTP server running on Windows XP. But Mikrotik’s NTP client stuck in reached state and does not want to move forward to timeset or synchronized states (as stated in NTP Server and Client chapter of documentation). Local clock does not change its value. NTP package v4.11 is installed and enabled. NTP server configuration is:
[admin@MikroTik] > /system ntp client print
enabled: yes
mode: unicast
primary-ntp: 192.168.0.1
secondary-ntp: 0.0.0.0
status: reached
In firewall rules I created rule to log packets and I see that responses from NTP server are reaching RB750’s NTP client (192.168.0.1 is WinXP workstation 192.168.0.30 is a RB750):
13:17:29 system,info NTP params changed by admin
13:17:35 firewall,info input: in:br1 out:(none), src-mac xx:xx:xx:xx:xx:xx, proto UDP, 192.168.0.1:123->192.168.0.30:123, len 56
13:17:51 firewall,info input: in:br1 out:(none), src-mac xx:xx:xx:xx:xx:xx, proto UDP, 192.168.0.1:123->192.168.0.30:123, len 56
13:17:53 firewall,info input: in:br1 out:(none), src-mac xx:xx:xx:xx:xx:xx, proto UDP, 192.168.0.1:123->192.168.0.30:123, len 56
13:17:54 firewall,info input: in:br1 out:(none), src-mac xx:xx:xx:xx:xx:xx, proto UDP, 192.168.0.1:123->192.168.0.30:123, len 56
13:17:55 firewall,info input: in:br1 out:(none), src-mac xx:xx:xx:xx:xx:xx, proto UDP, 192.168.0.1:123->192.168.0.30:123, len 56
13:17:57 firewall,info input: in:br1 out:(none), src-mac xx:xx:xx:xx:xx:xx, proto UDP, 192.168.0.1:123->192.168.0.30:123, len 56
13:17:59 firewall,info input: in:br1 out:(none), src-mac xx:xx:xx:xx:xx:xx, proto UDP, 192.168.0.1:123->192.168.0.30:123, len 56
13:18:01 firewall,info input: in:br1 out:(none), src-mac xx:xx:xx:xx:xx:xx, proto UDP, 192.168.0.1:123->192.168.0.30:123, len 56
In NTP Client window I observed transition from started state to reached state, but no any further progress in 5 minutes and more. Have tried to improve logging by adding debug and ntp topics in Logging window, but no more log information yielded.
Any ideas what’s I’ve overlooked?