作者:star
QQ:653945222
操作環(huán)境:centos 6.7
服務器IP | 角色 | 說明 |
---|---|---|
192.168.6.61 | NTPD服務器 | 作為內外網絡的NTPD服務 |
192.168.6.62 | NTPD客戶端 | 內網設備與192.168.6.61時間同步 |
192.168.6.63 | NTPD客戶端 | 內網設備與192.168.6.61時間同步 |
192.168.6.64 | NTPD客戶端 | 內網設備與192.168.6.61時間同步 |
192.168.6.65 | NTPD客戶端 | 內網設備與192.168.6.61時間同步 |
1.安裝ntp時間服務器(所有機器)
1.1 yum安裝方式:#yum install -y ntp
1.2 tar包安裝方式:
- 下載tar包:http://www.ntp.org/downloads.html
- 安裝
tar -zxvf ntp-4.2.8p8.tar.gz
cd ntp-4.2.8p8
./configure --prefix=/usr/local/ntp --enable-all-clocks --enable-parse-clocks
make && make install
rpm -q ntp #查看是否安裝成功
2.設置ntp服務為開機自啟動(所有機器)
chkconfig ntpd on
[root@mini1 ~]# chkconfig --list ntpd
ntpd 0:關閉 1:關閉 2:啟用 3:啟用 4:啟用 5:啟用 6:關閉
3.設置NTP Server
vi /etc/ntp.conf
driftfile /var/lib/ntp/drift
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
restrict 127.0.0.1
restrict -6 ::1
#允許192.168.6網段機器同步時間
restrict 192.168.6.0 mask 255.255.255.0 nomodify notrap
#遠程時間服務器的地址
server 210.72.145.44 perfer #中國國家授時中心
server 1.cn.pool.ntp.ofg
#允許上層服務器主動修改本機時間
restrict 210.72.145.44 nomodify notrap noquery
restrict 1.cn.pool.ntp.ofg nomodify notrap noquery
#外部時間服務器不可用時,以本地時間作為時間服務
server 127.127.1.0
fudge 127.127.1.0 stratum 10
includefile /etc/ntp/crypto/pw
keys /etc/ntp/keys
4.設置NTP client
vi /etc/ntp.conf
driftfile /var/lib/ntp/drift
restrict 127.0.0.配置只有192.168.6這個網段的可以從本NTP 服務器同步時間
server 192.168.6.61
restrict 210.72.145.44 nomodify notrap noquery
restrict 1.cn.pool.ntp.ofg nomodify notrap noquery
#允許上層時間服務器主動修改本機時間
#遠程時間服務器的地址
includefile210.72.145.44 perfer #中國國家授時中心
includefile1.cn.pool.ntp.ofg
keys /etc/ntp/keys
5.重啟ntpd服務(所有機器)
service ntpd restart
6.查看NTP服務
ntpq -p #NTP Server
remote refid st t when poll reach delay offset jitter
==============================================================================
210.72.145.44 .INIT. 16 - - 256 0 0.000 0.000 0.000
*LOCAL(0) .LOCL. 10 l - 64 377 0.000 0.000 0.000
ntpq -p #NTP Client
remote refid st t when poll reach delay offset jitter
==============================================================================
*mini1 LOCAL(0) 11 u 60 64 7 0.334 -0.487 0.034
查看時間同步狀態(tài),一般需要5-10分鐘后才能成功連接和同步漆改。所以辙芍,服務器啟動后需要稍等下逼庞。
ntpstat
剛啟動時時:unsynchronised
啟動并連接同步后:
synchronised to NTP server (192.168.6.61) at stratum 12
time correct to within 263 ms
polling server every 64 s