Difference between revisions of "NTP"
From HackerNet
Helikopter (talk | contribs) m |
Helikopter (talk | contribs) m |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
'''SNTP:''' Simple NTP är inte lika pålitligt eller noggrannt som NTP<br/> | '''SNTP:''' Simple NTP är inte lika pålitligt eller noggrannt som NTP<br/> | ||
Ntpd >= ntpdate + crontab | Ntpd >= ntpdate + crontab | ||
+ | |||
+ | yum/apt-get install ntp | ||
+ | |||
+ | Konfiguration | ||
+ | nano /etc/ntp.conf | ||
+ | server 10.0.0.10 | ||
Verifiera | Verifiera | ||
ntptrace | ntptrace | ||
+ | ntpq -pn | ||
+ | |||
+ | ===Time Zone=== | ||
+ | timedatectl | ||
+ | sudo timedatectl set-timezone Europe/Stockholm | ||
[[Category:Tools]] | [[Category:Tools]] |
Latest revision as of 18:44, 11 May 2022
Ställ klockan rätt, slipp problem.
Ntpdate: engångssynkroniseringar (deprecated sedan 2012)
Ntpd: automatisk tidssynkronisering
SNTP: Simple NTP är inte lika pålitligt eller noggrannt som NTP
Ntpd >= ntpdate + crontab
yum/apt-get install ntp
Konfiguration
nano /etc/ntp.conf server 10.0.0.10
Verifiera
ntptrace ntpq -pn
Time Zone
timedatectl sudo timedatectl set-timezone Europe/Stockholm