⑴ignore:关闭所有的 NTP 联机服务
⑵nomodify:客户端不能更改服务端的时间参数,但是客户端可以通过服务端进行网络校时。
⑶notrust :客户端除非通过认证,否则该客户端来源将被视为不信任子网
⑷noquery :不提供客户端的时间查询
⑸[rootlinuxidc ~]# vim /etc/ntp.conf
⑹ restrict default kod nomodify notrap nopeer noquery
⑺ #restrict - default kod nomodify notrap nopeer noquery
⑻ restrict default nomodify
⑼ restrict ... mask ... nomodify
⑽ restrict ...
⑾ #server .rhel.pool.ntp.
⑿ #server .rhel.pool.ntp.
⒀ #server .rhel.pool.ntp.
⒁ server ...
⒂ server ... # local clock
⒃ fudge ... stratum
⒄[rootlinuxidc ~]# /etc/init.d/ntpd restart
⒅Shutting down ntpd: [ OK ]
⒆Starting ntpd: [ OK ]