This commit is contained in:
37
content/snippets/0230-timeserver2.md
Normal file
37
content/snippets/0230-timeserver2.md
Normal file
@ -0,0 +1,37 @@
|
||||
<!--
|
||||
title: Stratum 1 NTP Server participating in ntppool.org
|
||||
date: 2025-03-13
|
||||
-->
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
[Details at ntppool.org](https://www.ntppool.org/scores/93.241.86.156)
|
||||
|
||||
## Harrison
|
||||

|
||||

|
||||
|
||||
Setup details for this machine are here: [https://gitea.hottis.de/wn/harrison-setup](https://gitea.hottis.de/wn/harrison-setup).
|
||||
|
||||
The snmpd subagent for monitoring the ntp daemon is here: [https://gitea.hottis.de/wn/snmp-agentx-ntpsec](https://gitea.hottis.de/wn/snmp-agentx-ntpsec).
|
||||
|
||||
### Details of Setup
|
||||
|
||||
A GPS receiver (ublox Neo-6M) is connected via a RS232 level converter (MAX232) and via the RS232 connection to a machine (it was not easy to find one with RS232) with a Debian installation.
|
||||
|
||||
The PPS signal of the GPS receiver is transmitted via the DCD line of the RS232 connection. That in turn is evaluated by the NMEA line discipline of Linux.
|
||||
|
||||
The GPS receiver is then configured as a reference clock in ntpsec:
|
||||
|
||||
```
|
||||
refclock nmea unit 0 mode 0x10 minpoll 4 maxpoll 4 path /dev/ttyS0 ppspath /dev/pps0 baud 9600 flag1 1 flag2 1 flag3 0 refid LIgp
|
||||
```
|
||||
|
||||
|
||||
## David
|
||||

|
||||
|
||||
Details on the setup of this machine are described here: [https://minimal-setups.de/blog/timeserver/](https://minimal-setups.de/blog/timeserver/).
|
||||
|
Reference in New Issue
Block a user