RPi3 Switch Off IPV6
Step
Add these lines to
/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 net.ipv6.conf.[interface].disable_ipv6 = 1Use
sudo sysctl -pto apply changesReboot
Last updated