12
edits
Changes
Added chrony
Virginia Tech hosts four [[w:Network Time Protocol|Network Time Protocol]] (NTP) servers:
* '''ntp-1.vt.edu''' (198.82.1247.20151) (2001:468:c80:2101:0:14b:a768:154f)* '''ntp-2.vt.edu''' (198.82.1247.20271) (2001:468:c80:4101:0:1b6:a45f:ab40)* '''ntp-3.vt.edu''' (198.82.1247.203108) (2001:468:c80:6101:0:111:7c3a:677)* '''ntp-4.vt.edu''' (198.82.1247.204131) (2001:468:c80:8101:0:178:d2dd:db75)
=== Using Gnome ===
</pre>
=== Using chrony ===
Backup your <code>/etc/chrony/chrony.conf</code>:
<pre>
# cp /etc/chrony/chrony.conf /etc/chrony/chrony.conf.bak
</pre>
Add the following lines to <code>/etc/chrony/chrony.conf</code>:
<pre>
server ntp-1.vt.edu
server ntp-2.vt.edu
server ntp-3.vt.edu
server ntp-4.vt.edu
</pre>
[[Category:Howtos]]
[[Category:Campus computing resources]]