Difference between revisions of "NTP"

From Fixme.ch
Jump to: navigation, search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* Part of the [[Internal_Server]]
+
[[Category:Services]]
* Joined in the pool (port 123)
+
* Joined in the pool (port 123/udp) [http://www.pool.ntp.org/scores/62.220.135.248 score]
 
* Parent servers from [http://support.ntp.org/bin/view/Servers/StratumTwoTimeServers ntp.org]
 
* Parent servers from [http://support.ntp.org/bin/view/Servers/StratumTwoTimeServers ntp.org]
 
<pre>
 
<pre>
Line 8: Line 8:
 
server ntp.exion.tillo.ch iburst
 
server ntp.exion.tillo.ch iburst
 
server ntp1.de iburst
 
server ntp1.de iburst
 +
</pre>
 +
* Act as peer, broadcast time
 +
<pre>
 +
restrict -4 default kod notrap nomodify
 +
restrict -6 default kod notrap nomodify
 +
broadcast 224.0.1.1
 +
broadcast ff05::101
 
</pre>
 
</pre>

Latest revision as of 22:21, 17 July 2012

  • Joined in the pool (port 123/udp) score
  • Parent servers from ntp.org
server tick.meteonews.ch iburst
server clock.tix.ch iburst
server ntp.metas.ch iburst
server ntp.exion.tillo.ch iburst
server ntp1.de iburst
  • Act as peer, broadcast time
restrict -4 default kod notrap nomodify
restrict -6 default kod notrap nomodify
broadcast 224.0.1.1
broadcast ff05::101