Changes between Version 2 and Version 3 of NtpKonfiguration


Ignore:
Timestamp:
Jul 29, 2022, 6:10:21 PM (2 years ago)
Author:
abenning
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • NtpKonfiguration

    v2 v3  
    44
    55 * Die [https://de.wikipedia.org/wiki/Network_Time_Protocol NTP]-Funktionalität ('''''N'''etwork '''T'''ime '''P'''rotocol'') dient der Synchronisation der Echtzeituhr.
    6  * ''TODO''
     6 * Die NTP-Konfiguration ist in dieser Datei definiert:
     7   {{{
     8/etc/ntp.conf
     9}}}
     10 * !TransplantAct-Systeme sind dem Debian-Standard entsprechend konfiguriert, die Synchronisation erfolgt also über die in diesem Abschnitt der Datei <'''/etc/ntp.conf'''> aufgeführten Server:
     11   {{{
     12# You do need to talk to an NTP server or two (or three).
     13#server ntp.your-provider.example
     14
     15# pool.ntp.org maps to about 1000 low-stratum NTP servers.  Your server will
     16# pick a different set every time it starts up.  Please consider joining the
     17# pool: <http://www.pool.ntp.org/join.html>
     18pool 0.debian.pool.ntp.org iburst
     19pool 1.debian.pool.ntp.org iburst
     20pool 2.debian.pool.ntp.org iburst
     21pool 3.debian.pool.ntp.org iburst
     22}}}
     23 * Bitte modifizieren Sie die 2., auskommentierte Zeile, sofern Sie einen eigenen bzw. speziellen NTP-Server verwenden möchten:
     24{{{# You do need to talk to an NTP server or two (or three).
     25#server ntp.your-provider.example
     26}}}
    727
    828
    9 {{{
    10 /etc/ntp.conf
    11 }}}