[chrony-users] Isolated Network Configuration |
[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-users Archives ]
Hello,
I have an isolated network with the following topology:
None of the computers are connected to the internet and thus there is no NTP connection. All computers have an RTC. Server A will be powered on at all times and the other computers will be powered on and off as needed (this is an embedded environment). The diagram below shows the setup in a little more detail.
I’ve been spending quite a bit of time trying to configure the system to meet my needs but I can’t seem to satisfy every scenario simultaneously. I know this is complicated by the fact that there are only 2 servers in the network. I’ve tried to compile my requirements into a table of scenarios and desired outcomes.
So far, my biggest trouble has been meeting SC04 AND SC06 with the same configuration. This is where I’m at right now with the relevant sections of the configuration:
rtcsyncallow 192.168.5
local stratum 10 orphan
makestep 1 -1
refclock SHM 0 refid GPS delay 0.2 trust
server 192.168.5.1
peer 192.168.5.4 iburst minpoll 4
rtcsyncallow 192.168.5
local stratum 10 orphan
makestep 1 -1
refclock SHM 0 refid GPS delay 0.2
server 192.168.5.4
peer 192.168.5.1 iburst minpoll 4 trust
rtcsync
makestep 1 -1
server 192.168.5.1 iburst minpoll 4 trust
server 192.168.5.4 iburst minpoll 4
This config setup is the closest I have gotten to achieving my desired outcomes. I thought that the orphan
option for the local refclock was correct in this scenario but I keep receiving an error when testing SC05: Unknown local refid in orphan mode
. I’m happy to provide more information and I would appreciate all the help I can get at this point!
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |