Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Gergely Imreh <imrehg@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/ntp: increase pool server count in default config
Date: Wed, 20 May 2015 03:44:17 +0000	[thread overview]
Message-ID: <1432093452-18281-1-git-send-email-imrehg@gmail.com> (raw)

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

             reply	other threads:[~2015-05-20  3:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-20  3:44 Gergely Imreh [this message]
2015-07-12 17:01 ` [Buildroot] [PATCH 1/1] package/ntp: increase pool server count in default config Yann E. MORIN
2015-07-13 16:44 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1432093452-18281-1-git-send-email-imrehg@gmail.com \
    --to=imrehg@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox