You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This 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.


  • No labels