Lo intenté todo y busqué mucho en Google. Pero no puedo hacer que funcione NTP en mi servidor. Esta publicación es la última esperanza! He instalado ntp en el servidor debian con esta configuración ( /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
Ahora cuando lo intento:
ntpq -pn
127.0.0.1: timed out, nothing received
***Request timed out
Cuando lo intento:
ntpdate -q
9 Mar 18:08:01 ntpdate[27896]: no servers can be used, exiting
Pero con:
ntpdate -d 0.it.pool.ntp.org
Recibo los paquetes entrantes y establezco la compensación de tiempo. Esto me llevó a una configuración incorrecta de ntp.conf .
Alguna pista de por qué está sucediendo esto.
service ntpd restart
.
/etc/ntp.conf
? ¿Estás seguro de esos servidores NTP? Prueba Debian's, mi (trabajando) ntp.conf está aquí .