Compare commits

..

No commits in common. "56ed09d9efd40f0f196e024bc6be984d62f8c4d6" and "77dfbf59afb3ef0059a8fa7f9b13a4861c426ab5" have entirely different histories.

3 changed files with 11 additions and 22 deletions

View File

@ -1,7 +1,7 @@
# Configuring SNTP Servers in Windows terminal # Configuring SNTP Servers in Windows terminal
``` ```
w32tm /config /syncfromflags:manual /manualpeerlist:"time.cloudflare.com time.mikes.fi time1.mikes.fi time2.mikes.fi time3.mikes.fi 0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org" w32tm /config /syncfromflags:manual /manualpeerlist:"time.cloudflare.com nts.netnod.se time.mikes.fi 0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org"
w32tm /resync w32tm /resync
w32tm /query /peers w32tm /query /peers
``` ```
@ -15,29 +15,22 @@ w32tm /query /peers
that may be blocked while the second keeps working. It may also not that may be blocked while the second keeps working. It may also not
show all the peers, just the primary one, while `w32tm` is more verbose show all the peers, just the primary one, while `w32tm` is more verbose
and has all of them. and has all of them.
* As Windows doesn't support NTS and probably won't in near future, there is
no point in listing distant foreign servers.
## Variations ## Variations
Variations of the timeserver setting command to be kept at hand Variations of the timeserver setting command to be kept at hand
### DNA Note: `time.cloudflare.com` and `nts.netnod.se` probably work everywhere and
I am keeping the second at hand in hopes of Windows implementing support for
*Including Moi* NTS. Additionally Sweden is a neighbouring country and thus doesn't seem
too bad location for an NTP server.
```
w32tm /config /syncfromflags:manual /manualpeerlist:"time.cloudflare.com ntp.dnainternet.fi time.mikes.fi time1.mikes.fi time2.mikes.fi time3.mikes.fi pool.ntp.org"
```
* https://www.dna.fi/liikennerajoitukset
* https://asiakaspalvelu.moi.fi/hc/fi/articles/360029789832-Mitk%C3%A4-ovat-Moin-palvelinosoitteet-
### Elisa ### Elisa
Finnish WISP that I seem to often be a customer of.
``` ```
w32tm /config /syncfromflags:manual /manualpeerlist:"time.cloudflare.com ntp1.kolumbus.fi ntp2.kolumbus.fi ntp.saunalahti.fi time.mikes.fi time1.mikes.fi time2.mikes.fi time3.mikes.fi pool.ntp.org" w32tm /config /syncfromflags:manual /manualpeerlist:"time.cloudflare.com nts.netnod.se ntp1.kolumbus.fi ntp2.kolumbus.fi ntp.saunalahti.fi time.mikes.fi pool.ntp.org"
``` ```
* https://elisa.fi/asiakaspalvelu/ohje/tiedonsiirtoportit-porttiohjaukset-palvelimet/ * https://elisa.fi/asiakaspalvelu/ohje/tiedonsiirtoportit-porttiohjaukset-palvelimet/

View File

@ -1,2 +1,2 @@
# DNA & Moi NTP server, no idea on smearing, I hope not # DNA & Moi NTP server, no idea on smearing, I hope not
pool ntp.dnainternet.fi maxsources 3 iburst server ntp.dnainternet.fi iburst

View File

@ -1,7 +1,3 @@
# Public official Finnish time server # Public official Finnish time server, I am very surprised if there is leap
# https://www.vttresearch.com/en/ourservices/time-finland-ntp-network-time-service # smearing
# https://monitor.mikes.fi/ntp/
server time.mikes.fi iburst server time.mikes.fi iburst
server time1.mikes.fi iburst
server time2.mikes.fi iburst
server time3.mikes.fi iburst