Type the following command to install NTP
yum install ntp
Turn on service
chkconfig ntpd on
Synchronize the system clock with 0.pool.ntp.org server:
ntpdate pool.ntp.org
Start the NTP:
/etc/init.d/ntpd start
Type the following command to install NTP
yum install ntp
Turn on service
chkconfig ntpd on
Synchronize the system clock with 0.pool.ntp.org server:
ntpdate pool.ntp.org
Start the NTP:
/etc/init.d/ntpd start
One Reply to “Configure NTP Client on CentOS”
Nice, simple, great post !