Ubuntu 8.10 Server NTP
May 5th, 2009
No comments
I needed to enable the NTP support on an already running server here are my notes for installing the service.
Installing the Daemon
apt-get install ntp |
Then configure the following conf file
nano /etc/ntp.conf |
Add in the following server in the file just under the first line below. pool.ntp.org. The other information below should already be in the conf file.
# You do need to talk to an NTP server or two (or three).
server ntp.ubuntu.com
server pool.ntp.org |