Meu NTPD não inicia corretamente na inicialização, pois nenhum dos meus clientes pode obter tempo, mas quando eu faço logon e digito
systemctl restart ntp
começa a funcionar
Se eu re-boot e logon, em seguida, tentar usar o ntpq e tipo peer eu recebo o seguinte
ntpq> peer
ntpq: read: Connection refusedntpq>
Então, estou pensando em atrasar a inicialização para corrigir essa versão do My NTPD.
ntpq [email protected] Wed Jul 12 12:23:43 UTC 2017 (1)
meu ntp.conf completo é
# /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help
driftfile /var/lib/ntp/ntp.drift
# Enable this if you want statistics to be logged.
pool 0.au.pool.ntp.org iburst
server netservices.wilson.lan
# By default, exchange time with everybody, but don't allow configuration.
restrict -4 default kod notrap nomodify nopeer noquery limited
restrict -6 default kod notrap nomodify nopeer noquery limited
restrict source notrap nomodify noquery
# Local users may interrogate the ntp server more closely.
restrict 127.0.0.1
restrict ::1
Outras informações