r2 - 02 Mar 2007 - 17:42:20 - Main.ppadalaYou are here: TWiki >  Main Web > RtclEquip > NtpServer

NTP Server

An NTP server is set up on kabru to provide current time to computers in RTCL network.

Configuration on kabru

Kabru uses the NTP server of the EECS department, a server of the University, and four random servers from the US NTP server pool to establish its clock.

restrict default noquery nomodify
restrict 127.0.0.1
restrict 10.0.0.0 mask 255.0.0.0
driftfile /var/lib/ntp/drift/ntp.drift
logfile /var/log/ntp
server ntp.eecs.umich.edu
server ntp.itd.umich.edu
server 0.us.pool.ntp.org
server 1.us.pool.ntp.org
server 2.us.pool.ntp.org
server 3.us.pool.ntp.org

Reference configuration for computers in RTCL network

The IP address of NTP server is provided with DHCP replies. Some OS can be configured to modify NTP configuration file after receiving DHCP replies. For example, you can set the variable DHCLIENT_MODIFY_NTP_CONF to yes in /etc/sysconfig/network/dhcp in SUSE Linux. Otherwise, the following configuration should work, too.

restrict default noquery notrust nomodify
restrict 127.0.0.1
restrict ntp.rtcl
driftfile /var/lib/ntp/drift/ntp.drift
logfile /var/log/ntp
server ntp.rtcl

References

  1. Access control options in ntp.conf
  2. pool.ntp.org: Public NTP time server for everyone

-- Main.chtsai - 01 Mar 2007

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
Main.NtpServer moved from Intra.NtpServer on 02 Mar 2007 - 17:42 by Main.ppadala - put it back

tip TWiki Tip of the Day
InterwikiPlugin links
The InterwikiPlugin automatically links ExternalSite:Page text to external sites based on aliases defined ... Read on Read more

 
Home
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback