centos ntp 國內時(shí)間服務(wù)器地址
以下是一些在中國可用的 NTP 時(shí)間服務(wù)器地址,您可以在 CentOS 中使用它們來(lái)同步系統時(shí)間:
ntp.aliyun.com
ntp1.aliyun.com
ntp2.aliyun.com
ntp3.aliyun.com
cn.pool.ntp.org
cn.ntp.org.cn
要將 CentOS 的系統時(shí)間與上述時(shí)間服務(wù)器同步,請按照以下步驟操作:
使用 root 用戶(hù)登錄到 CentOS 系統。
安裝 NTP 服務(wù),您可以使用以下命令:
Copy code
yum install ntp
打開(kāi) /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ù)器,請將上述地址替換為所需的時(shí)間服務(wù)器地址。
保存并關(guān)閉 /etc/ntp.conf 文件。
啟動(dòng) NTP 服務(wù)并設置為開(kāi)機自啟動(dòng),使用以下命令:
bash
Copy code
systemctl start ntpd
systemctl enable ntpd
等待一段時(shí)間,讓系統時(shí)間與 NTP 時(shí)間服務(wù)器同步。
通過(guò)以上步驟,您可以將 CentOS 系統的時(shí)間與可靠的國內 NTP 時(shí)間服務(wù)器同步。