====== 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\\
\\
\\
- Log in with root privileges.
- Open the /etc/sysctl.conf file with the following command:
$ sudo vim /etc/sysctl.conf
- Add the following lines to it:
net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1
- Now save the file and reboot your computer with the following command:
$ sudo reboot
- Verify that IPv6 is disabled by running the following command:
$ ip a | grep inet6\\
\\
\\
==== 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