Archive

Posts Tagged ‘ntp’

Ubuntu 8.10 Server NTP

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

Categories: Ubuntu 8.x Server Tags: , ,