Hi again, On Wed, Dec 23, 2015 at 04:26:29PM +0100, Axel Beckert wrote: > On Wed, Dec 23, 2015 at 01:58:43PM +0000, Tom Yates wrote: > > On Wed, 23 Dec 2015, Tom Yates wrote: > > >There's a question at > > >http://serverfault.com/questions/744958/ntpd-gets-connect-invalid-argument-on-0-0-0-2 > > >from someone who claims that the address 0.0.0.2 periodically makes it > > >into the RR set he gets back when querying pool.ntp.org.
In that posting, it is mentioned that http://www.pool.ntp.org/scores/0.0.0.2 cannot be found. I played around a little bit with the form on http://www.pool.ntp.org/scores/ and found http://www.pool.ntp.org/scores/0.0.0.0 So these kind of entries do exist. (Could be unrelated, though.) > Iterating through all countries on http://www.pool.ntp.org/zone/europe The oneliner for this is btw: for i in `GET http://www.pool.ntp.org/zone/europe | fgrep '<a href="/zone' | egrep -o '..\.pool.ntp.org'`; do dig $i @a.ntpns.org.; done | fgrep 0.0.0. > I found it only in the zone dk.pool.ntp.org so far: In the meanwhile I found this address once also in the Norwegian pool: no.pool.ntp.org. 150 IN A 0.0.0.2 (And got like a dozen more hits in the Danish pool.) Kind regards, Axel Beckert -- Axel Beckert <[email protected]> support: +41 44 633 26 68 IT Services Group, HPT H 6 voice: +41 44 633 41 89 Departement of Physics, ETH Zurich CH-8093 Zurich, Switzerland http://nic.phys.ethz.ch/ _______________________________________________ pool mailing list [email protected] http://lists.ntp.org/listinfo/pool
