Leap15.3の時刻合わせが ntp から chrony に変わったのでメモ(CentOS 7も) !! ntpd の置換え? https://qiita.com/yunano/items/7883cf295f91f4ef716b !! CONF サーバーの一覧 tips-ntp の設定 場所 /etc/chrony.conf # サーバー ( 同じ ) server 0.centos.pool.ntp.org iburst # # /etc/chrony.d/pool.conf # ( /etc/chrony.conf に 以下の行があること ) # ( include /etc/chrony.d/*.conf ) ## ## /etc/chrony.d/pool.conf ## # pool 2.opensuse.pool.ntp.org iburst server 192.168.1.6 iburst ## pool 192.168.1.6 iburst ## pool ntp.nict.jp iburst pool ntp.jst.mfeed.ad.jp iburst ## peer 192.168.1.7 iburst # allow 192.168.12/24 ## # クライアント 設定 # restrict 192.168.250.0 mask 255.255.255.0 allow 192.168.250/24 ! ntpq -pn ( List ) # chronyc sourcestats # chronyc sources # chronyc tracking ! firewalld (CentOS ) 公開(共有)する場合には設定が必要 # firewall-cmd --add-service=ntp --zone=public --permanent # ## firewall-cmd --zone=public --add-interface=vpn_vpn --permanent # firewall-cmd --reload ! Tips tips-ntp ! chrony を munin でモニタ *https://github.com/munin-monitoring/contrib/tree/master/plugins/chrony !! コマンド chronyc $ chronyc sourcestats $ chronyc tracking $ chronyc sources