mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-05 14:35:00 -04:00
Provide explanation on the disabling of IPv6 Privacy Extensions
This commit is contained in:
parent
693b47e623
commit
39fd125eb0
4 changed files with 41 additions and 0 deletions
|
@ -1,2 +1,10 @@
|
|||
## MAC randomisation breaks root server and VirtualBox DHCP likely due to IPv6 Privacy Extensions.
|
||||
##
|
||||
## https://datatracker.ietf.org/doc/html/rfc4941
|
||||
## https://github.com/Kicksecure/security-misc/pull/145
|
||||
## https://github.com/Kicksecure/security-misc/issues/184
|
||||
##
|
||||
## The use of IPv6 Privacy Extenstions is currently diasbled due to these breakages.
|
||||
|
||||
#[connection]
|
||||
#ipv6.ip6-privacy=2
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
## MAC randomisation breaks root server and VirtualBox DHCP likely due to IPv6 Privacy Extensions.
|
||||
##
|
||||
## https://datatracker.ietf.org/doc/html/rfc4941
|
||||
## https://github.com/Kicksecure/security-misc/pull/145
|
||||
## https://github.com/Kicksecure/security-misc/issues/184
|
||||
##
|
||||
## The use of IPv6 Privacy Extenstions is currently diasbled due to these breakages.
|
||||
|
||||
#[device-mac-randomization]
|
||||
#wifi.scan-rand-mac-address=yes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue