Im having a problem configuring NTP using Solaris 11.3 as OS.
Here is my config on /etc/inet/ntp.conf file:
server 192.168.0.11 iburst
statsdir /var/ntp/ntpstats/
filegen peerstats file peerstats type day enable
filegen loopstats file loopstats type day enable
filegen cryptostats file cryptostats type day enable
driftfile /var/ntp/ntp.drift
enable auth monitor
The server shows me this message:
ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
192.168.0.11 .XFAC. 16 u 1308 64 0 0.000 0.000 0.000
I changed the date in my system but I cannot see that the server updates the time automatically:
date 0921173404
Any idea?.
I want to know if my config file looks good.
Regards,