我在封闭网络环境中拥有 100 个 Linux 客户端和一个 Windows Server 2016。我希望让 Ubuntu 客户端与 Windows Server 的日期时间同步。我在互联网开放客户端上已经这样做了,但我还没有找到如何在封闭环境使用Windows作为NTP服务器。
答案1
在 Ubuntu 中,时间同步作为客户端由 systemd 任务处理。查看手册,timesyncd.conf
但您可以设置服务器列表以从 timedatectl
和timesyncd
中获取时间/etc/systemd/timesyncd.conf
。
然后只需为您的 Windows 机器配置适当的ntpd
服务。