时间服务器的IP为:192.168.10.1 
1)。#rpm-ivhntp-4.1.2-4.EL3.1.i386.rpm 
2)。#vi/etc/ntp.conf 
注释一行 
restrictdefaultignore 
加入一行 
restrict192.168.10.0mask255.255.255.0notrustnomodifynotrap 
3)。#vi/etc/ntp/step-tickers 
加入一行 
pool.ntp.org 
这样每次ntpd启动时,会自动连接该国际标准时间服务器; 
4)。#servicentpdstart 
5)。#netstat-an|grep123 
确保该端口以udp方式开放 
时间客户端配置(192.168.10.2) 
a.#ntpdate192.168.10.2 
应该显示同步成功 
b.#crond-e 
加入 
0-59/10****/usr/sbin/ntpdate192.168.10.1 
表示每隔10分钟同步一次时间。