Difference between revisions of "NTP"

From HackerNet
Jump to: navigation, search
m
m
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
  
 
[[Category:Tools]]
 
[[Category:Tools]]

Revision as of 15:08, 15 December 2015

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