Tagged Questions
3
votes
1answer
83 views
Unable to access NTPD server except on loopback address Centos 6
I can only get results from:
ntpq -p localhost
or
ntpq -p 127.0.0.1
If, from the same server, I try it as
either the external IP address or domain name
then it times out with no response.
ntpq -p ...
3
votes
2answers
1k views
How do i smoothly update ntpd's peer list?
I have a network of solaris/linux servers that have ntpd configured to use a single internal server of stratum 2 through a DNS alias/CNAME. This is server is down for some time and the client servers' ...