centos 7 安裝NTP服務

2022-06-16 22:51:14 字數 742 閱讀 6094

1. 兩台伺服器

139(server端)

140(client端)

2.server端

2.1 yum安裝

yum install ntp ntpdate

2.2 編輯配置檔案

vim /etc/ntp.conf

#server 0.centos.pool.ntp.org iburst

#server 1.centos.pool.ntp.org iburst

#server 2.centos.pool.ntp.org iburst

#server 3.centos.pool.ntp.org iburst

server 192.168.116.139

fudge 127.127.1.0 stratum 11

2.3. 啟動服務

systemctl start ntpd

systemctl enable ntpd.service #設定開機啟動服務 

3. 客戶端

3.1  yum安裝

yum install ntp ntpdate

3.2 同步時間

ntpdate -d -b 192.168.116.139

3.3 編輯配置檔案

和server端相同

3.4 啟動服務

systemctl start ntpd

systemctl enable ntpd.service #設定開機啟動服務 

centos7安裝ntp服務

安裝ntp服務 查詢是否安裝了ntp rpm qa grep ntp yum install y ntp 修改所有節點的ntp.conf vi etc ntp.conf 新增以下內容 當前節點ip位址 restrict 10.0.32.20 nomodify notrap nopeer noquer...

Centos7安裝NTP伺服器

一 準備伺服器,三颱伺服器 192.168.207.133 server端 192.168.207.137 client端 192.168.207.132 client端 二 安裝server端 2.1 yum安裝 yum install ntp ntpdate 2.2 編輯配置檔案 vim etc...

Centos7 配置NTP服務

一 安裝 安裝 yum y install chrony二 配置 修改配置檔案 vi etc chrony.conf修改 etc chrony.conf 以下內容 server ntp1.aliyun.com server ntp2.aliyun.com server time1.cloud.ten...