

配置Linux的时钟同步
source link: https://note.qidong.name/2020/09/timesyncd/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

配置Linux的时钟同步
2020-09-22 19:25:26 +08 字数:573 标签: Linux
Ubuntu系统默认的时钟同步服务器是ntp.ubuntu.com
,Debian则是0.debian.pool.ntp.org
等,
各Linux发行版都有自己的NTP官方服务器。
身在中国,使用这些都会有高延迟,但对时钟同步这件事来说影响不大。
在某些环境下,比如公司内网、云上子网等,是与互联网隔绝的。 这时要想做时钟同步,就只能自己配置了。
本文介绍如何自己配置时钟同步,不介绍如何自建NTP服务器。
安装 ¶
一般timesync
是预装的。
如果没有,可以使用以下命令手动安装。
sudo apt install systemd-timesyncd
它和ntp
是冲突的,二者只能安装一个。
配置 ¶
修改/etc/systemd/timesyncd.conf
,把NTP
设为华为内绿区可达的NTP服务器。
[Time]
NTP=ntp7.aliyun.com
NTP=ntp6.aliyun.com
修改完成后,需要restart
后这个配置才生效。
sudo systemctl restart systemd-timesyncd.service
如果以上systemd-timesyncd.service
因为什么原因而不存在,则可通过以下命令修复:
sudo dpkg-reconfigure systemd-timesyncd
查看效果 ¶
一般查看日期与时间是使用date
。
使用timedatectl
可以查看到更多时钟同步相关信息。
$ timedatectl status
Local time: 二 2020-09-22 20:06:05 CST
Universal time: 二 2020-09-22 12:06:05 UTC
RTC time: 二 2020-09-22 12:06:05
Time zone: Asia/Shanghai (CST, +0800)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
国内NTP服务器列表 ¶
以下给出一些阿里云的NTP列表,可以通过ping
择优使用。
ntp1.aliyun.com
ntp2.aliyun.com
ntp3.aliyun.com
ntp4.aliyun.com
ntp5.aliyun.com
ntp6.aliyun.com
ntp7.aliyun.com
参考 ¶
本作品采用 知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 进行许可,详见本站版权声明。
本站没有任何支持评论功能的计划。 如果你对本站的设计、内容、观点有什么意见,欢迎来信指正。
作者:匿蟒 邮箱:[email protected] 备案:闽ICP备15022549号
Recommend
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK