Deshabilite IPV6
Descripción
Prerequistos
Instalación
Configuración
En caliente
echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
echo 1 > /proc/sys/net/ipv6/conf/default/disable_ipv6
o para siempre
<HTML><ul></HTML> <HTML><li></HTML>Log in with root privileges. <HTML></li></HTML> <HTML><li></HTML>Open the /etc/sysctl.conf file with the following command:
$ sudo vim /etc/sysctl.conf
<HTML><ul></HTML> <HTML><li></HTML>Add the following lines to it:
net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1
<HTML></li></HTML> <HTML><li></HTML>Now save the file and reboot your computer with the following command:
$ sudo reboot
<HTML></li></HTML> <HTML><li></HTML>Verify that IPv6 is disabled by running the following command:
$ ip a | grep inet6
<HTML></li></HTML><HTML></ul></HTML>
<HTML></li></HTML><HTML></ul></HTML>
1. Una accion
2. Segunda accion
Trucos
Problemas
1. Si el instale_mrtg.sh no le funciona
-
Referencias
-
FIN
Advertencia
Este documento es privado y es de u so exclusivo de sus autores y de SKINA TECH. Cualquier uso sin una autorización escrita es contra la ley de derechos de autor y de propiedad intelectual, y será motivo de una acción legal.
15-Marzo-2006 J.E.Gomez v1.0 Primera version