ntpq错误"Request timed out"排查
问题
localhost: timed out, nothing received
***Request timed outntpd.conf配置
ntpd.conf配置# For more information about this file, see the man pages
# ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5).
driftfile /var/lib/ntp/drift
pidfile /var/run/ntp.pid
logfile /var/log/ntp.log
# Access Control Support
tinker panic 0
restrict default ignore
restrict -6 default ignore
restrict 59.37.9.151
restrict 59.37.9.152
restrict 127.0.0.1
server 59.37.9.151 iburst minpoll 4 maxpoll 6 prefer
server 59.37.9.152 iburst minpoll 4 maxpoll
server 127.127.1.0
fudge 127.127.1.2 stratum 10ntpd.conf简单解析
ntpd.conf简单解析ntpd.conf配置中restrict default ignore在不同版本差异
ntpd.conf配置中restrict default ignore在不同版本差异参考
Last updated