linux:ntp
This is an old revision of the document!
Table of Contents
NTP
Befehle
rcntp ntptimeset #Zeit mit NTP-Server synchroniseren (SLES legacy) ntpq -p #show peers timedatectl sudo timedatectl set-ntp true sudo timedatectl set-local-rtc 0 systemctl status systemd-timesyncd sudo systemctl restart systemd-timesyncd
Zeitzone setzen
timedatectl status timedatectl list-timezones | egrep -o "Europe/B.*" sudo timedatectl set-timezone "Europe/Berlin"
chrony
chrony.conf
server 192.168.1.1 allow 10.1.0.0/16 allow 192.168.1.0/24
chronyc activity chronyc -a 'burst 4/4' chronyc -N sources -a
linux/ntp.1743615465.txt.gz · Last modified: 2025/04/02 19:37 by gsys