Linux « Initial setup | HOME | DHCP server »
■ NTP server
NTP time server
To synchronize system date & time with another server,
# yum -y install ntp
# nano /etc/ntp.conf
server 10.81.255.5 (add your preferred NTP server as many as you want)
# ntpdate 10.81.255.5 (synchronize manually only first time)
# /etc/init.d/ntpd start
# chkconfig ntpd on
To check the synchronization status,
# ntpq -p
投稿者 tomopugh : 2008年02月07日 17:25

