NTPサーバのインストール(時刻同期)


1.インストール作業

# rpm -ihv ntp-4.1.1a-9.i386.rpm
警告: ntp-4.1.1a-9.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ########################################### [100%]
1:ntp ########################################### [100%]

2.設定ファイル

# vi /etc/ntp.conf

(設定ファイル)

##server 127.127.1.0 # local clock
server 210.173.160.87
##fudge 127.127.1.0 stratum 10
fudge 210.173.160.87 stratum 10
##authenticate yes
authenticate no

# chkconfig --level 345 ntpd on

# service ntpd start
ntpdを起動中: [ OK ]