INFN Torino - Servizio Calcolo e Reti

NTP (Network Time Protocol)

  • Configurazione (RHEL7)
  • Servizio Calcolo e Reti

  • Richiesta account
  • Cluster centrale UNIX
  • Posta elettronica
  • Mailing list manager
  • Accesso alla rete LAN
  • Accesso alla rete wireless
  • Virtual Private Network
  • Software su licenza
  • Windows
  • NTP (Network Time Protocol)
  • Bacheca elettronica
  • News
  • Configurazione di NTP (Network Time Protocol) su RHEL7

    Installare il pacchetto ntp:

       # yum install ntp
       

    Modificare il file /etc/ntp.conf sostituendo le seguenti direttive:

       server 0.rhel.pool.ntp.org iburst
       server 1.rhel.pool.ntp.org iburst
       server 2.rhel.pool.ntp.org iburst
       server 3.rhel.pool.ntp.org iburst
       

    Con queste:

       server time.to.infn.it
       restrict time.to.infn.it mask 255.255.255.255 nomodify notrap noquery
       

    Abilitare e avviare il servizio:

       # systemctl enable ntpd
       # systemctl start ntpd
       


    This page has been last updated on: Tuesday, 23-May-2017 14:34:53 CEST