User Tools

Site Tools


public:disable_ipv6_ubuntu1204
no way to compare when less than two revisions

Differences

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


Previous revision
public:disable_ipv6_ubuntu1204 [2019/01/16 10:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Disable IPv6 in Ubuntu 12.04 Precise Pangolin/Linux Mint 13/Any Ubuntu or Mint Version ======
  
 +Add the code below to **/etc/sysctl.conf**
 +
 +  sudo vi /etc/sysctl.conf
 +
 +<code>
 +# IPv6
 +net.ipv6.conf.all.disable_ipv6 = 1
 +net.ipv6.conf.default.disable_ipv6 = 1
 +net.ipv6.conf.lo.disable_ipv6 = 1
 +</code>
 +
 +  sudo sysctl -p
 +
 +
 +links
 +
 +[[http://www.noobslab.com/2012/05/disable-ipv6-if-your-internet-is.html]]
/data/www/wiki.inf.unibz.it/data/pages/public/disable_ipv6_ubuntu1204.txt · Last modified: 2019/01/16 10:03 by 127.0.0.1