Linux NTP Client Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 7: Line 7:


* [[Linux#Configuration|Linux]]
* [[Linux#Configuration|Linux]]
* [[Distributed_Systems#Network_Time_Protocol|Distributed Systems - Network Time Protocol]]


=Overview=
=Overview=

Latest revision as of 23:39, 3 June 2019

External

Internal

Overview

Install

yum install ntp

Activate

systemctl enable ntpd
systemctl start ntpd

Alternatively (?):

timedatect set-ntp true

Configuration

Check

ntpdate
ntpq -p
 ntpdc -c sysinfo

US NTP Servers

server 0.us.pool.ntp.org
server 1.us.pool.ntp.org
server 2.us.pool.ntp.org
server 3.us.pool.ntp.org