Outils pour utilisateurs

Outils du site


tech:notes_ntpd_-_etre_sa_propre_horloge_systeme

Ceci est une ancienne révision du document !


Notes ntpd - être sa propre horloge système

Configurez le démon NTP qui doit être synchronisé avec sa propre horloge système

Editez /etc/ntp.conf, puis ajoutez les lignes suivantes

/etc/ntp.conf

server 127.127.1.0 prefer # the logical IP address for the NTP server to sync to its own system clock
fudge 127.127.1.0
driftfile /etc/ntp.drift
tracefile /etc/ntp.trace

Source : https://www.ibm.com/docs/fr/db2/11.1.0?topic=suntp-setting-up-network-time-protocol-server-by-using-ntpd

Autres

Avec GPS

server 127.127.28.0 minpoll 4 maxpoll 4
fudge 127.127.28.0 refid GPS

FIXME

tech/notes_ntpd_-_etre_sa_propre_horloge_systeme.1780921275.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki