Ntpdクライアントの奇妙な動作

Ntpdクライアントの奇妙な動作

Jetson NXは、最新のJetpack、NTPバージョンが付属しています。 4.2.8p10 /etc/ntp.conf(0.europe.pool.ntp.org)にいくつかのプールがあり、ntdate -q 0.europe.pool.ntp.orgを試してみると、すべてがうまくいきます。 ntpdate画面 しかし、ntpq -pで同期されていない奇妙なサーバー以外には何もありません。 ntpq-p 私はnmapといくつかのプールサーバーを使用してポート123をテストしましたが、すべてが正常です。 地図

ntpクライアントがまったく機能しない理由を理解していません

修正する

これは私の/etc/ntp.confファイルです

driftfile /var/lib/ntp/ntp.drift
# Leap seconds definition provided by tzdata
leapfile /usr/share/zoneinfo/leap-seconds.list
# Enable this if you want statistics to be logged.
#statsdir /var/log/ntpstats/
statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable

pool 0.europe.pool.ntp.org minpoll 4 maxpoll 4 iburst
pool 1.europe.pool.ntp.org minpoll 4 maxpoll 4 iburst
pool 2.europe.pool.ntp.org minpoll 4 maxpoll 4 iburst
pool 3.europe.pool.ntp.org minpoll 4 maxpoll 4 iburst

server 127.127.28.0 minpoll 4 maxpoll 4 iburst true
fudge 127.127.28.0 time1 0.200 flag1 1 refid GPSD
# By default, exchange time with everybody, but don't allow configuration.
restrict -4 default kod notrap nomodify nopeer noquery limited
restrict -6 default kod notrap nomodify nopeer noquery limited
restrict 127.0.0.1
restrict ::1
restrict source notrap nomodify noquery

ベストアンサー1

おすすめ記事