This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
informatica:linux:ipv6 [2015/04/13 22:19] 127.0.0.1 external edit |
informatica:linux:ipv6 [2019/10/01 17:18] (current) jose |
||
---|---|---|---|
Line 12: | Line 12: | ||
Pasar parámetro: | Pasar parámetro: | ||
# sysctl -w net.ipv6.conf.all.disable_ipv6=0 | # sysctl -w net.ipv6.conf.all.disable_ipv6=0 | ||
+ | | ||
+ | Añadir pv6.disable=1 a Grub | ||
+ | /etc/default/grub | ||
+ | | ||
+ | GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1 quiet" | ||
+ | |||
+ | Actualizar grub y reiniciar | ||
+ | update-grub | ||