ntpd 4.2.8p15@1.3728-o
2020-11-24T09:25:03 ntpd[76735] 162.159.200.1 8011 81 mobilize assoc 250922020-11-24T09:25:03 ntpd[76735] DNS pool.ntp.org -> 162.159.200.12020-11-24T09:25:03 ntpd[76735] 51.105.208.173 8011 81 mobilize assoc 250912020-11-24T09:25:03 ntpd[76735] DNS time.windows.com -> 51.105.208.173
Hintpd changes not mentioned on 20.7.5 release.Quote ntpd 4.2.8p15@1.3728-osame as on my 20.7.4Quote2020-11-24T09:25:03 ntpd[76735] 162.159.200.1 8011 81 mobilize assoc 250922020-11-24T09:25:03 ntpd[76735] DNS pool.ntp.org -> 162.159.200.12020-11-24T09:25:03 ntpd[76735] 51.105.208.173 8011 81 mobilize assoc 250912020-11-24T09:25:03 ntpd[76735] DNS time.windows.com -> 51.105.208.173what if not to use this servers. and enable only *.opnsense.pool.ntp.org?
ntpdate -u 193.225.126.76
2020-11-26T16:37:08 ntpd[74518] kernel reports TIME_ERROR: 0x2041: Clock Unsynchronized2020-11-26T16:37:08 ntpd[74518] kernel reports TIME_ERROR: 0x2041: Clock Unsynchronized2020-11-26T16:37:08 ntpd[74518] Listening on routing socket on fd #29 for interface updates2020-11-26T16:37:08 ntpd[74518] Listen normally on 8 lo0 127.0.0.1:1232020-11-26T16:37:08 ntpd[74518] Listen normally on 7 lo0 [fe80::1%6]:1232020-11-26T16:37:08 ntpd[74518] Listen normally on 6 lo0 [::1]:1232020-11-26T16:37:08 ntpd[74518] Listen normally on 5 igb1 [fe80::290:27ff:fee5:62c1%2]:1232020-11-26T16:37:08 ntpd[74518] Listen normally on 4 igb1 10.2.2.1:1232020-11-26T16:37:08 ntpd[74518] Listen normally on 3 igb0 192.168.15.2:1232020-11-26T16:37:08 ntpd[74518] Listen normally on 2 igb0 [fe80::290:27ff:fee5:62c0%1]:1232020-11-26T16:37:08 ntpd[74518] Listen and drop on 1 v4wildcard 0.0.0.0:1232020-11-26T16:37:08 ntpd[74518] Listen and drop on 0 v6wildcard [::]:1232020-11-26T16:37:08 ntpd[74518] restrict: 'monitor' cannot be disabled while 'limited' is enabled2020-11-26T16:37:08 ntpd[74518] gps base set to 2020-08-23 (week 2120)2020-11-26T16:37:08 ntpd[74518] basedate set to 2020-08-202020-11-26T16:37:08 ntpd[74518] proto: precision = 0.264 usec (-22)2020-11-26T16:37:08 ntpd[28401] ----------------------------------------------------2020-11-26T16:37:08 ntpd[28401] available at https://www.nwtime.org/support2020-11-26T16:37:08 ntpd[28401] corporation. Support and training for ntp-4 are2020-11-26T16:37:08 ntpd[28401] Inc. (NTF), a non-profit 501(c)(3) public-benefit2020-11-26T16:37:08 ntpd[28401] ntp-4 is maintained by Network Time Foundation,2020-11-26T16:37:08 ntpd[28401] ----------------------------------------------------2020-11-26T16:37:08 ntpd[28401] Command line: /usr/local/sbin/ntpd -g -c /var/etc/ntpd.conf -p /var/run/ntpd.pid2020-11-26T16:37:08 ntpd[28401] ntpd 4.2.8p15@1.3728-o Tue Sep 1 03:12:27 UTC 2020 (1): Starting2020-11-26T16:37:08 ntpd[74793] 52.67.171.238 local addr 192.168.15.2 -> <null>2020-11-26T16:37:08 ntpd[74793] 192.36.143.130 local addr 192.168.15.2 -> <null>2020-11-26T16:37:08 ntpd[74793] 143.107.229.211 local addr 192.168.15.2 -> <null>2020-11-26T16:37:08 ntpd[74793] 162.159.200.1 local addr 192.168.15.2 -> <null>2020-11-26T16:37:08 ntpd[74793] ntpd exiting on signal 15 (Terminated)
* This code may be returned when ntp_adjtime() has just * been called for the first time, quite a while after * startup, when ntpd just starts to discipline the kernel * time. In this case the occurrence of this message * can be pretty confusing. * * HMS: How about a message when we begin kernel processing: * Determining kernel clock state... * so an initial TIME_ERROR message is less confising, * or skipping the first message (ugh), * or ??? * msyslog(LOG_INFO, "kernel reports time synchronization lost"); */ msyslog(LOG_INFO, "kernel reports TIME_ERROR: %#x: %s", ptimex->status, des);