os:linux:ipv6
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| os:linux:ipv6 [2022/07/03 09:54] – warnaud | os:linux:ipv6 [2022/09/20 14:13] (current) – [Kernel] warnaud | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Disable ====== | ||
| + | ===== Kernel ===== | ||
| + | <code bash> sysctl -w net.ipv6.conf.all.disable_ipv6=1 && sysctl -w net.ipv6.conf.default.disable_ipv6=1 && sysctl -w net.ipv6.conf.lo.disable_ipv6=1</ | ||
| + | ===== Raspberry Pi ===== | ||
| + | https:// | ||
| + | <code bash> vi / | ||
| + | <code perl> | ||
| + | net.ipv6.conf.default.disable_ipv6=1 | ||
| + | net.ipv6.conf.lo.disable_ipv6=1 | ||
| + | net.ipv6.conf.eth0.disable_ipv6 = 1</ | ||
| + | <code bash> vi / | ||
| + | :!: __**Before**__ exit 0 | ||
| + | <code perl> | ||
| + | Reboot | ||
