Uhrzeit – NTP

Max2Play Home Forums Max2Play on Raspberry PI Uhrzeit – NTP

  • This topic has 0 replies, 1 voice, and was last updated 12 months ago by Jo.
Viewing 1 post (of 1 total)
  • 24. April 2023 at 20:29 #52793

    Hallo,

    ein Tipp, wenn es keinen Zeitserver im Netzwerk gibt. Damit „holt“ der Raspberry per NTP seine Zeit.

    timedatectl status
    sudo timedatectl set-ntp off
    sudo nano /etc/systemd/timesyncd.conf

    Den Eintrag für NTP ergänzen:
    [Time]
    NTP=0.de.pool.ntp.org 1.de.pool.ntp.org 2.de.pool.ntp.org
    FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org

    sudo timedatectl set-ntp on
    timedatectl status
Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.

Register here