Hi,
Looking to try and query NTP remotely using ntpq.
Doesn't seem to respond on it's actual IP, if I test locally it responds on 127.0.0.1 but not on its IP.
Anyone had this issue or got any instructions how to do this?
I have added my remote server into the ntp.conf file
restrict (IP address)
Thanks
Yes.
As root on command line
unrestrict IPv4 and restrict IPv6...
-----------------
edit /etc/ntp.conf
put a # in front of restrict 127.0.0.1
put a new line
restrict ::1
restart ntp
service ntp restart
Now ntpq will operate as expected.