Ga naar de inhoud
Home » Disable IP6 op een Pi

Disable IP6 op een Pi

Raspberry Pi Blog Header

Log in with root privileges.

Add these three lines to the /etc/sysctl.conf file:

net.ipv6.conf.all.disable_ipv6 = 1

net.ipv6.conf.default.disable_ipv6 = 1

net.ipv6.conf.lo.disable_ipv6 = 1

Save the file and reboot