This commit is contained in:
Patrick Schleizer 2024-07-17 08:05:27 -04:00
parent 070bb46a08
commit 0b873b765e
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -340,10 +340,10 @@ net.ipv4.tcp_timestamps=0
## Enable IPv6 Privacy Extensions prefer temporary addresses over public addresses. ## Enable IPv6 Privacy Extensions prefer temporary addresses over public addresses.
## The temporary/privacy address is used as the source of all outgoing traffic. ## The temporary/privacy address is used as the source of all outgoing traffic.
## Must be used in combination with /usr/lib/systemd/networkd.conf.d/80_ipv6-privacy-extensions.conf. ## Must be used in combination with /usr/lib/systemd/networkd.conf.d/80_ipv6-privacy-extensions.conf.
## Must be used in combination with /usr/lib/NetworkManager/conf.d/80_ipv6-privacy.conf. ## Must be used in combination with /usr/lib/NetworkManager/conf.d/80_ipv6-privacy.conf.
## Should be used with MAC randomisation in /usr/lib/NetworkManager/conf.d/80_randomize-mac.conf. ## Should be used with MAC randomisation in /usr/lib/NetworkManager/conf.d/80_randomize-mac.conf.
## ##
## MAC randomisation breaks root server and VirtualBox DHCP likely due to IPv6 Privacy Extensions. ## MAC randomisation breaks root server and VirtualBox DHCP likely due to IPv6 Privacy Extensions.
## ##
## https://datatracker.ietf.org/doc/html/rfc4941 ## https://datatracker.ietf.org/doc/html/rfc4941
@ -353,4 +353,4 @@ net.ipv4.tcp_timestamps=0
## The use of IPv6 Privacy Extenstions is currently diasbled due to these breakages. ## The use of IPv6 Privacy Extenstions is currently diasbled due to these breakages.
## ##
#net.ipv6.conf.all.use_tempaddr=2 #net.ipv6.conf.all.use_tempaddr=2
#net.ipv6.conf.default.use_tempaddr=2 #net.ipv6.conf.default.use_tempaddr=2