Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/ntp: increase pool server count in default config
@ 2015-05-20  3:44 Gergely Imreh
  2015-07-12 17:01 ` Yann E. MORIN
  2015-07-13 16:44 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Gergely Imreh @ 2015-05-20  3:44 UTC (permalink / raw)
  To: buildroot

To protect agains 1 falsticker NTP server, the client needs to connect
to at least 4 servers.

Source:
 http://support.ntp.org/bin/view/Support/SelectingOffsiteNTPServers
 5.3.3. Upstream Time Server Quantity

Signed-off-by: Gergely Imreh <imrehg@gmail.com>
---
 package/ntp/ntpd.etc.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/ntp/ntpd.etc.conf b/package/ntp/ntpd.etc.conf
index 543c8ff..c451aa9 100644
--- a/package/ntp/ntpd.etc.conf
+++ b/package/ntp/ntpd.etc.conf
@@ -1,5 +1,7 @@
 server 0.pool.ntp.org iburst
 server 1.pool.ntp.org iburst
+server 2.pool.ntp.org iburst
+server 3.pool.ntp.org iburst
 
 # Allow only time queries, at a limited rate, sending KoD when in excess.
 # Allow all local queries (IPv4, IPv6)
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-13 16:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-20  3:44 [Buildroot] [PATCH 1/1] package/ntp: increase pool server count in default config Gergely Imreh
2015-07-12 17:01 ` Yann E. MORIN
2015-07-13 16:44 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox