Feature #6061
really block ipv6
Start date:
Due date:
% Done:
0%
Description
For whatever reason our firewall seems to not block all IPv6 packets, like it should. For instance, Tails leaks link-local multicast (ff02::1/64).
For now a simple solution to block this leak would be to disable IPv6 altoghether, i.e. by putting:
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
in /etc/sysctl.conf.
This was done in the
bugfix/disable-IPv6branch, merged into devel, done in Tails 0.16.
See enable IPv6 for the long-term plans.
Subtasks