Difference between revisions of "Network Time Protocol"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Admin
imported>Cov
Line 1: Line 1:
 
== Syncing your clock to Virginia Tech's time servers ==
 
== Syncing your clock to Virginia Tech's time servers ==
Virginia Tech hosts four [http://en.wikipedia.org/wiki/Network_Time_Protocol  Network Time Protocol] (NTP) servers:
+
Virginia Tech hosts four [[w:Network Time Protocol|Network Time Protocol]] (NTP) servers:
 +
 
 +
* '''ntp-1.vt.edu''' (198.82.1.201)
 +
* '''ntp-2.vt.edu''' (198.82.1.202)
 +
* '''ntp-3.vt.edu''' (198.82.1.203)
 +
* '''ntp-4.vt.edu''' (198.82.1.204)
 +
 
 +
=== Using Gnome ===
 +
# Right click on the clock in the top right hand corner of your desktop and select '''Adjust Date & Time'''.
 +
# You may have to enter your password to continue.
 +
# From the '''Configuration''' drop-down list, select '''Keep synchronized with Internet servers'''.
 +
# You may need to click '''Install NTP support'''.
 +
# Click '''Select Servers'''.
 +
# Type <code>ntp-1.vt.edu</code>
 +
# Click the '''Add''' button.
 +
# Type <code>ntp-2.vt.edu</code>
 +
# Click the '''Add''' button.
 +
# Type <code>ntp-3.vt.edu</code>
 +
# Click the '''Add''' button.
 +
# Type <code>ntp-4.vt.edu</code>
 +
# Click the '''Add''' button.
 +
# Click the '''Close''' button.
 +
# Click the '''Close''' button again.
  
<ul><li> '''ntp-1.vt.edu''' (198.82.1.201)
 
</li><li> '''ntp-2.vt.edu''' (198.82.1.202)
 
</li><li> '''ntp-3.vt.edu''' (198.82.1.203)
 
</li><li> '''ntp-4.vt.edu''' (198.82.1.204)
 
</li></ul>
 
=== Using GNOME ===
 
<ol><li> Right click on the clock in the top right hand corner of your desktop and select '''Adjust Date &amp; Time'''.
 
</li><li> You may have to enter your password to continue.
 
</li><li> From the '''Configuration''' drop-down list, select '''Keep synchronized with Internet servers'''.
 
</li><li> You may need to click '''Install NTP support'''.
 
</li><li> Click '''Select Servers'''.
 
</li><li> Type <code>ntp-1.vt.edu</code>
 
</li><li> Click the '''Add''' button.
 
</li><li> Type <code>ntp-2.vt.edu</code>
 
</li><li> Click the '''Add''' button.
 
</li><li> Type <code>ntp-3.vt.edu</code>
 
</li><li> Click the '''Add''' button.
 
</li><li> Type <code>ntp-4.vt.edu</code>
 
</li><li> Click the '''Add''' button.
 
</li><li> Click the '''Close''' button.
 
</li><li> Click the '''Close''' button again.
 
</li></ol>
 
 
=== Using ntpd ===
 
=== Using ntpd ===
<ol><li> Backup your ntp.conf <code></code><pre>cp /etc/ntp.conf /etc/ntp.conf.bak</pre>
+
Backup your <code>/etc/ntp.conf</code>:
</li><li> Add the following lines to <code>/etc/ntp.conf</code>:  
+
<pre>
</li></ol>
+
# cp /etc/ntp.conf /etc/ntp.conf.bak
<code></code><pre>server ntp-1.vt.edu
+
</pre>
 +
 
 +
Add the following lines to <code>/etc/ntp.conf</code>:  
 +
<pre>
 +
server ntp-1.vt.edu
 
server ntp-2.vt.edu
 
server ntp-2.vt.edu
 
server ntp-3.vt.edu
 
server ntp-3.vt.edu
server ntp-4.vt.edu</pre>
+
server ntp-4.vt.edu
 +
</pre>
 +
 
 
=== Using ntpdate ===
 
=== Using ntpdate ===
<ol><li> Change the contents of /etc/cron.daily/ntpdate to: <code></code><pre>ntpdate ntp-1.vt.edu ntp-2.vt.edu ntp-3.vt.edu ntp-4.vt.edu</pre>
+
Change the contents of <code>/etc/cron.daily/ntpdate<code> to:
</li></ol>
+
<pre>
 +
ntpdate ntp-1.vt.edu ntp-2.vt.edu ntp-3.vt.edu ntp-4.vt.edu
 +
</pre>
 +
 
  
 
[[Category:Howtos]]
 
[[Category:Howtos]]
 
[[Category:Campus computing resources]]
 
[[Category:Campus computing resources]]

Revision as of 18:36, 15 December 2009

Syncing your clock to Virginia Tech's time servers

Virginia Tech hosts four Network Time Protocol (NTP) servers:

  • ntp-1.vt.edu (198.82.1.201)
  • ntp-2.vt.edu (198.82.1.202)
  • ntp-3.vt.edu (198.82.1.203)
  • ntp-4.vt.edu (198.82.1.204)

Using Gnome

  1. Right click on the clock in the top right hand corner of your desktop and select Adjust Date & Time.
  2. You may have to enter your password to continue.
  3. From the Configuration drop-down list, select Keep synchronized with Internet servers.
  4. You may need to click Install NTP support.
  5. Click Select Servers.
  6. Type ntp-1.vt.edu
  7. Click the Add button.
  8. Type ntp-2.vt.edu
  9. Click the Add button.
  10. Type ntp-3.vt.edu
  11. Click the Add button.
  12. Type ntp-4.vt.edu
  13. Click the Add button.
  14. Click the Close button.
  15. Click the Close button again.

Using ntpd

Backup your /etc/ntp.conf:

# cp /etc/ntp.conf /etc/ntp.conf.bak

Add the following lines to /etc/ntp.conf:

server ntp-1.vt.edu
server ntp-2.vt.edu
server ntp-3.vt.edu
server ntp-4.vt.edu

Using ntpdate

Change the contents of /etc/cron.daily/ntpdate to:

ntpdate ntp-1.vt.edu ntp-2.vt.edu ntp-3.vt.edu ntp-4.vt.edu