[email protected] wrote: > Any advices how to make them all behave and be closer to each other?
Better system oscillators (TCXO OCXO) for less drift? External PPS Rubidium/Cesium/GPS/... Refclock for Servers &/or Clients? # ntp.conf for ALL your (Clients and/or Servers) tos cohort 1 orphan 11 restrict default limited kod nomodify notrap restrict 127.0.0.1 restrict source nomodify keys "/etc/ntp.keys" # e.g. contains: 123 M YOUR_MD5_KEY trustedkey 123 manycastserver 224.0.1.1 manycastclient 224.0.1.1 key 123 preempt multicastclient 224.0.1.1 key 123 preempt broadcastclient pool pool.ntp.org preempt # Won't hurt anything if the internet can't be reached tinker step 0 server 10.10.52.104 iburst maxpoll 6 # If you address servers by name append preempt # Note: Don't set minpoll or maxpoll excessively low for servers that are not owned by you # add to ntp.conf for your S1 Server server 10.10.2.101 iburst maxpoll 6 server 10.9.2.80 iburst maxpoll 6 server 10.10.52.111 iburst maxpoll 6 Don't use server 127.127.1.0 -- E-Mail Sent to this address <[email protected]> will be added to the BlackLists. _______________________________________________ questions mailing list [email protected] http://lists.ntp.org/listinfo/questions
