NTP

From S23Wiki

Network Time Protokoll

download für wind00zen: http://www.meinberg.de/german/sw/ntp.htm


on Debian:

apt-get install ntpdate

[edit] Starting NTPD

In Solaris 9 (and probbly a lot of other 8nix servers) you can just...

/etc/init.d/xntpd start

If you want ntp to start on boot just link the above to rc3 ie

ln -s /etc/init.d/xntpd /etc/rc3.d/S99ntp

In Solaris 10 NTPD is a service (alavible but disabled by default) so start it with

svcadm enable network/ntp

or restart it after making chnage to the config like:

svcadm resnetwork/ntp

[edit] ntp.conf

A basic ntp conf (this is one i use on solaris boxes works with Sol 9 and 10) the ntp servers below are just a few that are publicly avalible.

# ident "@(#)ntp.client 1.3     00/07/17 SMI"
#
# /etc/inet/ntp.client
#
# An example file that could be copied over to /etc/inet/ntp.conf; it
# provides a configuration for a host that passively waits for a server
# to provide NTP packets on the ntp multicast net.
#

#multicastclient 224.0.1.1
server chronos.csr.net
server 81.168.77.149
server ntp2d.mcc.ac.uk

[edit] More ntp Servers

for a uptodate list of servers go to his page


Stratum 1 NTP Time Servers

NTP Server HostnameIP Address Use DNS LocationNTP Server Synchronisation
chronos.csr.net 194.35.252.7 YesComputing Systems Research Ltd. UK NTP V4 primary (Odetics GPS), Sun/Sparc Solaris 2.6
ntp.my-inbox.co.uk 81.168.77.149 NoFalmouth, Cornwall, UK NTP V4.2.0 primary (MSF Radio Clock Receiver), Trustix Linux

 

Stratum 2 NTP Time Servers

NTP Server HostnameIP Address Use DNS LocationNTP Server Synchronisation
ntp2.sandvika.net 194.164.127.6 NoTelehouse Europe, London E14 UK NTP V4 secondary Sun UltraSPARC Solaris 8
ntp2d.mcc.ac.uk 130.88.203.12YesUniversity of Manchester, Manchester, UK NTP secondary (S2), SGI/Irix
ntp2c.mcc.ac.uk 130.88.200.4 YesUniversity of Manchester, Manchester, UK NTP secondary (S2), PC/FreeBSD
ntp.exnet.com 194.207.34.9YesExNet Ltd, London, UK NTP secondary (stratum 2), Sun-4/Unix
audaxsystems.co.uk 193.201.200.83YesInterhouse London E14 UK NTP V4, SuSE 9.0 (Stratum 1)
ntp1.sandvika.net 194.164.127.5 No

Telehouse Europe, London E14 UK

NTP V4 secondary Sun UltraSPARC Solaris 8
ntp.cis.strath.ac.uk YesUniversity of Strathclyde, Glasgow, UK NTP V4 secondary
ntp0.sandvika.net 194.164.127.4NoTelehouse Europe, London E14 UK NTP V4 secondary Sun UltraSPARC Solaris 8

Retrieved from "http://s23.org/wiki/NTP"
Personal tools