Disable IPv6 Pi: Difference between revisions
From charlesreid1
No edit summary |
Bleep bloop (talk | contribs) m (Bot: Orphan page, add template) |
||
| Line 1: | Line 1: | ||
{{Orphan|date=April 2017}} | |||
edit <code>/etc/sysctl.d/local.conf</code> and add the following lines: | edit <code>/etc/sysctl.d/local.conf</code> and add the following lines: | ||
Revision as of 02:40, 17 April 2017
| O NOES!!!
|
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