Hi Acid,
Thank you so much for your advice,
I added on the synchronization sources & remove fudge.
#allow synchronization sources from the internet servers
server 2.sg.pool.ntp.org
server 0.asia.pool.ntp.org
server 2.asia.pool.ntp.org
REMOVE
server 127.127.1.0 #local system clock
fudge 127.127.1.0 stratum 10
and it's working.
#allow synchronization sources from the internet servers
server 2.sg.pool.ntp.org
server 0.asia.pool.ntp.org
server 2.asia.pool.ntp.org
#restict the type of access for each internet server
restrict 2.sg.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery
restrict 0.asia.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery
restrict 2.asia.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery
#allow our internal server to synch to this server
restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap noquery notrust
driftfile /etc/ntp/drift
logfile /var/log/ntp.log
--------------------------------------------------------------------------------
[root@app3 ~]# ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
starlite2.ispwo 204.152.184.72 2 u 10 64 3 11.924 3.807 1.980
filter.datautam 195.43.74.3 2 u 36 64 1 93.940 51.346 0.001
158.108.2.100 158.108.7.157 2 u 42 64 1 226.146 99.108 0.001
I do have another issue here, what if the internet time server is down. i won't be able to synch to them and i need to fall back on something. Am i right to say the entry below is something similar for falling back on the local system?
what is stratum mean?
server 127.127.1.0 # local clock
fudge 127.127.1.0 stratum 12