I'm trying to config ntpserver and client.what should I do to ntpd sync time more frequently and asap? when I change the time in client manually and then restart ntpd service , after 16 s time is synced.but when I change time again without restarting ntpd service or reboot server , it takes 15 to 16 min to sync the time.I want ntpd check time every 16 or 20 sec.
ntp server : 192.168.135.130 ntp client : 192.168.135.131
##server config###
driftfile` /var/lib/ntp/drift
restrict default nomodify notrap nopeer noquery
restrict 127.0.0.1
restrict ::1
restrict time.google.com mask 255.255.255.245 nomodify notrap noquery
server time.google.com
restrict 192.168.135.0 mask 255.255.255.0
############################################################
##client config##
driftfile /var/lib/ntp/drift
restrict default kod nomodify notrap nopeer noquery
restrict -6 default kod nomodify notrap nopeer noquery
restrict 127.0.0.1
restrict ::1
server 192.168.135.130 iburst burst minpoll 4 maxpoll 4
logfile /var/log/ntp.log
logconfig all
includefile /etc/ntp/crypto/pw
keys /etc/ntp/keys
###########################################################
##drift file##
-12.298