centOS7ホストとWindows2008R2ドメインコントローラーの時間同期に問題があります。コマンドを使用するとntpdate -u Host.domain
同期は問題ありません。しかし、ntpdを使用すると、時間は常に同じになります。ここでは、コマンドntpq-pの結果です。
10.10.10.221.LOCL。 1 u 65 64 377 1.740 965414. 4.054 10.10.10.220 10.10.10.221 2 u 62 64 377 1.912 965408. 12.899
ntp.confは次のとおりです。
driftfile /var/lib/ntp/drift restrict default nomodify notrap nopeer noquery restrict 127.0.0.1 restrict :: 1 server 10.10 .10.221 iburst Preferred server 10.10.10.220 iburst includefile /etc/ntp/crypto/pw keys/etc/ntp/keys disable monitor logfile /var/log/ntp.log
Centos7はsystemd
を使用します。使用することをお勧めします。
コマンドを使用します timedatectl
ネットワーク時刻同期を有効にする:
timedatectl set-ntp True
Confファイルを作成します。
vi /etc/systemd/timesyncd.conf
このようなコンテンツで:
[時間] NTP = yourserver.org
開始systemd-timedated
サービス:
systemctl start systemd-timedated