# kylincloud ntp
# set the ip and mask
# restart your ntp and wait 15min
# use ntpdate -u registryserver to get time
# 注意修改192.168.84.0 mask 255.255.0.0 其他不变

restrict default nomodify notrap noquery
restrict 127.0.0.1
restrict 192.168.84.0 mask 255.255.0.0 nomodify
server  127.127.1.0     # local clock
fudge   127.127.1.0 stratum 10

###################################################
# 重启ntp服务约10分钟后生效/etc/init.d/ntp restart
###################################################

