Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NTP Server on Solaris 11.3 Problem

oratecdomAug 21 2019 — edited Aug 22 2019

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,

Comments
Post Details
Added on Aug 21 2019
1 comment
353 views