1. Install NTP-4.2.8P4 version
Cd/home/yongzhen/tools/wget Http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p4.tar.gzlltar XF ntp-4.2.8p4.tar.gz CD ntp-4.2.8p4./configure--prefix=/usr/local/ntp--enable-all-clocks--enable-parse-clocksecho $ ? make&&make Installecho $?vi/etc/ntp.conf in restrict default nomodify notrap Noquery (indicates that time synchronization of all IPs is denied by default) after adding one line: Restrict 172.16.1.0 mask 255.255.255.0 nomodify/usr/local/ntp/bin/ntpd-c/etc/ Ntp.conf-p/tmp/ntpd.pidps-ef |grep NTP
2, in the client testing
[Email protected] ~]# ntpdate 172.16.1.3 (07:50:35 ntpdate[5316]: Adjust time server 172.16.1.3 offset-0.001200 Sec
The above prompt results indicate that the NTP server has been successfully configured.
This article is from the "architects of the Day" blog, be sure to keep this source http://wanyuetian.blog.51cto.com/3984643/1717660
Build NTP server in CentOS 6.7 lan