1)ntpサーバーのインストールを行う。
# yum -y install ntp
2)ntp.confの編集を行う。
# vi /etc/ntp.conf
-------ntp.conf----------------------------------
# 18行目: 時刻同期を許可する範囲を追記
restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
# 同期先のサーバーを変更する。
#server 0.centos.pool.ntp.org iburst
#server 1.centos.pool.ntp.org iburst
#server 2.centos.pool.ntp.org iburst
#server 3.centos.pool.ntp.org iburst
server ntp.nict.jp iburst
server ntp1.jst.mfeed.ad.jp iburst
server ntp2.jst.mfeed.ad.jp iburst
-----------------------------------------------
3)ntpのサービスの起動を行う
# systemctl start ntpd
# systemctl enable ntpd
4)firewallの設定を以下の通りに行う。
|
# firewall-cmd --add-service=ntp --permanent
# firewall-cmd --reload
5)以下、コマンドを入力して結果が返ってくること
# ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
*ntp.nict.jp .NICT. 1 u 13 64 1 15.648 -0.441 0.492
ntp1.jst.mfeed. 133.243.236.17 2 u 10 64 1 14.935 1.118 0.426
ntp.jst.mfeed.a 133.243.236.17 2 u 20 64 0 0.000 0.000 0.000
0 件のコメント:
コメントを投稿