Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NTPServer と同期するようにリモート マシンを構成しようとしていますが、うまくいきません...
ntpdate SERVER_NAME を実行したときにのみ機能しますが、自動的には同期されません。
サーバーとPCの両方でiptablesを停止しました。私の /etc/ntp.conf ファイルには、「server SERVER_NAME iburst」があります。
私の問題は何ですか?
おそらく、次のようにルート crontab に行を追加することで、ntpdate 経由で同期をスケジュールする cron ジョブを作成できます。
5 * * * * /usr/sbin/ntpdate your.ntpserver.com