mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +01:00
Compare commits
4 Commits
77dfbf59af
...
56ed09d9ef
Author | SHA1 | Date | |
---|---|---|---|
56ed09d9ef | |||
6cf6426df6 | |||
ea9ee3d9da | |||
28068278c4 |
@ -1,7 +1,7 @@
|
|||||||
# Configuring SNTP Servers in Windows terminal
|
# Configuring SNTP Servers in Windows terminal
|
||||||
|
|
||||||
```
|
```
|
||||||
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 /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 /resync
|
w32tm /resync
|
||||||
w32tm /query /peers
|
w32tm /query /peers
|
||||||
```
|
```
|
||||||
@ -15,22 +15,29 @@ 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
|
||||||
|
|
||||||
Note: `time.cloudflare.com` and `nts.netnod.se` probably work everywhere and
|
### DNA
|
||||||
I am keeping the second at hand in hopes of Windows implementing support for
|
|
||||||
NTS. Additionally Sweden is a neighbouring country and thus doesn't seem
|
*Including Moi*
|
||||||
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 nts.netnod.se ntp1.kolumbus.fi ntp2.kolumbus.fi ntp.saunalahti.fi time.mikes.fi pool.ntp.org"
|
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"
|
||||||
```
|
```
|
||||||
|
|
||||||
* https://elisa.fi/asiakaspalvelu/ohje/tiedonsiirtoportit-porttiohjaukset-palvelimet/
|
* https://elisa.fi/asiakaspalvelu/ohje/tiedonsiirtoportit-porttiohjaukset-palvelimet/
|
||||||
|
@ -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
|
||||||
server ntp.dnainternet.fi iburst
|
pool ntp.dnainternet.fi maxsources 3 iburst
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
# Public official Finnish time server, I am very surprised if there is leap
|
# Public official Finnish time server
|
||||||
# smearing
|
# https://www.vttresearch.com/en/ourservices/time-finland-ntp-network-time-service
|
||||||
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user