Linux NTP Client Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
  systemctl start ntpd
  systemctl start ntpd


Alternatively (?)
Alternatively (<font color=red>?</font>):


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

Revision as of 17:52, 7 February 2018

Internal

Overview

Install

yum install ntp

Activate

systemctl enable ntpd
systemctl start ntpd

Alternatively (?):

timedatect set-ntp true

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