服务器地址 | 备注 |
|---|---|
ntp1.aliyun.com | 阿里云公共 NTP |
ntp2.aliyun.com | 阿里云公共 NTP |
ntp3.aliyun.com | 阿里云公共 NTP |
ntp1.ntsc.ac.cn | 国家授时中心 |
ntp2.ntsc.ac.cn | 国家授时中心 |
ntp3.ntsc.ac.cn | 国家授时中心 |
ntp1.cstnet.cn | 中国科学技术网 |
ntp2.cstnet.cn | 中国科学技术网 |
服务器地址 | 备注 |
|---|---|
ntp1.aliyun.com | 阿里云 |
ntp2.aliyun.com | 阿里云 |
ntp3.aliyun.com | 阿里云 |
ntp1.tencent.com | 腾讯云 |
ntp2.tencent.com | 腾讯云 |
ntp1.baidu.com | 百度云 |
ntp2.baidu.com | 百度云 |
服务器地址 | 备注 |
|---|---|
ntp1.edu.cn | 教育网 NTP |
ntp2.edu.cn | 教育网 NTP |
ntp1.cernet.edu.cn | CERNET 教育网 |
ntp2.cernet.edu.cn | CERNET 教育网 |
0.cn.pool.ntp.org |
|---|
1.cn.pool.ntp.org |
|---|
2.cn.pool.ntp.org |
|---|
3.cn.pool.ntp.org |
|---|
NTP Pool 是全球分布式时间服务器项目,CN 节点稳定可靠,自动负载均衡
编辑 /etc/ntp.conf:
server ntp1.aliyun.com iburst |
|---|
server ntp2.aliyun.com iburst |
|---|
server ntp3.ntsc.ac.cn iburst |
|---|
server 0.cn.pool.ntp.org iburst |
|---|
重启 NTP 服务:
# Ubuntu/Debian |
|---|
sudo systemctl restart ntp |
|---|
# CentOS/RHEL |
|---|
sudo systemctl restart ntpd |
|---|
查看同步状态:
ntpq -p |
|---|
ntp1.aliyun.comntp2.ntsc.ac.cn0.cn.pool.ntp.orghttps://www.52runoob.com/archives/6403
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。