Difference between revisions of "NTP"

From Fixme.ch
Jump to: navigation, search
Line 1: Line 1:
 
* Part of the [[Internal_Server]]
 
* Part of the [[Internal_Server]]
* Joined in the pool (port 123)
+
* Joined in the pool (port 123/udp)
 
* 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
 +
peer hostToConnectAsPeer
 +
broadcast 224.0.1.1
 +
broadcast ff05::101
 
</pre>
 
</pre>

Revision as of 17:54, 15 March 2012

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
peer hostToConnectAsPeer
broadcast 224.0.1.1
broadcast ff05::101