Page 1 of 1

Set time/date

Posted: Fri May 05, 2017 3:07 am
by westconnect
Hi I know this is probably an obvious question but I have searched the interface and Google but can't seem to find how to set the time/date?

Re: Set time/date

Posted: Fri May 05, 2017 7:47 am
by Julian
You can either set the switch up to use an NTP server through the GUI on the device -> configuration tab, or you can set it yourself:

1: Device -> Console

2: type cmd <enter> to drop to a linux shell prompt

3: type date -? , follow the onscreen instructions.

Note that setting time manually through the date prompt will not persist between boots, so you'll have to set it again every time you reboot - not recommended, NTP is better, you can learn more about it here: https://en.wikipedia.org/wiki/Network_Time_Protocol

Re: Set time/date

Posted: Fri May 05, 2017 9:04 am
by sirhc
The best thing to do is use an NTP server and you configure the NTP server on the Device/Configuration TAB (top right side)

Either the switch needs access to a public NTP server which means your switch needs access to the public net from being behind a NAT or it is a publicly routed IP (which I do not recommend).

Or do like most WISPs and run your own NT service on one of your devices so your infrastructure equipment can reach it on an invalid IP such as 172.17.XXX.XXX

Re: Set time/date

Posted: Wed Dec 06, 2017 11:16 pm
by techni
Hello,

i try to with ip 10.0.0.1 (Mikrotik Time Server Local)
I can Ping this IP on Netonix Console, but no Time is Set.
LOG is:
Jan 2 16:40:56 system: starting ntpclient

Other Mikrotik Routers have no Problem to Set Time.

Re: Set time/date

Posted: Thu Dec 07, 2017 12:18 am
by sirhc
techni wrote:Hello,

i try to with ip 10.0.0.1 (Mikrotik Time Server Local)
I can Ping this IP on Netonix Console, but no Time is Set.
LOG is:
Jan 2 16:40:56 system: starting ntpclient

Other Mikrotik Routers have no Problem to Set Time.


Well I assume you are running the latest firmware v1.4.8?

Tens of thousands of people using NTP service including me at my WISP so we know the service works and this is not a bug so it comes down to either your config in the switch or something else in your network.

Would help to see your Device/Config TAB.