Community discussions

MikroTik App
 
larguiman
just joined
Topic Author
Posts: 1
Joined: Tue May 16, 2017 10:33 pm

script synchronize clock withput NTP or SNTP

Tue May 16, 2017 10:50 pm

Hi, I have problem with the clock auto synchronize using NTP or SNTP, it's not cause of frirewall or other, it's interne problem mikrotik but everything else works fine, so I need help to set manually the clock updated using any script
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Re: script synchronize clock withput NTP or SNTP

Wed May 17, 2017 10:37 am

Using common ntp servers for time update work reliably. What sort of problems do you see with it?
 
User avatar
ahmedalmi
Frequent Visitor
Frequent Visitor
Posts: 75
Joined: Sat Sep 13, 2014 5:52 pm
Location: sana'a yemen
Contact:

Re: script synchronize clock withput NTP or SNTP

Wed May 17, 2017 11:39 am

using cloud update time;

Code: Select all

/ip cloud set update-time=yes
 
jarda
Forum Guru
Forum Guru
Posts: 7756
Joined: Mon Oct 22, 2012 4:46 pm

Re: script synchronize clock withput NTP or SNTP

Wed May 17, 2017 11:43 am

Ip cloud is the one example known as not reliable at all...
 
jimmytam
just joined
Posts: 9
Joined: Fri May 12, 2017 6:18 pm

Re: script synchronize clock withput NTP or SNTP

Wed May 17, 2017 9:47 pm

Sync with your near country ntp server (most of government was provided ntp time server for sync time with computer )

It is working and stable.

Hope it helps.