Craig Rodrigues wrote: > Hi, > > I was looking at: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=75479 > > I wrote the attached script to do DNS lookups on > all the ntp servers listed in sysinstall, > and found the following ones could not be resolved. > > Can anyone suggest replacements? > > > Could not find following NTP servers in DNS: > =========================================== > { "Australia #5", "time.esec.com.au", > { "Indonesia", "ntp.incaf.net", > { "Mexico", "ntp2a.audiotel.com.mx", > { "Mexico #2", "ntp2b.audiotel.com.mx", > { "Mexico #3", "ntp2c.audiotel.com.mx", > { "Nigeria", "ntp.supernet300.com", > { "Portugal", "bug.fe.up.pt", > { "Russia #2", "sign.chg.ru", > { "Singapore", "ntp.shim.org", > { "Slovenia", "calvus.rzs-hm.si", > { "United Kingdom #9", "tick.tanac.net", > { "U.S. AR", "sushi.compsci.lyon.edu", > { "U.S. NY", "clock.linuxshell.net", > { "U.S. NY #2", "ntp.ctr.columbia.edu", > { "U.S. NY #4", "ntp1.mpis.net", > { "U.S. NY #5", "ntp2.mpis.net", > { "U.S. OK", "constellation.ecn.uoknor.edu", > { "U.S. TX", "ntp.cox.smu.edu", > { "U.S. WA", "clock.tricity.wsu.edu", > { "Venezuela", "ntp.linux.org.ve", > =========================================== > > While your at it, could you a few swedish NTP servers, there is only one in the list. ntp1.sp.se - SP Swedish National Testing and Research Institute (http://www.sp.se/metrology/timefreq/eng/tandf.htm) ntp2.sp.se - (same as above) ntp.kth.se - Royal Institute of Technology (http://www.kth.se/eng/index.html) They are all public and well established. Fredrik Lindberg Index: menus.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/menus.c,v retrieving revision 1.410 diff -u -r1.410 menus.c --- menus.c 16 Jun 2005 18:16:13 -0000 1.410 +++ menus.c 20 Aug 2005 11:09:54 -0000 _at__at_ -1702,7 +1702,16 _at__at_ { "Russia #2", "sign.chg.ru", dmenuVarsCheck, dmenuSetVariables, NULL, "ntpdate_enable=YES,ntpdate_flags=sign.chg.ru" }, - { "Sweden", "ntp.lth.se", + { "Sweden", "ntp1.sp.se", + dmenuVarsCheck, dmenuSetVariables, NULL, + "ntpdate_enable=YES,ntpdate_flags=ntp1.sp.se" }, + { "Sweden #2", "ntp2.sp.se", + dmenuVarsCheck, dmenuSetVariables, NULL, + "ntpdate_enable=YES,ntpdate_flags=ntp2.sp.se" }, + { "Sweden #3", "ntp.kth.se", + dmenuVarsCheck, dmenuSetVariables, NULL, + "ntpdate_enable=YES,ntpdate_flags=ntp.kth.se" }, + { "Sweden #4", "ntp.lth.se", dmenuVarsCheck, dmenuSetVariables, NULL, "ntpdate_enable=YES,ntpdate_flags=ntp.lth.se" }, { "Singapore", "ntp.shim.org",Received on Sat Aug 20 2005 - 09:13:35 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:41 UTC