New Microsoft Word Document
New Microsoft Word Document
New Microsoft Word Document
Internet based NTP time server systems fall into two categories: primary and
secondary reference servers. Primary reference servers utilise a highly accurate
external timing reference, such as GPS or radio clocks, to provide precise time.
Secondart reference servers synchronise their time with primary reference servers
and therefore offer slightly reduced accuracy. Primarty reference servers are
designated stratum 1, while other servers have a higher stratum, ie 2 or above.
The NTP source code is freely downloadable under the GNU public license from
the NTP web site at 'ntp.org'. NTP was originally developed for the LINUX
operating system, however, a port to Windows NT is also available. Once the
source code has been obtained, it should be installed, compiled and configured on
the host computer. This process is automated with the installation and
configuration scripts supplied in the distribution. Many Linux based operating
systems have the NTP package pre-installed. However, it may be wise to download
the most recent version, which is currently 4.2.4.
When the configuration file is complete the NTP daemon can be started using the
'ntpd start' script. Other scripts are vailable that can be used to control the
daemon: 'ntpd stop', 'ntpd restart'. There is also a query script available that
shows the current synchronisation status of the daemon: 'ntpq -p'.
The 'restrict' command can be used to control access premissions to the NTP
server. There are a number of permutations or the 'restrict' command; a few
examples are listed below.
restrict default ignore #Restrict all access to the time server restrict 192.168.1.0
mask 255.255.255.0 nomodify notrap # Only allow local computers access