Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This document will help you to configure NTP (The Network Time Protocol) client to access only the US NTP pool.

Steps of Configuration

  • Log in as the root user

  • Run the command: vi /etc/ntp.conf

  • Please add the following in the conf file.

    Code Block
    # Use public servers from the pool.ntp.org project.
    # Please consider joining the pool (http://www.pool.ntp.org/join.html).
    server 0.us.pool.ntp.org
    server 1.us.pool.ntp.org
    server 2.us.pool.ntp.org
    server 3.us.pool.ntp.org
  • Restart the NTPD services with the command : systemctl restart ntpd

...

Change in multiple host (If Required)

Please use the script below :

...