question

richard-d avatar image
0 Votes"
richard-d asked DSPatrick edited

Windows 10 PRO machine does not get temporary IPv6 address while privacy settings are enabled

I have Windows 10 PRO installed and IPv6. I don't get any temporary IPv6 addresses. I only get a Link Local and the Global Unicast address from the DHCP.

'Use Temporary Addresses' are enabled and also 'randomize identifiers' are also enabled. See the output.

How do I get my Windows machine to generate and use IPv6 Temporary addresses?

======================

C:\WINDOWS\system32>netsh interface ipv6 show privacy

Querying active state...


Temporary Address Parameters



Use Temporary Addresses : enabled

Duplicate Address Detection Attempts: 3

Maximum Valid Lifetime : 7d

Maximum Preferred Lifetime : 1d

Regenerate Time : 5s

Maximum Random Time : 10m

Random Time : 7m38s

===============================================

C:\WINDOWS\system32>netsh interface ipv6 show global

Querying active state...


General Global Parameters



Default Hop Limit : 128 hops

Neighbor Cache Limit : 256 entries per interface

Route Cache Limit : 4096 entries per compartment

Reassembly Limit : 267845952 bytes

ICMP Redirects : enabled

Source Routing Behavior : dontforward

Task Offload : enabled

Dhcp Media Sense : enabled

Media Sense Logging : disabled

MLD Level : all

MLD Version : version3

Multicast Forwarding : disabled

Group Forwarded Fragments : disabled

Randomize Identifiers : enabled

Address Mask Reply : disabled

Minimum Mtu : 1280

Flow Label : enabled

Loopback Large Mtu : enabled

Loopback Worker Count : 4

Loopback Execution Mode : inline

Source Based ECMP : enabled

Reassembly Out Of Order Limit : 32 fragments


Current Global Statistics



Number of Compartments : 1

Number of NL clients : 5

Number of FL providers : 5

windows-10-network
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

LimitlessTechnology-2700 avatar image
0 Votes"
LimitlessTechnology-2700 answered

Hi there,

I suggest you to try this CMD to enable it and see how it goes

Open an Elevated Command Prompt.

a). Enter the following command to enable the random IP address generation feature and then press enter:

netsh interface ipv6 set global randomizeidentifiers=enabled

Then input the next command to allow Windows to randomly generate a temporary address to use for network communication.

netsh interface ipv6 set privacy state=enabled

Restart your PC and check if their are any temporary ID created

Hope this Answers all your queries , if not please do repost back .
If an Answer is helpful, please click "Accept Answer" and upvote it : )

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

richard-d avatar image
0 Votes"
richard-d answered richard-d edited

@LimitlessTechnology-2700 Unfortunately still no temp IPv6 after successfully executed your command.

But all my other machine (Windows and Linux) also lack a temp ipv6 address. What is responsible for the temp addresses? Is it the router or the host?

I'm using a Unifi Dream Machine Pro router.

p.s. sorry for my late response, I didn't got a notification of your post.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.