To disable IPv6, open a shell and append the following to /etc/modprobe.d/blacklist:
# disable ipv6
blacklist ipv6
blacklist ipv6
Reboot.
To verify that IPv6 is disabled, run
lsmod | grep ipv6
or
ip a | grep inet6
To disable IPv6, open a shell and append the following to /etc/modprobe.d/blacklist:
Reboot.
To verify that IPv6 is disabled, run
or