CentOS Stream 9 BIND をChroot 環境に移行する方法

環境
CentOS Stream 9

概要
Chroot 環境移行後は、[/var/named/chroot] 配下に設定ファイルが移行されます。
[named.conf] は [/var/named/chroot/etc/named.conf], ゾーンの設定ファイルは [/var/named/chroot/var/named/***] となります。

操作方法
1.bind-chrootをインストールします
# dnf -y install bind-chroot

2.namedディレクトリを作成します
# mkdir /var/named/chroot/usr/lib64/named
# /usr/libexec/setup-named-chroot.sh /var/named/chroot on

namedを無効にします

# systemctl disable --now named

3.named-chrootを起動します

# systemctl enable --now named-chroot
Created symlink /etc/systemd/system/multi-user.target.wants/named-chroot.service → /usr/lib/systemd/system/named-chroot.service.

4.確認
# ll /var/named/chroot/etc
# ll /var/named/chroot/var/named

CentOS Stream 9

Posted by arkgame