Hello,
i have problems getting NCSI to work with ipv6. Client is Windows 11 (Build 22621.1992) on an Win Server 2022 HyperV. Client is on VLAN 22 in this case for test purposes and behind openwrt with ipv6 nat.
Ipv6 is working without problems can access msftconnecttest.com without problems can ping any ipv6 sites. Active probe is working well, as soon as i disable second network adapter active probe is made with success, but passive only sees localnetwork.
ipv4 is working like a charm and disabled in this case.
Active probe:
Funktionsänderung für "{****}" (Familie (0x6008001000000): v6, Funktion: Internet, ChangeReason: ActiveHttpProbeSucceeded)
Passive probe:
Funktionsänderung für "{****}" (Familie (0x6008001000000): v6, Funktion: Lokal, ChangeReason: PassivePacketHops)
Tried all with gpo and registry. Minimize hops and and and but without success.
PS C:\Users\********> tracert ipv6.msftconnecttest.com
Routenverfolgung zu a1968.i6g1.akamai.net [2a02:26f0:f500:9::5c7b:8515]
über maximal 30 Hops:
1 <1 ms <1 ms <1 ms fd22::254
2 1 ms <1 ms 1 ms fritz.box [2003:********]
3 5 ms 4 ms 4 ms 2003:0:8800:8800::1
4 * 9 ms * 2003:0:1808::1
5 7 ms 7 ms 6 ms 2003:0:f00::41d
6 8 ms 7 ms 6 ms g2a02-26f0-fb00-0304-0000-0000-0000-0001.deploy.static.akamaitechnologies.com [2a02:26f0:fb00:304::1]
7 9 ms 7 ms 7 ms g2a02-26f0-fb00-0607-0000-0000-0000-0001.deploy.static.akamaitechnologies.com [2a02:26f0:fb00:607::1]
8 8 ms 6 ms 6 ms g2a02-26f0-f500-0009-0000-0000-5c7b-8515.deploy.static.akamaitechnologies.com [2a02:26f0:f500:9::5c7b:8515]
What can i do to make passive probe working?
thanks