/
Use Revpi as NTP Server
Use Revpi as NTP Server
How do I set up my own time server
sudo nano /etc/systemd/timesyncd.conf
Change line
#NTP=
inNTP=172.16.59.134
sudo systemctl restart systemd-timesyncd
If the time is still not synchronised after a while, this may be because the difference (clock skew) is too large. This can be remedied as follows:
Stop NTP synchronisation
timedatectl set-ntp false
Set time manually
sudo timedatectl set-time "2021-10-18 09:19:00"
Resume NTP synchronisation
timedatectl set-ntp true
If you still have problems, please send a screenshot after entering this command.
systemctl status systemd-timesyncd
Related content
How do I setup my own time server
How do I setup my own time server
More like this
RTC in RevolutionPi
RTC in RevolutionPi
More like this
RevolutionPi Flat FAQ
RevolutionPi Flat FAQ
Read with this
Commissioning RevPi Gate PROFINET IRT - Device with CODESYS
Commissioning RevPi Gate PROFINET IRT - Device with CODESYS
Read with this
GATEWAY Module for PROFIBUS FAQ
GATEWAY Module for PROFIBUS FAQ
Read with this
Basic Information Checklist
Basic Information Checklist
Read with this