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
server 1.centos.pool.ntp.org
server 2.centos.pool.ntp.org
# service ntpd start
# ntpq -pn
-H
No comments:
Post a Comment