一、搭建时间同步服务器
1、编译安装ntp server
wget http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2.6.tar.gz
tar zxvf ntp-4.2.6.tar.gz
cd ntp-4.2.6
./configure –prefix=/usr/local/ntp –enable-all-clocks –enable-parse-clocks
make && make install
tar zxvf ntp-4.2.6.tar.gz
cd ntp-4.2.6
./configure –prefix=/usr/local/ntp –enable-all-clocks –enable-parse-clocks
make && make install
注:如以上下载地址无法访问,请从ntp官方下载网页(http://www.ntp.org/downloads.html)寻找下载地址。 继续阅读