Membangun NTP ( Network Time Protocol ) di CentOS 6.6

yum install ntp

nano /etc/ntp.conf

# Permit time synchronization with our time source, but do not
# permit the source to query or modify the service on this system.
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery

ke line 22 dan gantikan seperti berikut :

server 0.id.pool.ntp.org
server 1.id.pool.ntp.org
server 2.id.pool.ntp.org
server 3.id.pool.ntp.org

Leave a Reply

Your email address will not be published. Required fields are marked *