centos ntp 國內(nèi)時(shí)間服務(wù)器地址
以下是一些在中國可用的 NTP 時(shí)間服務(wù)器地址,您可以在 CentOS 中使用它們來同步系統(tǒng)時(shí)間:
ntp.aliyun.com
ntp1.aliyun.com
ntp2.aliyun.com
ntp3.aliyun.com
cn.pool.ntp.org
cn.ntp.org.cn
要將 CentOS 的系統(tǒng)時(shí)間與上述時(shí)間服務(wù)器同步,請(qǐng)按照以下步驟操作:
使用 root 用戶登錄到 CentOS 系統(tǒng)。
安裝 NTP 服務(wù),您可以使用以下命令:
Copy code
yum install ntp
打開 /etc/ntp.conf 文件并找到以下行:
Copy code
server 0.centos.pool.ntp.org
server 1.centos.pool.ntp.org
server 2.centos.pool.ntp.org
server 3.centos.pool.ntp.org
注釋掉上述行,并添加以下行:
Copy code
server ntp.aliyun.com
注意:如果您要使用其他時(shí)間服務(wù)器,請(qǐng)將上述地址替換為所需的時(shí)間服務(wù)器地址。
保存并關(guān)閉 /etc/ntp.conf 文件。
啟動(dòng) NTP 服務(wù)并設(shè)置為開機(jī)自啟動(dòng),使用以下命令:
bash
Copy code
systemctl start ntpd
systemctl enable ntpd
等待一段時(shí)間,讓系統(tǒng)時(shí)間與 NTP 時(shí)間服務(wù)器同步。
通過以上步驟,您可以將 CentOS 系統(tǒng)的時(shí)間與可靠的國內(nèi) NTP 時(shí)間服務(wù)器同步。