Monday, January 27, 2014

INSTALL AND CONFIGURE NTP SERVER ON CENTOS 5

Quick setup instructions to install and configure an NTP server:
# yum install ntp
# chkconfig ntpd on
Add the servers you want to sync from in /etc/ntp.conf. Sample:
server 0.centos.pool.ntp.org
server 1.centos.pool.ntp.org
server 2.centos.pool.ntp.org
# service ntpd start
# ntpq -pn
-H

No comments:

Post a Comment