2012-05-18

Centos 系統校時

Centos 系統校時


方式一
校時伺服器
time.stdtime.gov.tw
clock.stdtime.gov.tw
tick.stdtime.gov.tw
tock.stdtime.gov.tw
watch.stdtime.gov.tw

執行:
ntpdate time.stdtime.gov.tw

輸入排程 每天六點自動校時
crontab -u root -e

0 6 * * * /usr/sbin/ntpdate time.stdtime.gov.tw


方式 二
執行:
cp /etc/ntp.conf /etc/ntp.conf.bak

vim /etc/ntp.conf

將下列 #
server 0.centos.pool.ntp.org  ==>  #server 0.centos.pool.ntp.org
server 1.centos.pool.ntp.org  ==> #server 1.centos.pool.ntp.org
server 2.centos.pool.ntp.org  ==> #server 2.centos.pool.ntp.org

添加下列
restrict watch.stdtime.gov.tw      <==放行伺服器來源!
server watch.stdtime.gov.tw prefer <==這就是伺服器!

將本地時鐘關閉
server    127.127.1.0     # local clock  ==>  #server    127.127.1.0     # local clock
fudge     127.127.1.0 stratum 10   ==>  # fudge     127.127.1.0 stratum 10

執行 ntpd
/etc/init.d/ntpd start
chkconfig ntpd on

※ timezone 要注意
Setup --> timezone-->Asia/Taipei