Versions Compared

Key

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

TODOThis page can be skipped if you intend to only work with a single machine.

The Network Time Protocol is used to synchronize the clocks of all computers in the CPM lab.

The Ubuntu ntp package should already be installed from the previous step.

Edit the NTP configuration sudo nano /etc/ntp.conf and insert:

pool ntp1.rwth-aachen.de iburst
pool ntp2.rwth-aachen.de iburst

Restart NTP using sudo service ntp restart.

Verify that NTP works correctly by running ntpq -p.