Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # IPv6 Privacy Extensions (RFC 4941)
  2. # ---
  3. # IPv6 typically uses a device's MAC address when choosing an IPv6 address
  4. # to use in autoconfiguration. Privacy extensions allow using a randomly
  5. # generated IPv6 address, which increases privacy.
  6. #
  7. # Acceptable values:
  8. # 0 - donโ€™t use privacy extensions.
  9. # 1 - generate privacy addresses
  10. # 2 - prefer privacy addresses and use them over the normal addresses.
  11. net.ipv6.conf.all.use_tempaddr = 0
  12. net.ipv6.conf.default.use_tempaddr = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement