fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:ntp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:ntp [2025/03/03 18:48] – [Befehle] gsyslinux:ntp [2025/04/02 19:41] (current) – [client] gsys
Line 5: Line 5:
 <code bash> <code bash>
 rcntp ntptimeset     #Zeit mit NTP-Server synchroniseren (SLES legacy) rcntp ntptimeset     #Zeit mit NTP-Server synchroniseren (SLES legacy)
 +ntpq -p              #show peers
 timedatectl timedatectl
 sudo timedatectl set-ntp true sudo timedatectl set-ntp true
Line 18: Line 19:
 timedatectl list-timezones |  egrep  -o "Europe/B.*" timedatectl list-timezones |  egrep  -o "Europe/B.*"
 sudo timedatectl set-timezone "Europe/Berlin" sudo timedatectl set-timezone "Europe/Berlin"
 +</code>
 +
 +===== chrony =====
 +
 +''chrony.conf''
 +<code>
 +server 192.168.1.1
 +allow 10.1.0.0/16
 +allow 192.168.1.0/24
 +</code>
 +
 +==== client ====
 +<code>
 +chronyc activity
 +chronyc 'burst 4/4'   # might interrupt services
 +chronyc -N sources
 </code> </code>
  
linux/ntp.1741024082.txt.gz · Last modified: 2025/03/03 18:48 by gsys