![Ntpd 클라이언트 이상한 동작](https://linux55.com/image/220395/Ntpd%20%ED%81%B4%EB%9D%BC%EC%9D%B4%EC%96%B8%ED%8A%B8%20%EC%9D%B4%EC%83%81%ED%95%9C%20%EB%8F%99%EC%9E%91.png)
Jetson NX는 최신 Jetpack, NTP 버전과 함께 제공됩니다. 4.2.8p10 /etc/ntp.conf(0.europe.pool.ntp.org)에 일부 풀이 있고 ntdate -q 0.europe.pool.ntp.org를 시도하면 모든 것이 잘 작동합니다.
하지만 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