I have configured ntp.conf to have four servers to synchronize with. When I run
it is only showing one server and it is not even in sync with the one server that is listed.
vi /etc/ntp.conf
I have followed chapter 28 in the FreeBSD handbook precisely.
I am running FreeBSD 10.3.
Code:
# ntpq -pn
remote refid st t when poll reach delay offset jitter
==============================================================================
36.105.58.17 .INIT. 16 u - 64 0 0.000 0.000 0.000
it is only showing one server and it is not even in sync with the one server that is listed.
vi /etc/ntp.conf
Code:
server time-a.nist.gov iburst
server time-b.nist.gov iburst
server time-c.nist.gov iburst
driftfile /var/db/ntp.drift
restrict default ignore
restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
I have followed chapter 28 in the FreeBSD handbook precisely.
I am running FreeBSD 10.3.