I have 4 redhat boxes that are each sync'ed by their own arbiter gps clock. These are acting as time sources for the rest of my network.
Can I include all four boxes in the peer statements in ntp.conf, so I only have to deal with one ntp.conf, as in:
peer rh1
peer rh2
peer rh3
peer rh4
Or do I have to leave out the local hostname for each ntp.conf, as in:
rh1:
peer rh2
peer rh3
peer rh4
rh2:
peer rh1
peer rh3
peer rh4
etc.
Thanks!