Linux NTP Client Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 22: Line 22:


  [[Timedatectl#Configure_NTP|timedatect set-ntp true]]
  [[Timedatectl#Configure_NTP|timedatect set-ntp true]]
=Configuration=


=Check=
=Check=

Revision as of 18:43, 24 December 2018

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