I read that ntp
uses all the servers for time synchronization. It got me one question.
Suppose I am having multiple servers in the ntp.conf
file and time gap is also more than 1 day. I have not specified prefer keyword also in the ntp.conf
file.
server.1 <ip>
server.2 <ip>
server.3 <ip>
server.4 <ip>
If I ran ntpd
with -g
option then which server will ntp
daemon prefer for filling the large time gap?