Eu tentei tudo e pesquisei muito no Google! Mas não consigo fazer o trabalho NTP no meu servidor. Este post é a última esperança! Eu instalei o ntp no servidor debian com esta configuração ( /etc/ntp.conf
):
driftfile /var/lib/ntp/ntp.drift
statdir /var/log/ntpstats/
statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable
server 0.it.pool.ntp.org iburst
server 1.it.pool.ntp.org iburst
server 2.it.pool.ntp.org iburst
server 3.it.pool.ntp.org iburst
restrict -4 default nomodify nopeer noquery notrap
restrict -6 default nomodify nopeer noquery notrap
# Restrict eth0 ip
restrict 192.168.1.1
restrict 127.0.0.1 noserve nomodify
restrict ::1
Agora, quando eu tento:
ntpq -pn
127.0.0.1: timed out, nothing received
***Request timed out
Quando tento:
ntpdate -q
9 Mar 18:08:01 ntpdate[27896]: no servers can be used, exiting
Mas com:
ntpdate -d 0.it.pool.ntp.org
Recebo pacotes recebidos e defino o deslocamento de tempo. Isso me levou à configuração incorreta do ntp.conf .
Alguma pista de por que isso está acontecendo.
service ntpd restart
.
/etc/ntp.conf
? Você tem certeza sobre esses servidores NTP? Experimente o Debian, meu (trabalho) ntp.conf está aqui .