Difference between revisions of "NTP"

From Fixme.ch
Jump to: navigation, search
(Created page with "* Using [0-3].ch.pool.ntp.org pool * Joined in the pool (port 123)")
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* Using [0-3].ch.pool.ntp.org pool
+
[[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]
 +
<pre>
 +
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
 +
</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>

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