User Tools

Site Tools


os:linux:ipv6

Table of Contents

Disable

Kernel

 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://cwesystems.com/?p=231

 vi /etc/sysctl.conf
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
 vi /etc/rc.local

:!: Before exit 0

service procps reload

Reboot

os/linux/ipv6.txt · Last modified: 2022/09/20 14:13 by warnaud