安裝 ntp
#yum install ntp
Server 端設定
編輯 /etc/ntp.conf
#vi /etc/ntp.conf
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
restrict time.stdtime.gov.tw
restrict tock.stdtime.gov.tw
restrict tick.stdtime.gov.tw
restrict clock.stdtime.gov.tw
restrict watch.stdtime.gov.tw
restrict 127.0.0.1
restrict -6 ::1
restrict 192.168.66.0 mask 255.255.255.0 nomodify
增加 server
server tick.stdtime.gov.tw prefer
server tock.stdtime.gov.tw prefer
server time.stdtime.gov.tw prefer
server clock.stdtime.gov.tw
server watch.stdtime.gov.tw
啟動 ntp 伺服器
#service ntpd start
設定開機自動啟動
#chkconfig ntpd on
等候數分鐘後檢查是否有連上伺服器
#ntpstat
列出 NTP 和上層 NTP 的狀態
#ntpq -p
[root@tonyhack etc]# /etc/init.d/ntpd restart Shutting down ntpd: [ OK ] Starting ntpd: [ OK ] [root@tonyhack etc]# ntpstat unsynchronised time server re-starting polling server every 64 s [root@tonyhack etc]# ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================== 118-163-81-62.H 192.168.0.2 2 u 19 64 1 107.097 27.473 0.001 211-22-103-157. 192.168.0.2 2 u 19 64 1 109.428 26.929 0.001 118-163-81-61.H 192.168.0.3 2 u 18 64 1 111.791 27.147 0.001 211-22-103-158. 192.168.0.3 2 u 17 64 1 111.432 27.747 0.001 118-163-81-63.H 192.168.0.2 2 u 16 64 1 111.888 26.567 0.001 ntp.ntu.edu.tw .INIT. 16 u - 64 0 0.000 0.000 0.000 LOCAL(0) .LOCL. 10 l 14 64 1 0.000 0.000 0.001 [root@tonyhack etc]# ntpstat unsynchronised time server re-starting polling server every 64 s
Client 端設定
#vi /etc/ntp.conf
restrict 192.168.*.*(server 端 ip)
server 192.168.*.*
設定開機自動啟動
#chkconfig ntpd on
OR
設定 crontab 方式
#vi /etc/crontab
0 * * * * root ntpdate time.stdtime.gov.tw
每小時0分對時一次
windows底下NTPclock設定,時間伺服器位址打上ip按立即查詢時間