Hi, I’ve just noticed something I want to share.. I use 5 Dahua IP cameras for my CCTV, my IP cams and windows PC’s get its time from the same server, and so does the mikrotik routers… I’ve noticed on mikrotik there is a 4~5sec difference on the clock… Mikrotik is a couple of seconds ahead of all my other devices, they all the same in seconds but only mikrotik differ… why would this be?
I’ve got a couple of routers running, I use ROS v6.44.6 and v6.47.9… both ROS versions does the exact same thing with the 4sec ahead vibe going on!!!
Are you getting NTP time on your Mikrotik routers through DHCP or really from NTP server (like pool.ntp.org) ?
I also noticed the former method sometimes gives a difference.
The second method is always spot on. It’s one of the things I standard configure when getting a new device.
If the second method, are you sure all devices (camera’s and routers) sync to the same server ? How do you know ?
Are you getting NTP time on your Mikrotik routers through DHCP or really from NTP server (like pool.ntp.org) ?
I’m using this route: “really from NTP server (like pool.ntp.org)”
If the second method, are you sure all devices (camera’s and routers) sync to the same server ? How do you know ?
Yes, I’m sure…I’ve set them all manually myself
Weird …
I just checked: Synology NAS to NTP server, PC to NTP server, Mikrotik Hex to NTP server.
All the exact same time, not a bit of difference (not that I can see right away).
Can you do /system ntp client print and provide the result ?
Ive been using the servers found under http://www.time.org.za/ for ages now.. for NTP clients…
only the neology have the wrong time!!!.. omw they messedup!! and Ive been using them for ages now
It is often not really a good idea to search for NTP servers on some listings, then statically configure them in a router and not really monitor it.
The NTP server may quit at any time, it may serve incorrect time, it may not like you using it and block your IP, etc.
Only include NTP servers that you know to work OK (e.g. you run them yourself or your ISP advertises them as available for their users), or else use pool.ntp.org to automatically select an NTP server that is being monitored and known to be OK.
Unfortunately you can still have problems because the pool.ntp.org name is probably resolved only at boot and not again when the server does not respond, so you would need to reboot the router in that case.
(I did not research that in the case of MikroTik routers because I run my own NTP servers and use those, but this is a problem in many devices that use pool.ntp.org)