User Tools

Site Tools


informatica:linux:ipv6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
informatica:linux:ipv6 [2014/07/31 09:40] – created joseinformatica:linux:ipv6 [2019/10/01 15:18] (current) jose
Line 7: Line 7:
   net.ipv6.conf.all.disable_ipv6=1   net.ipv6.conf.all.disable_ipv6=1
  
-Recargamos sysctl o le pasamos el parámetro en caliente:+Recargamos sysctl o le pasamos el parámetro en caliente.\\ 
 +Recargar systcl: 
 +  # sysctl -p /etc/sysctl.d/disableipv6.conf 
 +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
  
informatica/linux/ipv6.1406799639.txt.gz · Last modified: 2015/04/13 20:19 (external edit)