Difference between revisions of "NTP"
From Fixme.ch
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[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 | + | * Parent servers from [http://support.ntp.org/bin/view/Servers/StratumTwoTimeServers ntp.org] |
− | < | + | <pre> |
server tick.meteonews.ch iburst | server tick.meteonews.ch iburst | ||
server clock.tix.ch iburst | server clock.tix.ch iburst | ||
server ntp.metas.ch iburst | server ntp.metas.ch iburst | ||
server ntp.exion.tillo.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 20:21, 17 July 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 broadcast 224.0.1.1 broadcast ff05::101