lovelily 2011-03-04
服务器的IP为:192.168.10.1
安装服务rpm -ivh ntp-4.1.2-4.EL3.1.i386.rpm (安装包在RedHat as4 cd2中)
配置
1
vi /etc/ntp.conf注释一行
#restrictdefaultignore
OR
#restrict default nomodify notrap noquery加入两行 restrict 192.168.10.0 mask 255.255.255.0 notrust nomodify notrap #如果不能正常更新,需要把notrust去掉
server cn.pool.ntp.org
2vi /etc/ntp/step-tickers
加入一行 cn.pool.ntp.org
启动服务
这样每次ntpd启动时,会自动连接该国际标准时间服务器;
service ntpd start查看服务是否正常工作netstat -an |grep 123
确保该端口以udp方式开放
客户端IP:192.168.10.2
ntpdate 192.168.10.2 应该显示同步成功
crontab -e
加入
0-59/10****/usr/sbin/ntpdate192.168.10.1
表示每隔10分钟同步一次时间。最后注意时区要一致。