public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/ntp/files: ntp.conf
@ 2008-09-21  5:20 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2008-09-21  5:20 UTC (permalink / raw
  To: gentoo-commits

vapier      08/09/21 05:20:37

  Modified:             ntp.conf
  Log:
  Use a Gentoo ntp pool #181190 by Rune Magnussen.

Revision  Changes    Path
1.18                 net-misc/ntp/files/ntp.conf

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ntp/files/ntp.conf?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ntp/files/ntp.conf?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ntp/files/ntp.conf?r1=1.17&r2=1.18

Index: ntp.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntp.conf,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ntp.conf	12 Jan 2005 23:48:59 -0000	1.17
+++ ntp.conf	21 Sep 2008 05:20:37 -0000	1.18
@@ -9,7 +9,14 @@
 # Please respect the access policy as stated by the responsible person.
 #server		ntp.example.tld		iburst
 
-server pool.ntp.org
+# Common pool for random people
+#server pool.ntp.org
+
+# Pools for Gentoo users
+server 0.gentoo.pool.ntp.org
+server 1.gentoo.pool.ntp.org
+server 2.gentoo.pool.ntp.org
+server 3.gentoo.pool.ntp.org
 
 ##
 # A list of available servers can be found here:






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

* [gentoo-commits] gentoo-x86 commit in net-misc/ntp/files: ntp.conf
@ 2009-06-20 12:05 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2009-06-20 12:05 UTC (permalink / raw
  To: gentoo-commits

vapier      09/06/20 12:05:58

  Modified:             ntp.conf
  Log:
  Update dhcp comments in ntp.conf #270672 by Rabbe Fogelholm.
  (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.19                 net-misc/ntp/files/ntp.conf

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ntp/files/ntp.conf?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ntp/files/ntp.conf?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ntp/files/ntp.conf?r1=1.18&r2=1.19

Index: ntp.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntp.conf,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ntp.conf	21 Sep 2008 05:20:37 -0000	1.18
+++ ntp.conf	20 Jun 2009 12:05:58 -0000	1.19
@@ -1,9 +1,7 @@
 # NOTES:
-#  - you should only have to update the server line below
-#  - if you start getting lines like 'restrict' and 'fudge'
-#    and you didnt add them, AND you run dhcpcd on your
-#    network interfaces, be sure to add '-Y -N' to the
-#    dhcpcd_ethX variables in /etc/conf.d/net
+# DHCP clients can append or replace NTP configuration files.
+# You should consult your DHCP client documentation about its
+# default behaviour and how to change it.
 
 # Name of the servers ntpd should sync with
 # Please respect the access policy as stated by the responsible person.






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

* [gentoo-commits] gentoo-x86 commit in net-misc/ntp/files: ntp.conf
@ 2014-01-01 23:59 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 3+ messages in thread
From: Robin H. Johnson (robbat2) @ 2014-01-01 23:59 UTC (permalink / raw
  To: gentoo-commits

robbat2     14/01/01 23:59:55

  Modified:             ntp.conf
  Log:
  Secure default configuration (approved by NTP upstream per IRC): by default deny all non-time queries so that monlist-based NTP reflection attacks are blocked; Rate-limit queries and issue KoD for limit-exceeded; Ensure IPv6 localhost is allowed as it is used by default.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.20                 net-misc/ntp/files/ntp.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/ntp.conf?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/ntp.conf?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ntp/files/ntp.conf?r1=1.19&r2=1.20

Index: ntp.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntp.conf,v
retrieving revision 1.19
retrieving revision 1.20
diff -p -w -b -B -u -u -r1.19 -r1.20
--- ntp.conf	20 Jun 2009 12:05:58 -0000	1.19
+++ ntp.conf	1 Jan 2014 23:59:55 -0000	1.20
@@ -38,10 +38,12 @@ driftfile	/var/lib/ntp/ntp.drift
 #restrict default ignore
 
 
-# To deny other machines from changing the
-# configuration but allow localhost:
-restrict default nomodify nopeer
+# Default configuration:
+# - Allow only time queries, at a limited rate, sending KoD when in excess.
+# - Allow all local queries (IPv4, IPv6)
+restrict default nomodify nopeer noquery limited kod
 restrict 127.0.0.1
+restrict [::1]
 
 
 # To allow machines within your network to synchronize





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

end of thread, other threads:[~2014-01-01 23:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-21  5:20 [gentoo-commits] gentoo-x86 commit in net-misc/ntp/files: ntp.conf Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-20 12:05 Mike Frysinger (vapier)
2014-01-01 23:59 Robin H. Johnson (robbat2)

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