Red Hat Enterprise Linux 7 IPv6 を無効化する方法
環境
Red Hat Enterprise Linux 7
操作方法
1./etc/default/grub ファイルの末尾にパラメーターを追加します。
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX ipv6.disable=1"
2. grub.cfg ファイルに反映します。
ファームウェアが BIOS モードの場合、以下のコマンドを実行します。
# grub2-mkconfig -o /boot/grub2/grub.cfg
3.ファームウェアが UEFI モードの場合、以下のコマンドを実行します。
# grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg
4. ip6tablesの自動起動の無効化を設定します。
# systemctl disable ip6tables.service
5.システム再起動後、IPv6 が無効になります。
以下のコマンドを実行します。
#ip addr show