No replies. It doesn’t need to be @kkursor, but would someone in Russia please check if Cloudflare servers are working from within Russia? They are included in *.ru.pool.ntp.org but keep in mind with their IP addresses being anycast from many different data centers, just because monitors outside Russia say it’s working and it is in the zone doesn’t mean it’s working for clients inside Russia. My hunch is it does indeed work inside Russia and that’s letting clients using *.ru.pool.ntp.org continue to work despite what I suspect is a malicious flood of NTP queries to that zone, but it would be groovy to know one way or the other.
If you have access to ntpdate, try:
nslookup time.cloudflare.com.
Does the response include the IP addresses below? Then please try:
ntpdate -d 162.159.200.1
ntpdate -d 162.159.200.123
and if you have IPv6, also:
ntpdate -d 2606:4700:f1::1
ntpdate -d 2606:4700:f1::123
The output should make it clear if you’re getting responses and how close they suggest your system clock is.
If you don’t have access to ntpdate, you can test by adding those addresses to your NTP server configuration and looking at the status after a few minutes to see if you’re getting useful responses.