Ho provato tutto e ho cercato su Google molto! Ma non riesco a far funzionare NTP sul mio server. Questo post è l'ultima speranza! Ho installato ntp sul server debian con questa configurazione ( /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
Ora quando provo:
ntpq -pn
127.0.0.1: timed out, nothing received
***Request timed out
Quando provo:
ntpdate -q
9 Mar 18:08:01 ntpdate[27896]: no servers can be used, exiting
Ma con:
ntpdate -d 0.it.pool.ntp.org
Ricevo i pacchetti in arrivo e imposto il time offset. Questo mi ha portato a una configurazione ntp.conf errata .
Qualche indizio sul perché questo stia accadendo.
service ntpd restart
.
/etc/ntp.conf
? Sei sicuro di quei server NTP? Prova Debian, il mio (funzionante) ntp.conf è qui .