User Tools

Site Tools


linux:netzwerk:ntp

Differences

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

Link to this comparison view

Next revision
Previous revision
linux:netzwerk:ntp [2020/02/17 08:42] – created stonelinux:netzwerk:ntp [2020/03/10 10:26] (current) stone
Line 1: Line 1:
 ====== NTP ====== ====== NTP ======
 +
 +==== Config ====
 +<code>
 +vim /etc/ntp.conf
 +server 0.at.pool.ntp.org ibrust
 +server 1.at.pool.ntp.org ibrust
 +</code>
 +\\
 +
 +==== Starten / Stoppen ====
 +
 +<code>
 +systemctl <start|stop|status| ntp
 +</code>
 +\\
 +
 +==== Anzeigen vom Status ====
 +<code>
 +root@server:~# ntpq -p
 +     remote           refid      st t when poll reach   delay   offset  jitter
 +==============================================================================
 ++mail.somenet.or 178.189.127.149  2 u 1011 1024  377    9.694   -0.695   0.873
 +*194.112.182.172 193.171.23.163   2 u  267 1024  377    8.813   -0.609   1.137
 +</code>
 +\\
  
 ==== Ausgabe von ntpq -p ==== ==== Ausgabe von ntpq -p ====
Line 68: Line 93:
 </code> </code>
  
 +\\
  
 +==== Anzeigen der NTP Clients am Server ====
 +<code>
 +ntpdc -c monlist
 +</code>
  
linux/netzwerk/ntp.1581928936.txt.gz · Last modified: by stone