Padavan 펌웨어(OpenWrt와 유사)가 있는 Asus 라우터의 로그는 다음과 같습니다.
Dec 4 16:06:20 NTP Client: Synchronizing time to 0.nl.pool.ntp.org.
Oct 24 18:18:18 NTP Client: System time changed, offset: -1107989283.092767s
Oct 24 18:18:33 pppd[636]: System time change detected.
현재 날짜가 10월 24일이 아닌 12월 4일이라 NTP 업데이트에 문제가 있습니다.
GUI에는 NTP를 사용하여 시스템 날짜/시간을 업데이트하는 옵션이 없습니다.
NTP가 날짜/시간 업데이트를 강제하도록 하려면 어떻게 해야 합니까?
답변1
padavan 펌웨어와 함께 제공됩니다 ntpd
.
pool.ntp.org
"NTP Server 1:"을 구성하는 대신 ntp.org 설명서를 읽고 라우터에서 구성하는 것이 더 좋습니다 .0.nl.pool.ntp.org
라우터 상자의 날짜/시간을 강제로 업데이트하는 자세한 명령은 다음과 같습니다.
# ntpd -dnq -p pool.ntp.org
ntpd: sending query to 45.159.204.28
ntpd: reply from 45.159.204.28: offset:+1107989283.715956 delay:0.004582 status:0x24 strat:2 refid:0x026a57c0 rootdelay:0.001312 reach:0x01
ntpd: sending query to 45.159.204.28
ntpd: reply from 45.159.204.28: offset:+1107989283.716159 delay:0.004723 status:0x24 strat:2 refid:0x026a57c0 rootdelay:0.001312 reach:0x03
ntpd: setting time to 2023-12-04 18:39:07.420554 (offset +1107989283.716159s)