From charlesreid1

(Created page with "edit <code>/etc/sysctl.d</code> and add the following lines: <pre> net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1...")
 
No edit summary
Line 1: Line 1:
edit <code>/etc/sysctl.d</code> and add the following lines:
edit <code>/etc/sysctl.d/local.conf</code> and add the following lines:


<pre>
<pre>

Revision as of 09:33, 23 August 2016

edit /etc/sysctl.d/local.conf and add the following lines:

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1
net.ipv6.conf.eth1.disable_ipv6 = 1
net.ipv6.conf.ppp0.disable_ipv6 = 1
net.ipv6.conf.tun0.disable_ipv6 = 1