WSG Network Time Protocol (NTP) at UGA


On campus, we use the Network Time Protocol (NTP) to synchronize the clocks on computers.

WSG provides executable code for NTP daemons for the platforms we support which can be found on the anonymous ftp server at ftp.uga.edu/pub/unix/packages/xntp.uga. Note also that most modern Unix-like OS'es comes with a NTP package already. If so, we highly recommend using that package as your default NTP client.

The Time Servers are:

time3.uga.edu exists off campus and sholdn't be used due to latency, but we like it there in case of serious problems.

Here's a simple ntp.conf for a recent version of the ntp.org ntp reference implementation:

# General Policy
restrict default ignore
restrict 127.0.0.1 

# Policy for Time Servers
restrict 128.192.1.9 mask 255.255.255.255 nomodify notrap noquery
server 128.192.1.9
restrict 128.192.1.193 mask 255.255.255.255 nomodify notrap noquery
server 128.192.1.193
restrict 128.192.1.19 mask 255.255.255.255 nomodify notrap noquery
server 128.192.1.19

# Make the system clock be a "clock of last resort"
server  127.127.1.0     # local clock
fudge   127.127.1.0 stratum 10  

# Store drift somepalce
driftfile /var/lib/ntp/drift

# backup delay for propigation
broadcastdelay  0.008

| Search EITS |

| Comments and Suggestions | OCIO Home | EITS Home | UGA Home |

| WSG Home |