/etc/ntp.conf ファイルを編集します。
# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
server 0.centos.pool.ntp.org
server 1.centos.pool.ntp.org
server 2.centos.pool.ntp.org
を
# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
server -4 ntp.nict.jp iburst
server -4 ntp.nict.jp iburst
server -4 ntp.nict.jp iburst
とします。-4 を指定することでIPv4で接続します。
コマンドでntpdを停止させます。
コマンドでハードウェアクロックの同期ができます。
コマンドでntpdを起動します。