Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T tails
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 979
    • Issues 979
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value stream
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • tails
  • tails
  • Issues
  • #6061

Closed
Open
Created Jul 18, 2013 by import-from-Redmine@import-from-Redmine

really block ipv6

Originally created by Tails on #6061 (Redmine)

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-IPv6 branch, merged into devel, done in Tails 0.16.

See enable IPv6 for the long-term plans.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking