Deshabilitar ipv6 en grub

Debian / Ubuntu

Desde el terminal como root editamos /etc/default/grub y añadimos “ipv6.disable=1” en la linea GRUB_CMDLINE_LINUX_DEFAULT=, ejemplo:

//////////
GRUB_CMDLINE_LINUX_DEFAULT="quiet ipv6.disable=1"
//////////

Actualizamos grub y reiniciamos:

update-grub
reboot