System Date and Time Problem

Dear All,
My mikrotik router OS 5.6 is always showing date and time somewhere in 1970s
And after all setting it to automatic for ASIA/Kolkata or setting it to Manual it is not getting corrected.
Once I set date and time then after reboot it again goes in 1970 Jan 01 and all the timings are getting disturbed.
So please help me shortout this problem.
Thanks in advance.

RB doesn’t have battery to keep date and time so only way to have it right is to use NTP client to synchronize your RB against NTP server (Or you could always set it up manually :smiley: )

Thanks for the answer but can you please tell me how to setup NTP client and server for RB 450G with OS 5.6?

To enable the NTP client from console:

/system ntp client set enabled=yes mode=unicast primary-ntp=pool.ntp.org


Iaco

I have tried the console code but its not working.
I am getting error.
“invalid value for arguement IPV6-address”
So please tell me how to define server and client step by step..
Thanks in advance.

Here is a slightly over elaborate example.
http://wiki.mikrotik.com/wiki/Manual:Scripting-examples#Allow_use_of_ntp.org_pool_service_for_NTP

My simplified version is in this post:
http://forum.mikrotik.com/t/date/48636/3

Is this still true in version 6.13? We have to write a script to get the time?

I see there’s a SNTP Client window but it only seems to want an IP. It won’t accept a domain. Is that normal for RouterOS? The IP for pool.ntp.org changes. Seems like it should resolve the domain name rather than require an IP.