Skip to content

Instantly share code, notes, and snippets.

@EdJoPaTo
Created November 3, 2017 09:34
Show Gist options
  • Save EdJoPaTo/15fef1d57fb79637e179fb51818e1791 to your computer and use it in GitHub Desktop.
Save EdJoPaTo/15fef1d57fb79637e179fb51818e1791 to your computer and use it in GitHub Desktop.
IPv6 stuff
# do not expose MAC address
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
net.ipv6.conf.eth0.use_tempaddr = 2
# Do not accept Router Advertisements (for static gateways)
net.ipv6.conf.all.accept_ra = 0
net.ipv6.conf.default.accept_ra = 0
net.ipv6.conf.eth0.accept_ra = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment