Ntpq: connection refused

I have ntp clearly working on my router as the time is reasonable (within a few seconds) after a downtime. But I wanted to be sure and check on the details, so I followed this guide:

But when I try it I get:

root@OpenWrt:~# ntpq -pn
ntpq: read: Connection refused

OpenWRT One running 24.10.5

--
Ian

Default ntp is busybox ntp, not ntp[.]org ntpd.where ntpq / ntpdc could do anything.

1 Like
/etc/init.d/sysntpd disable
/etc/init.d/sysntpd stop
opkg update; opkg install ntpd
/etc/init.d/ntpd restart
sleep 3
ntpq -pn
2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.