Debian 12 NTPsec をインストールする方法
環境
Debian 12
操作方法
1.NTPsec のインストールを行います
# apt -y install ntpsec
2.NTPsecを設定する
# vi /etc/ntpsec/ntp.conf
34行目 : デフォルト設定はコメントにして自身のタイムゾーンの NTP サーバーを追記
#pool 0.debian.pool.ntp.org iburst #pool 1.debian.pool.ntp.org iburst #pool 2.debian.pool.ntp.org iburst #pool 3.debian.pool.ntp.org iburst pool ntp.nict.jp iburst
# 最終行に追記
restrict 10.0.0.0 mask 255.255.255.0
2.ntpsecを再起動します
# systemctl restart ntpsec
3.動作確認
# ntpq -p