Changes between Version 2 and Version 3 of Docs/825gen2/Dev/Networking/TimeSync
- Timestamp:
- 02/21/24 14:29:35 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/TimeSync
v2 v3 2 2 3 3 The 825gen2 provides time/date synchronization to automatically set the time and date from a server on the internet. 4 5 {{{ 6 card825gen2:~$ timedatectl show-timesync --all 7 LinkNTPServers= 8 SystemNTPServers= 9 FallbackNTPServers=time1.google.com time2.google.com time3.google.com time4.google.com 10 ServerName=time3.google.com 11 ServerAddress=216.239.35.8 12 RootDistanceMaxUSec=5s 13 PollIntervalMinUSec=32s 14 PollIntervalMaxUSec=34min 8s 15 PollIntervalUSec=17min 4s 16 NTPMessage={ Leap=0, Version=4, Mode=4, Stratum=1, Precision=-20, RootDelay=0, RootDispersion=106us, Reference=GOOG, OriginateTimestamp=Wed 2024-02-21 14:13:48 CST, ReceiveTimestamp=Wed 2024-02-21 14:13:48 CST, TransmitTimestamp=Wed 2024-02-21 14:13:48 CST, DestinationTimestamp=Wed 2024-02-21 14:13:48 CST, Ignored=no, PacketCount=6, Jitter=10.205ms } 17 Frequency=1093238 18 }}} 19 4 20 5 21 {{{