IPv6 ausschalten (Debian)

Zum Auschalten von IPv6:

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

Danach:

sysctl -p

zum Aktivieren oder Reboot.