klopogo
Ensign
- Registriert
- Juni 2012
- Beiträge
- 251
Ich hab bei mir die Privacy Extensions raus weil ich ständig wechselnde fd00 hatte was für PiHole blöd war. Ich hab so deaktiviert
CMD
netsh interface ipv6 set privacy state=disabled store=active
netsh interface ipv6 set privacy state=disabled store=persistent
netsh interface ipv6 set global randomizeidentifiers=disabled store=active
netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent
Dann per Shell
Set-NetIPv6Protocol -RandomizeIdentifiers Disabled
Set-NetIPv6Protocol -UseTemporaryAddresses Disabled
Um wieder rückgängig zu machen dann einfach jeden Befehl nochmal mit enabled? So?
CMD
netsh interface ipv6 set privacy state=enabled store=active
netsh interface ipv6 set privacy state=enabled store=persistent
netsh interface ipv6 set global randomizeidentifiers=enabled store=active
netsh interface ipv6 set global randomizeidentifiers=enabled store=persistent
Dann per Shell
Set-NetIPv6Protocol -RandomizeIdentifiers Enabled
Set-NetIPv6Protocol -UseTemporaryAddresses Enabled
So wenn ich dann aber die Randomizierung haben will also nicht nach MAC berechnet aber ne feste fd00 und keine temporären Adressen einfach das dann am ende setzen?
Set-NetIPv6Protocol -UseTemporaryAddresses Disabled
Danke schonmal für die Hilfe
CMD
netsh interface ipv6 set privacy state=disabled store=active
netsh interface ipv6 set privacy state=disabled store=persistent
netsh interface ipv6 set global randomizeidentifiers=disabled store=active
netsh interface ipv6 set global randomizeidentifiers=disabled store=persistent
Dann per Shell
Set-NetIPv6Protocol -RandomizeIdentifiers Disabled
Set-NetIPv6Protocol -UseTemporaryAddresses Disabled
Um wieder rückgängig zu machen dann einfach jeden Befehl nochmal mit enabled? So?
CMD
netsh interface ipv6 set privacy state=enabled store=active
netsh interface ipv6 set privacy state=enabled store=persistent
netsh interface ipv6 set global randomizeidentifiers=enabled store=active
netsh interface ipv6 set global randomizeidentifiers=enabled store=persistent
Dann per Shell
Set-NetIPv6Protocol -RandomizeIdentifiers Enabled
Set-NetIPv6Protocol -UseTemporaryAddresses Enabled
So wenn ich dann aber die Randomizierung haben will also nicht nach MAC berechnet aber ne feste fd00 und keine temporären Adressen einfach das dann am ende setzen?
Set-NetIPv6Protocol -UseTemporaryAddresses Disabled
Danke schonmal für die Hilfe
Zuletzt bearbeitet: