This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux:disable_ipv6 [2022/09/19 10:03] admin |
linux:disable_ipv6 [2022/09/19 10:07] (current) admin |
||
---|---|---|---|
Line 40: | Line 40: | ||
<code bash> | <code bash> | ||
net.ipv6.conf.all.disable_ipv6 = 1 | net.ipv6.conf.all.disable_ipv6 = 1 | ||
- | |||
net.ipv6.conf.default.disable_ipv6 = 1 | net.ipv6.conf.default.disable_ipv6 = 1 | ||
- | |||
net.ipv6.conf.lo.disable_ipv6 = 1 | net.ipv6.conf.lo.disable_ipv6 = 1 | ||
- | |||
</code> | </code> | ||
4. Save and close the file. | 4. Save and close the file. |