Disable / EnableĀ  Alma Linux 9 IP V6


Disable IP V6

grubby --update-kernel ALL --args ipv6.disable=1

reboot

Verify:

grubby --info DEFAULT



enable IP V6

grubby --update-kernel ALL --remove-args ipv6.disable

reboot