- 2008年2月18日 14:12
- Application | tower
既にインストールされているので、設定ファイルのみ変更。
# vi /etc/ntp.conf
server ntp.nict.jp
server ntp1.jst.mfeed.ad.jp
まず、現在の時計をサーバと同期させる。
# ntpdate ntp.nict.jp
そしてサービスを起動して、さらに自動起動するように設定。
# service ntpd start
# chkconfig --level 345 ntpd on
LAN内部でも使えるように、iptablesでポート123/tcpを開放する。
- Newer: Quick Reference: yum
- Older: yum-securityの導入